????
| Current Path : /home/dbdumps/ |
| Current File : //home/dbdumps/morganra_wp296.sql |
-- MySQL dump 10.13 Distrib 5.6.44, for Linux (x86_64)
--
-- Host: localhost Database: morganra_wp296
-- ------------------------------------------------------
-- Server version 5.6.44
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES 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 `wpav_commentmeta`
--
DROP TABLE IF EXISTS `wpav_commentmeta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpav_commentmeta` (
`meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`comment_id` bigint(20) unsigned NOT NULL DEFAULT '0',
`meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`meta_value` longtext COLLATE utf8mb4_unicode_ci,
PRIMARY KEY (`meta_id`),
KEY `comment_id` (`comment_id`),
KEY `meta_key` (`meta_key`(191))
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wpav_commentmeta`
--
LOCK TABLES `wpav_commentmeta` WRITE;
/*!40000 ALTER TABLE `wpav_commentmeta` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpav_commentmeta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wpav_comments`
--
DROP TABLE IF EXISTS `wpav_comments`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpav_comments` (
`comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT '0',
`comment_author` tinytext COLLATE utf8mb4_unicode_ci NOT NULL,
`comment_author_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`comment_author_url` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`comment_content` text COLLATE utf8mb4_unicode_ci NOT NULL,
`comment_karma` int(11) NOT NULL DEFAULT '0',
`comment_approved` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '1',
`comment_agent` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`comment_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`comment_parent` bigint(20) unsigned NOT NULL DEFAULT '0',
`user_id` bigint(20) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`comment_ID`),
KEY `comment_post_ID` (`comment_post_ID`),
KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
KEY `comment_date_gmt` (`comment_date_gmt`),
KEY `comment_parent` (`comment_parent`),
KEY `comment_author_email` (`comment_author_email`(10))
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wpav_comments`
--
LOCK TABLES `wpav_comments` WRITE;
/*!40000 ALTER TABLE `wpav_comments` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpav_comments` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wpav_links`
--
DROP TABLE IF EXISTS `wpav_links`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpav_links` (
`link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`link_url` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`link_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`link_image` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`link_target` varchar(25) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`link_description` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`link_visible` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'Y',
`link_owner` bigint(20) unsigned NOT NULL DEFAULT '1',
`link_rating` int(11) NOT NULL DEFAULT '0',
`link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`link_rel` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`link_notes` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
`link_rss` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
PRIMARY KEY (`link_id`),
KEY `link_visible` (`link_visible`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wpav_links`
--
LOCK TABLES `wpav_links` WRITE;
/*!40000 ALTER TABLE `wpav_links` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpav_links` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wpav_options`
--
DROP TABLE IF EXISTS `wpav_options`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpav_options` (
`option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`option_name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`option_value` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
`autoload` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'yes',
PRIMARY KEY (`option_id`),
UNIQUE KEY `option_name` (`option_name`)
) ENGINE=MyISAM AUTO_INCREMENT=413 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wpav_options`
--
LOCK TABLES `wpav_options` WRITE;
/*!40000 ALTER TABLE `wpav_options` DISABLE KEYS */;
INSERT INTO `wpav_options` VALUES (1,'siteurl','https://sub.morganrand.com','yes'),(2,'home','https://sub.morganrand.com','yes'),(3,'blogname','Wanderfuls','yes'),(4,'blogdescription','Centerpiece and Party Favors in One!','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','dgebilaguin@gmail.com','yes'),(7,'start_of_week','1','yes'),(8,'use_balanceTags','0','yes'),(9,'use_smilies','1','yes'),(10,'require_name_email','1','yes'),(11,'comments_notify','1','yes'),(12,'posts_per_rss','10','yes'),(13,'rss_use_excerpt','0','yes'),(14,'mailserver_url','mail.example.com','yes'),(15,'mailserver_login','login@example.com','yes'),(16,'mailserver_pass','password','yes'),(17,'mailserver_port','110','yes'),(18,'default_category','1','yes'),(19,'default_comment_status','open','yes'),(20,'default_ping_status','open','yes'),(21,'default_pingback_flag','1','yes'),(22,'posts_per_page','10','yes'),(23,'date_format','F j, Y','yes'),(24,'time_format','g:i a','yes'),(25,'links_updated_date_format','F j, Y g:i a','yes'),(26,'comment_moderation','0','yes'),(27,'moderation_notify','1','yes'),(28,'permalink_structure','/%postname%/','yes'),(29,'rewrite_rules','a:88:{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: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:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:38:\"index.php?&page_id=7&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'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:3:{i:0;s:31:\"elementor-pro/elementor-pro.php\";i:1;s:23:\"elementor/elementor.php\";i:2;s:45:\"upload-max-file-size/upload_max_file_size.php\";}','yes'),(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','a:2:{i:0;s:69:\"/home2/morganrand/public_html/sub/wp-content/themes/oceanwp/style.css\";i:2;s:0:\"\";}','no'),(40,'template','oceanwp','yes'),(41,'stylesheet','oceanwp','yes'),(42,'comment_whitelist','1','yes'),(43,'blacklist_keys','','no'),(44,'comment_registration','0','yes'),(45,'html_type','text/html','yes'),(46,'use_trackback','0','yes'),(47,'default_role','subscriber','yes'),(48,'db_version','44719','yes'),(49,'uploads_use_yearmonth_folders','1','yes'),(50,'upload_path','','yes'),(51,'blog_public','1','yes'),(52,'default_link_category','2','yes'),(53,'show_on_front','page','yes'),(54,'tag_base','','yes'),(55,'show_avatars','1','yes'),(56,'avatar_rating','G','yes'),(57,'upload_url_path','','yes'),(58,'thumbnail_size_w','150','yes'),(59,'thumbnail_size_h','150','yes'),(60,'thumbnail_crop','1','yes'),(61,'medium_size_w','300','yes'),(62,'medium_size_h','300','yes'),(63,'avatar_default','mystery','yes'),(64,'large_size_w','1024','yes'),(65,'large_size_h','1024','yes'),(66,'image_default_link_type','none','yes'),(67,'image_default_size','','yes'),(68,'image_default_align','','yes'),(69,'close_comments_for_old_posts','0','yes'),(70,'close_comments_days_old','14','yes'),(71,'thread_comments','1','yes'),(72,'thread_comments_depth','5','yes'),(73,'page_comments','0','yes'),(74,'comments_per_page','50','yes'),(75,'default_comments_page','newest','yes'),(76,'comment_order','asc','yes'),(77,'sticky_posts','a:0:{}','yes'),(78,'widget_categories','a:2:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(79,'widget_text','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(80,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(81,'uninstall_plugins','a:1:{s:23:\"elementor/elementor.php\";a:2:{i:0;s:21:\"Elementor\\Maintenance\";i:1;s:9:\"uninstall\";}}','no'),(82,'timezone_string','','yes'),(83,'page_for_posts','0','yes'),(84,'page_on_front','7','yes'),(85,'default_post_format','0','yes'),(86,'link_manager_enabled','0','yes'),(87,'finished_splitting_shared_terms','1','yes'),(88,'site_icon','0','yes'),(89,'medium_large_size_w','768','yes'),(90,'medium_large_size_h','0','yes'),(91,'wp_page_for_privacy_policy','3','yes'),(92,'show_comments_cookies_opt_in','1','yes'),(93,'initial_db_version','44719','yes'),(94,'wpav_user_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:61:{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: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;}}}','yes'),(95,'fresh_site','0','yes'),(96,'widget_search','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(97,'widget_recent-posts','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(98,'widget_recent-comments','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(99,'widget_archives','a:2:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(100,'widget_meta','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(101,'sidebars_widgets','a:9:{s:19:\"wp_inactive_widgets\";a:0:{}s:7:\"sidebar\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:9:\"sidebar-2\";a:0:{}s:14:\"search_sidebar\";a:0:{}s:10:\"footer-one\";a:0:{}s:10:\"footer-two\";a:0:{}s:12:\"footer-three\";a:0:{}s:11:\"footer-four\";a:0:{}s:13:\"array_version\";i:3;}','yes'),(102,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(103,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(104,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(105,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(106,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(107,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(108,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(109,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(110,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(111,'cron','a:6:{i:1553301330;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:1553330130;a:3:{s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1553330148;a:2:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:25:\"delete_expired_transients\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1553330149;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:1553333226;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;}}}s:7:\"version\";i:2;}','yes'),(113,'_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:59:\"https://downloads.wordpress.org/release/wordpress-5.1.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.1.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.1.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.1.1-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.1.1\";s:7:\"version\";s:5:\"5.1.1\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.0\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1553300612;s:15:\"version_checked\";s:5:\"5.1.1\";s:12:\"translations\";a:0:{}}','no'),(161,'_elementor_installed_time','1552642031','yes'),(162,'elementor_remote_info_library','a:3:{s:10:\"types_data\";a:2:{s:5:\"block\";a:1:{s:10:\"categories\";a:22:{i:0;s:8:\"404 page\";i:1;s:5:\"about\";i:2;s:7:\"archive\";i:3;s:14:\"call to action\";i:4;s:7:\"clients\";i:5;s:7:\"contact\";i:6;s:3:\"faq\";i:7;s:8:\"features\";i:8;s:6:\"footer\";i:9;s:6:\"header\";i:10;s:4:\"hero\";i:11;s:9:\"portfolio\";i:12;s:7:\"pricing\";i:13;s:15:\"product archive\";i:14;s:8:\"services\";i:15;s:11:\"single page\";i:16;s:11:\"single post\";i:17;s:14:\"single product\";i:18;s:5:\"stats\";i:19;s:9:\"subscribe\";i:20;s:4:\"team\";i:21;s:12:\"testimonials\";}}s:5:\"popup\";a:1:{s:10:\"categories\";a:6:{i:0;s:10:\"bottom bar\";i:1;s:7:\"classic\";i:2;s:6:\"fly-in\";i:3;s:11:\"full screen\";i:4;s:9:\"hello bar\";i:5;s:8:\"slide-in\";}}}s:10:\"categories\";s:247:\"[\"404 page\",\"about\",\"archive\",\"call to action\",\"clients\",\"contact\",\"faq\",\"features\",\"footer\",\"header\",\"hero\",\"portfolio\",\"pricing\",\"product archive\",\"services\",\"single page\",\"single post\",\"single product\",\"stats\",\"subscribe\",\"team\",\"testimonials\"]\";s:9:\"templates\";a:554:{i:0;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443532\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"14\";s:11:\"trend_index\";s:2:\"10\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:1;a:14:{s:2:\"id\";s:5:\"10107\";s:5:\"title\";s:34:\"Classic | Promotion | Announcement\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/balls_small.png\";s:12:\"tmpl_created\";s:10:\"1547851373\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/classic-promotion-announcement/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"396\";s:11:\"trend_index\";s:3:\"159\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:2;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443534\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"47\";s:11:\"trend_index\";s:2:\"30\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:3;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443543\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"25\";s:11:\"trend_index\";s:2:\"14\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:4;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443551\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"42\";s:11:\"trend_index\";s:2:\"35\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:5;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443553\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"100\";s:11:\"trend_index\";s:2:\"82\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:6;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443565\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/faq-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"82\";s:11:\"trend_index\";s:2:\"73\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:7;a:14:{s:2:\"id\";s:5:\"10158\";s:5:\"title\";s:17:\"Classic | Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/01/coco_small.png\";s:12:\"tmpl_created\";s:10:\"1547852227\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/popups/classic-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"405\";s:11:\"trend_index\";s:3:\"238\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:8;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443567\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/faq-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"206\";s:11:\"trend_index\";s:3:\"226\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:9;a:14:{s:2:\"id\";s:5:\"10169\";s:5:\"title\";s:37:\"Slide In | Register | Subscribe | App\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2019/01/slideinapp_small.png\";s:12:\"tmpl_created\";s:10:\"1547852334\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/popups/slide-in-register-subscribe-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"424\";s:11:\"trend_index\";s:3:\"281\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:10;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443569\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/faq-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"43\";s:11:\"trend_index\";s:2:\"24\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:11;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443571\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/faq-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"213\";s:11:\"trend_index\";s:3:\"270\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:12;a:14:{s:2:\"id\";s:5:\"10190\";s:5:\"title\";s:30:\"Classic | Register | Subscribe\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/01/engage_small.png\";s:12:\"tmpl_created\";s:10:\"1547885703\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/classic-register-subscribe-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"409\";s:11:\"trend_index\";s:3:\"229\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:13;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443573\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/faq-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"126\";s:11:\"trend_index\";s:3:\"123\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:14;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443575\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/faq-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"316\";s:11:\"trend_index\";s:3:\"274\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:15;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443576\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/faq-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"165\";s:11:\"trend_index\";s:3:\"156\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:16;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443578\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/faq-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"196\";s:11:\"trend_index\";s:3:\"198\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:17;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443580\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/faq-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"102\";s:11:\"trend_index\";s:2:\"91\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:18;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443582\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/faq-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"313\";s:11:\"trend_index\";s:3:\"328\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:19;a:14:{s:2:\"id\";s:5:\"10256\";s:5:\"title\";s:20:\"Classic | Sale | Pop\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/fruit_small.png\";s:12:\"tmpl_created\";s:10:\"1547888909\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/popups/classic-sale-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"450\";s:11:\"trend_index\";s:3:\"368\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:20;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443584\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/hero-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"39\";s:11:\"trend_index\";s:2:\"38\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:21;a:14:{s:2:\"id\";s:5:\"10267\";s:5:\"title\";s:29:\"Classic | Contact | Christmas\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2019/01/christmas_small.png\";s:12:\"tmpl_created\";s:10:\"1547889047\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/classic-contact-christmas/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"428\";s:11:\"trend_index\";s:3:\"267\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:22;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443586\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/hero-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"332\";s:11:\"trend_index\";s:3:\"370\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:23;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443588\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"222\";s:11:\"trend_index\";s:3:\"216\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:24;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443589\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:10:\"[\"header\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"26\";s:11:\"trend_index\";s:2:\"22\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:25;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443591\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"113\";s:11:\"trend_index\";s:3:\"153\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:26;a:14:{s:2:\"id\";s:5:\"10307\";s:5:\"title\";s:43:\"Fly In | Promotion | Christmas | Teddy Bear\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/teddy_small.png\";s:12:\"tmpl_created\";s:10:\"1547893266\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/popups/fly-in-promotion-christmas/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"504\";s:11:\"trend_index\";s:3:\"515\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:27;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443593\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/contact-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"180\";s:11:\"trend_index\";s:3:\"196\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:28;a:14:{s:2:\"id\";s:5:\"10318\";s:5:\"title\";s:27:\"Classic | Contact | Bicycle\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/01/by_small.png\";s:12:\"tmpl_created\";s:10:\"1547893367\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/popups/classic-contact-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"431\";s:11:\"trend_index\";s:3:\"310\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:29;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443595\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/contact-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"299\";s:11:\"trend_index\";s:3:\"280\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:30;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443597\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/contact-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"114\";s:11:\"trend_index\";s:2:\"97\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:31;a:14:{s:2:\"id\";s:5:\"10339\";s:5:\"title\";s:22:\"Fly In | Contact | Spa\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/spa_small.png\";s:12:\"tmpl_created\";s:10:\"1547893603\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/popups/fly-in-contact-spa/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"441\";s:11:\"trend_index\";s:3:\"342\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:32;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443599\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/contact-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"287\";s:11:\"trend_index\";s:3:\"256\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:33;a:14:{s:2:\"id\";s:5:\"10352\";s:5:\"title\";s:23:\"Fly In | Contact | Wine\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/01/fly_wine_small.png\";s:12:\"tmpl_created\";s:10:\"1547915335\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/popups/fly-in-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"460\";s:11:\"trend_index\";s:3:\"432\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:34;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443600\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-34/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:8:\"[\"form\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"422\";s:11:\"trend_index\";s:3:\"451\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:35;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443621\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"340\";s:11:\"trend_index\";s:3:\"317\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:36;a:14:{s:2:\"id\";s:5:\"10372\";s:5:\"title\";s:29:\"Fly In | Register | Subscribe\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/phone_small.png\";s:12:\"tmpl_created\";s:10:\"1547915554\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/popups/fly-in-register-subscribe-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"498\";s:11:\"trend_index\";s:3:\"438\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:37;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443623\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"414\";s:11:\"trend_index\";s:3:\"386\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:38;a:14:{s:2:\"id\";s:5:\"10382\";s:5:\"title\";s:35:\"Bottom Bar | Announcement | Cookies\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2019/01/bottom_pink_small.png\";s:12:\"tmpl_created\";s:10:\"1547916616\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/popups/bottom-bar-announcement/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"425\";s:11:\"trend_index\";s:3:\"222\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:39;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443626\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"78\";s:11:\"trend_index\";s:2:\"67\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:40;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443629\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"75\";s:11:\"trend_index\";s:2:\"55\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:41;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443630\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:11:\"[\"featues\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"242\";s:11:\"trend_index\";s:3:\"243\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:42;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443632\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/features-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"124\";s:11:\"trend_index\";s:3:\"122\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:43;a:14:{s:2:\"id\";s:5:\"10424\";s:5:\"title\";s:21:\"Fly In | Announcement\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/01/flower_small.png\";s:12:\"tmpl_created\";s:10:\"1547961866\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/popups/fly-in-announcement-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"485\";s:11:\"trend_index\";s:3:\"508\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:44;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443634\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"87\";s:11:\"trend_index\";s:3:\"104\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:45;a:14:{s:2:\"id\";s:5:\"10434\";s:5:\"title\";s:27:\"Classic | Sale | Headphones\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/01/head_small.png\";s:12:\"tmpl_created\";s:10:\"1547961950\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/popups/classic-sale-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"437\";s:11:\"trend_index\";s:3:\"312\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:46;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443636\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/team-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"77\";s:11:\"trend_index\";s:2:\"78\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:47;a:14:{s:2:\"id\";s:5:\"10444\";s:5:\"title\";s:17:\"Classic | Contact\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/plant_small.png\";s:12:\"tmpl_created\";s:10:\"1547962029\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/popups/classic-contact-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"449\";s:11:\"trend_index\";s:3:\"320\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:48;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443639\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/about-5-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"54\";s:11:\"trend_index\";s:2:\"37\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:49;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443641\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/about-6-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"98\";s:11:\"trend_index\";s:2:\"79\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:50;a:14:{s:2:\"id\";s:5:\"10467\";s:5:\"title\";s:27:\"Bottom Bar | Contact | Lego\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/tro_small.png\";s:12:\"tmpl_created\";s:10:\"1547962277\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/popups/bottom-bar-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"523\";s:11:\"trend_index\";s:3:\"454\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:51;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443643\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/features-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"81\";s:11:\"trend_index\";s:2:\"71\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:52;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443645\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"174\";s:11:\"trend_index\";s:3:\"218\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:53;a:14:{s:2:\"id\";s:5:\"10487\";s:5:\"title\";s:18:\"Slide In | Contact\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/acc_small.png\";s:12:\"tmpl_created\";s:10:\"1547964527\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/popups/slide-in-contact-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"489\";s:11:\"trend_index\";s:3:\"406\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:54;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443647\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"159\";s:11:\"trend_index\";s:3:\"135\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:55;a:14:{s:2:\"id\";s:5:\"10498\";s:5:\"title\";s:14:\"Classic | Sale\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/01/pink_small-1.png\";s:12:\"tmpl_created\";s:10:\"1547964616\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/popups/classic-sale-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"458\";s:11:\"trend_index\";s:3:\"383\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:56;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443649\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/stats-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"163\";s:11:\"trend_index\";s:3:\"147\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:57;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443651\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"279\";s:11:\"trend_index\";s:3:\"235\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:58;a:14:{s:2:\"id\";s:5:\"10519\";s:5:\"title\";s:27:\"Hello Bar | Promotion | App\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/app_small-1.png\";s:12:\"tmpl_created\";s:10:\"1547964801\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/hello-bar-promotion-app-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"501\";s:11:\"trend_index\";s:3:\"491\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:59;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443653\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"183\";s:11:\"trend_index\";s:3:\"168\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:60;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443655\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"268\";s:11:\"trend_index\";s:3:\"231\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:61;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443657\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"333\";s:11:\"trend_index\";s:3:\"335\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:62;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443659\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"364\";s:11:\"trend_index\";s:3:\"332\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:63;a:14:{s:2:\"id\";s:5:\"10559\";s:5:\"title\";s:33:\"Bottom Bar | Register | Subscribe\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/fly_small.png\";s:12:\"tmpl_created\";s:10:\"1547967711\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/popups/bottom-bar-register-subscribe-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"503\";s:11:\"trend_index\";s:3:\"475\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:64;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443661\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/about-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"45\";s:11:\"trend_index\";s:2:\"26\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:65;a:14:{s:2:\"id\";s:5:\"10569\";s:5:\"title\";s:15:\"Slide In | Sale\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/off_small.png\";s:12:\"tmpl_created\";s:10:\"1547967812\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/popups/slide-in-sale/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"471\";s:11:\"trend_index\";s:3:\"426\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:66;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443663\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"90\";s:11:\"trend_index\";s:2:\"61\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:67;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443664\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"149\";s:11:\"trend_index\";s:3:\"162\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:68;a:14:{s:2:\"id\";s:5:\"10590\";s:5:\"title\";s:19:\"Full Screen | Login\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/pass1_small.png\";s:12:\"tmpl_created\";s:10:\"1547967978\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/popups/classic-login-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"469\";s:11:\"trend_index\";s:3:\"403\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:69;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443666\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"228\";s:11:\"trend_index\";s:3:\"237\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:70;a:14:{s:2:\"id\";s:5:\"10600\";s:5:\"title\";s:18:\"Slide In | Contact\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/01/orange_small.png\";s:12:\"tmpl_created\";s:10:\"1547968080\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/popups/slide-in-contact-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"470\";s:11:\"trend_index\";s:3:\"351\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:71;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443668\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-31/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"321\";s:11:\"trend_index\";s:3:\"284\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:72;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443670\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/stats-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"327\";s:11:\"trend_index\";s:3:\"354\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:73;a:14:{s:2:\"id\";s:5:\"10622\";s:5:\"title\";s:34:\"Full Screen | Contact | Headphones\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2019/01/full_hear_small.png\";s:12:\"tmpl_created\";s:10:\"1547969678\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/popups/full-screen-contact-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"467\";s:11:\"trend_index\";s:3:\"394\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:74;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443676\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/stats-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"360\";s:11:\"trend_index\";s:3:\"348\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:75;a:14:{s:2:\"id\";s:5:\"10633\";s:5:\"title\";s:23:\"Slide In | Login | Lego\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/tro_small-1.png\";s:12:\"tmpl_created\";s:10:\"1547969858\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/popups/slide-in-login/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"528\";s:11:\"trend_index\";s:3:\"519\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:76;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443678\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/stats-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"403\";s:11:\"trend_index\";s:3:\"465\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:77;a:14:{s:2:\"id\";s:5:\"10644\";s:5:\"title\";s:26:\"Fly In | Contact | Webinar\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/01/blue_small-1.png\";s:12:\"tmpl_created\";s:10:\"1547970814\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/popups/fly-in-contact-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"448\";s:11:\"trend_index\";s:3:\"355\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:78;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443680\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"109\";s:11:\"trend_index\";s:2:\"89\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:79;a:14:{s:2:\"id\";s:5:\"10654\";s:5:\"title\";s:31:\"Full Screen | Login | Christmas\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2019/01/full_login_small.png\";s:12:\"tmpl_created\";s:10:\"1547970917\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/popups/full-screen-login-christmas/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"513\";s:11:\"trend_index\";s:3:\"444\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:80;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443681\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"207\";s:11:\"trend_index\";s:3:\"264\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:81;a:14:{s:2:\"id\";s:5:\"10664\";s:5:\"title\";s:34:\"Slide In | Contact | Gym | Fitness\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2019/01/slide_gym_small.png\";s:12:\"tmpl_created\";s:10:\"1547973928\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/popups/slide-in-contact-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"465\";s:11:\"trend_index\";s:3:\"362\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:82;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443684\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/features-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"89\";s:11:\"trend_index\";s:2:\"75\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:83;a:14:{s:2:\"id\";s:5:\"10675\";s:5:\"title\";s:35:\"Full Screen | Login | Gym | Fitness\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/01/gym_full_small.png\";s:12:\"tmpl_created\";s:10:\"1547974110\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/popups/full-screen-login-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"466\";s:11:\"trend_index\";s:3:\"350\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:84;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443685\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"92\";s:11:\"trend_index\";s:2:\"88\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:85;a:14:{s:2:\"id\";s:5:\"10685\";s:5:\"title\";s:32:\"Hello Bar | Register | Subscribe\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/env_small.png\";s:12:\"tmpl_created\";s:10:\"1547974729\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/hello-bar-register-subscribe-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"499\";s:11:\"trend_index\";s:3:\"545\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:86;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443687\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"362\";s:11:\"trend_index\";s:3:\"326\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:87;a:14:{s:2:\"id\";s:4:\"9719\";s:5:\"title\";s:30:\"Classic | Subscribe | Register\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/01/register_small.png\";s:12:\"tmpl_created\";s:10:\"1547976107\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/popups/classic-subscribe-register/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"459\";s:11:\"trend_index\";s:3:\"329\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:88;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443689\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"32\";s:11:\"trend_index\";s:2:\"20\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:89;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443691\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"71\";s:11:\"trend_index\";s:2:\"64\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:90;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443693\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"377\";s:11:\"trend_index\";s:3:\"391\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:91;a:14:{s:2:\"id\";s:5:\"10137\";s:5:\"title\";s:34:\"Full Screen | Contact | Restaurant\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/01/rest_small.png\";s:12:\"tmpl_created\";s:10:\"1547976342\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/popups/full-screen-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"478\";s:11:\"trend_index\";s:3:\"411\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:92;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443695\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"58\";s:11:\"trend_index\";s:2:\"52\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:93;a:14:{s:2:\"id\";s:5:\"10244\";s:5:\"title\";s:17:\"Bottom Bar | Sale\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/wow_small.png\";s:12:\"tmpl_created\";s:10:\"1547976402\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/popups/bottom-bar-sale/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"486\";s:11:\"trend_index\";s:3:\"400\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:94;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443698\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"101\";s:11:\"trend_index\";s:2:\"99\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:95;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520520331\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"153\";s:11:\"trend_index\";s:3:\"195\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:96;a:14:{s:2:\"id\";s:5:\"10127\";s:5:\"title\";s:35:\"Fly In | Announcement | Maintenance\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/pizza_small.png\";s:12:\"tmpl_created\";s:10:\"1547984061\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/popups/fly-in-announcement-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"522\";s:11:\"trend_index\";s:3:\"494\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:97;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520520544\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/testimonial-24-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"266\";s:11:\"trend_index\";s:3:\"275\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:98;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520520546\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"367\";s:11:\"trend_index\";s:3:\"385\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:99;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520520548\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"381\";s:11:\"trend_index\";s:3:\"346\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:100;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520520549\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"438\";s:11:\"trend_index\";s:3:\"537\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:101;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520520551\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-19/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"265\";s:11:\"trend_index\";s:3:\"240\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:102;a:14:{s:2:\"id\";s:5:\"10776\";s:5:\"title\";s:33:\"Fly In | Contact | Social | Share\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/01/social1_small.png\";s:12:\"tmpl_created\";s:10:\"1548047055\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/popups/fly-in-contact-social-share/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"526\";s:11:\"trend_index\";s:3:\"523\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:103;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520520552\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"248\";s:11:\"trend_index\";s:3:\"236\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:104;a:14:{s:2:\"id\";s:5:\"10785\";s:5:\"title\";s:33:\"Fly In | Contact | Social | Share\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/01/social2_small.png\";s:12:\"tmpl_created\";s:10:\"1548047593\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/popups/fly-in-contact-social-share-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"456\";s:11:\"trend_index\";s:3:\"435\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:105;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520520554\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-20/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"370\";s:11:\"trend_index\";s:3:\"338\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:106;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520520556\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"408\";s:11:\"trend_index\";s:3:\"453\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:107;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520520557\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-21/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"88\";s:11:\"trend_index\";s:2:\"62\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:108;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520520559\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-22/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"116\";s:11:\"trend_index\";s:2:\"95\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:109;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520520561\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-23/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"241\";s:11:\"trend_index\";s:3:\"197\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:110;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520520562\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"221\";s:11:\"trend_index\";s:3:\"266\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:111;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520520564\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-24/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"60\";s:11:\"trend_index\";s:2:\"45\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:112;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520520565\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/testimonial-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"96\";s:11:\"trend_index\";s:2:\"57\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:113;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520520567\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-27/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"187\";s:11:\"trend_index\";s:3:\"179\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:114;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520520569\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-29/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"325\";s:11:\"trend_index\";s:3:\"307\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:115;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520520570\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/testimonial-25-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"372\";s:11:\"trend_index\";s:3:\"404\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:116;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520520572\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-26/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"440\";s:11:\"trend_index\";s:3:\"512\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:117;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520520573\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"420\";s:11:\"trend_index\";s:3:\"464\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:118;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520520575\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"147\";s:11:\"trend_index\";s:3:\"130\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:119;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520520577\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"357\";s:11:\"trend_index\";s:3:\"325\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:120;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520520578\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"59\";s:11:\"trend_index\";s:2:\"36\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:121;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520520580\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"167\";s:11:\"trend_index\";s:3:\"165\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:122;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520520581\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"307\";s:11:\"trend_index\";s:3:\"293\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:123;a:14:{s:2:\"id\";s:5:\"10794\";s:5:\"title\";s:34:\"Classic | Contact | Social | Share\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/01/s_small.png\";s:12:\"tmpl_created\";s:10:\"1548067619\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/classic-contact-social-share/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"457\";s:11:\"trend_index\";s:3:\"441\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:124;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520520583\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"272\";s:11:\"trend_index\";s:3:\"276\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:125;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520520586\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"214\";s:11:\"trend_index\";s:3:\"245\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:126;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520520588\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"278\";s:11:\"trend_index\";s:3:\"260\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:127;a:14:{s:2:\"id\";s:5:\"10871\";s:5:\"title\";s:20:\"Bottom Bar | Contact\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/01/m_small.png\";s:12:\"tmpl_created\";s:10:\"1548074396\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/popups/bottom-bar-contact-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"524\";s:11:\"trend_index\";s:3:\"492\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:128;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520520589\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"394\";s:11:\"trend_index\";s:3:\"408\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:129;a:14:{s:2:\"id\";s:5:\"10936\";s:5:\"title\";s:25:\"Full Screen | Toggle Menu\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/01/menu_small.png\";s:12:\"tmpl_created\";s:10:\"1548874587\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/popups/full-screen-toggle-menu/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"452\";s:11:\"trend_index\";s:3:\"318\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:130;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520520591\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"188\";s:11:\"trend_index\";s:3:\"209\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:131;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520520593\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"164\";s:11:\"trend_index\";s:3:\"164\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:132;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520520594\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"354\";s:11:\"trend_index\";s:3:\"366\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:133;a:14:{s:2:\"id\";s:5:\"10964\";s:5:\"title\";s:59:\"Classic | Promotion | Coupon | Love | Valentine’s Day\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/02/love_small.png\";s:12:\"tmpl_created\";s:10:\"1550039106\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/popups/classic-promotion-coupon/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"540\";s:11:\"trend_index\";s:3:\"447\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:134;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520520596\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"31\";s:11:\"trend_index\";s:2:\"29\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:135;a:14:{s:2:\"id\";s:5:\"10992\";s:5:\"title\";s:59:\"Classic | Promotion | Coupon | Love | Valentine’s Day\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/02/h_small.png\";s:12:\"tmpl_created\";s:10:\"1550072007\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/classic-promotion-coupon-love-valentines-day/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"534\";s:11:\"trend_index\";s:3:\"526\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:136;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520520597\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"231\";s:11:\"trend_index\";s:3:\"291\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:137;a:14:{s:2:\"id\";s:5:\"11005\";s:5:\"title\";s:50:\"Classic | Promotion | Love | Valentine’s Day\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/02/bear_small.png\";s:12:\"tmpl_created\";s:10:\"1550073303\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-promotion-love-valentines-day/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"546\";s:11:\"trend_index\";s:3:\"471\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:138;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520520599\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"170\";s:11:\"trend_index\";s:3:\"180\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:139;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520520601\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"253\";s:11:\"trend_index\";s:3:\"459\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:140;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520520602\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"239\";s:11:\"trend_index\";s:3:\"384\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:141;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520520681\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-19/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"160\";s:11:\"trend_index\";s:3:\"175\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:142;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520520682\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-33/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"290\";s:11:\"trend_index\";s:3:\"282\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:143;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520520684\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"117\";s:11:\"trend_index\";s:2:\"87\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:144;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520520685\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"175\";s:11:\"trend_index\";s:3:\"214\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:145;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520520689\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-26/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"252\";s:11:\"trend_index\";s:3:\"220\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:146;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520520691\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"112\";s:11:\"trend_index\";s:3:\"127\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:147;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520520693\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"273\";s:11:\"trend_index\";s:3:\"259\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:148;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520520695\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"155\";s:11:\"trend_index\";s:3:\"116\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:149;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520520699\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-24/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"171\";s:11:\"trend_index\";s:3:\"167\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:150;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520520701\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-25/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"238\";s:11:\"trend_index\";s:3:\"262\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:151;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520520702\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"107\";s:11:\"trend_index\";s:2:\"94\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:152;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520520704\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"200\";s:11:\"trend_index\";s:3:\"152\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:153;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520520705\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"130\";s:11:\"trend_index\";s:3:\"161\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:154;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520520707\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"368\";s:11:\"trend_index\";s:3:\"296\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:155;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520520746\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"134\";s:11:\"trend_index\";s:3:\"166\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:156;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520520747\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"291\";s:11:\"trend_index\";s:3:\"252\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:157;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520520749\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"407\";s:11:\"trend_index\";s:3:\"402\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:158;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520520751\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"309\";s:11:\"trend_index\";s:3:\"253\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:159;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520520752\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-21/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"243\";s:11:\"trend_index\";s:3:\"202\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:160;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520520754\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-27/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"384\";s:11:\"trend_index\";s:3:\"353\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:161;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520520755\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-28/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"445\";s:11:\"trend_index\";s:3:\"503\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:162;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520520757\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"257\";s:11:\"trend_index\";s:3:\"227\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:163;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520520758\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"73\";s:11:\"trend_index\";s:2:\"51\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:164;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520520760\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"179\";s:11:\"trend_index\";s:3:\"200\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:165;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1521546999\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:10:\"[\"header\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"33\";s:11:\"trend_index\";s:2:\"32\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:166;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1521547237\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:10:\"[\"header\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"34\";s:11:\"trend_index\";s:2:\"21\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:167;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1521547332\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/footer-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"footer\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"91\";s:11:\"trend_index\";s:3:\"112\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:168;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1521547502\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/footer-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"footer\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"118\";s:11:\"trend_index\";s:3:\"108\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:169;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1521547761\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-post-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:24:\"[\"Blog\",\"Post\",\"Single\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"51\";s:11:\"trend_index\";s:2:\"33\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:170;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1521557736\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-post-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:24:\"[\"Blog\",\"Post\",\"Single\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"85\";s:11:\"trend_index\";s:2:\"98\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:171;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1521558047\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/blog-posts-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:26:\"[\"archive\",\"Blog\",\"posts\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"95\";s:11:\"trend_index\";s:3:\"158\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:172;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1522014215\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/footer_7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"footer\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"199\";s:11:\"trend_index\";s:3:\"228\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:173;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1524582343\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/footer-014/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"108\";s:11:\"trend_index\";s:2:\"76\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:174;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1524582468\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/footer-013/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"275\";s:11:\"trend_index\";s:3:\"224\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:175;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1524582605\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/footer-012/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"193\";s:11:\"trend_index\";s:3:\"143\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:176;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1524582631\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/footer-011/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"261\";s:11:\"trend_index\";s:3:\"251\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:177;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1524582665\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/footer-010/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"211\";s:11:\"trend_index\";s:3:\"191\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:178;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1524582691\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/footer-09/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"184\";s:11:\"trend_index\";s:3:\"169\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:179;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1524582788\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/footer-08/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"110\";s:11:\"trend_index\";s:2:\"83\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:180;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1524582814\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/footer-07/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"210\";s:11:\"trend_index\";s:3:\"171\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:181;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1524582852\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/footer-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"402\";s:11:\"trend_index\";s:3:\"380\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:182;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1524582875\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/footer-02/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"236\";s:11:\"trend_index\";s:3:\"193\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:183;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1524582903\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/footer-03/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"144\";s:11:\"trend_index\";s:3:\"125\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:184;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1524582927\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/footer-04/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"111\";s:11:\"trend_index\";s:2:\"74\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:185;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1524582944\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/footer-05/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"35\";s:11:\"trend_index\";s:3:\"129\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:186;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1524583015\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/footer-06/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"122\";s:11:\"trend_index\";s:3:\"105\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:187;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443248\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-23/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"131\";s:11:\"trend_index\";s:3:\"137\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:188;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1524583273\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/header-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"83\";s:11:\"trend_index\";s:2:\"69\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:189;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443250\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-30/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"338\";s:11:\"trend_index\";s:3:\"363\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:190;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1524583298\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/header-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"105\";s:11:\"trend_index\";s:3:\"113\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:191;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443251\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"312\";s:11:\"trend_index\";s:3:\"341\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:192;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1524583367\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"40\";s:11:\"trend_index\";s:2:\"31\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:193;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443253\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-26/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"404\";s:11:\"trend_index\";s:3:\"410\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:194;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1524583436\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"41\";s:11:\"trend_index\";s:2:\"28\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:195;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443255\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/services-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"61\";s:11:\"trend_index\";s:2:\"56\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:196;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1524583540\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"106\";s:11:\"trend_index\";s:3:\"101\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:197;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443257\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-25/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"203\";s:11:\"trend_index\";s:3:\"295\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:198;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1524583598\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"115\";s:11:\"trend_index\";s:2:\"81\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:199;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443259\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/services-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"150\";s:11:\"trend_index\";s:3:\"190\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:200;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1524583659\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/header-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"67\";s:11:\"trend_index\";s:2:\"46\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:201;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443261\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-24/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"334\";s:11:\"trend_index\";s:3:\"327\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:202;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1524583712\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"55\";s:11:\"trend_index\";s:3:\"106\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:203;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443263\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/services-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"70\";s:11:\"trend_index\";s:2:\"53\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:204;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1524584780\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"57\";s:11:\"trend_index\";s:2:\"48\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:205;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443265\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/services-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"282\";s:11:\"trend_index\";s:3:\"277\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:206;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1524584784\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"65\";s:11:\"trend_index\";s:2:\"44\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:207;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443266\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/services-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"79\";s:11:\"trend_index\";s:2:\"65\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:208;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443268\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"127\";s:11:\"trend_index\";s:3:\"149\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:209;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1526415291\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/404-page-06/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"328\";s:11:\"trend_index\";s:3:\"331\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:210;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443270\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"304\";s:11:\"trend_index\";s:3:\"285\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:211;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1526415337\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/404-page-07/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"305\";s:11:\"trend_index\";s:3:\"248\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:212;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443272\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-22/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"141\";s:11:\"trend_index\";s:3:\"160\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:213;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1526415374\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/404-page-08/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"406\";s:11:\"trend_index\";s:3:\"413\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:214;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443274\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-21/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"138\";s:11:\"trend_index\";s:3:\"151\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:215;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1526415417\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/404-page-04/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"376\";s:11:\"trend_index\";s:3:\"376\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:216;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443275\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-29/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"324\";s:11:\"trend_index\";s:3:\"334\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:217;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1526415449\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/404-page-03/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"413\";s:11:\"trend_index\";s:3:\"473\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:218;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443277\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-20/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"56\";s:11:\"trend_index\";s:2:\"47\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:219;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1526415474\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/404-page-09/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"417\";s:11:\"trend_index\";s:3:\"381\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:220;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443279\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"76\";s:11:\"trend_index\";s:2:\"66\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:221;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1526415501\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/404-page-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"442\";s:11:\"trend_index\";s:3:\"423\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:222;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443281\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-28/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"143\";s:11:\"trend_index\";s:3:\"176\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:223;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1526415528\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/404-page-02/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"348\";s:11:\"trend_index\";s:3:\"299\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:224;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443283\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"145\";s:11:\"trend_index\";s:3:\"119\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:225;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1526415558\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/404-page-05/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"386\";s:11:\"trend_index\";s:3:\"330\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:226;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443285\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-27/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"258\";s:11:\"trend_index\";s:3:\"306\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:227;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1527682423\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-page-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"339\";s:11:\"trend_index\";s:3:\"286\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:228;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443287\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/contact-3-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"97\";s:11:\"trend_index\";s:3:\"136\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:229;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1527682780\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-page-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"186\";s:11:\"trend_index\";s:3:\"194\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:230;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443289\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/contact-1-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"177\";s:11:\"trend_index\";s:3:\"185\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:231;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1527682847\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-page-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"240\";s:11:\"trend_index\";s:3:\"184\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:232;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443291\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/contact-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"99\";s:11:\"trend_index\";s:2:\"93\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:233;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1527682896\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-page-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"393\";s:11:\"trend_index\";s:3:\"358\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:234;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443293\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/contact-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"162\";s:11:\"trend_index\";s:3:\"150\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:235;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1527682969\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-page-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"326\";s:11:\"trend_index\";s:3:\"287\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:236;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443295\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/contact-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"104\";s:11:\"trend_index\";s:3:\"109\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:237;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1527683026\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-page-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"398\";s:11:\"trend_index\";s:3:\"352\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:238;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443296\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/contact-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"151\";s:11:\"trend_index\";s:3:\"172\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:239;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1527683072\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-page-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"385\";s:11:\"trend_index\";s:3:\"430\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:240;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443298\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/contact-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"123\";s:11:\"trend_index\";s:3:\"121\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:241;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1528639909\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/archive-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"84\";s:11:\"trend_index\";s:2:\"60\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:242;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443301\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/contact-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"contact\",\"form\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"139\";s:11:\"trend_index\";s:3:\"102\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:243;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1528700014\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/archive-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"197\";s:11:\"trend_index\";s:3:\"170\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:244;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443303\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/contact-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"contact\",\"form\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"249\";s:11:\"trend_index\";s:3:\"233\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:245;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1528700205\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/archive-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"166\";s:11:\"trend_index\";s:2:\"92\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:246;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443305\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/contact-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"contact\",\"form\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"330\";s:11:\"trend_index\";s:3:\"339\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:247;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1528700326\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/archive-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"341\";s:11:\"trend_index\";s:3:\"269\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:248;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443307\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/contact-5-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"62\";s:11:\"trend_index\";s:2:\"49\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:249;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1528700484\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/archive-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"311\";s:11:\"trend_index\";s:3:\"298\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:250;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443308\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"400\";s:11:\"trend_index\";s:3:\"484\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:251;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1528700612\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/archive-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"205\";s:11:\"trend_index\";s:3:\"163\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:252;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443310\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"484\";s:11:\"trend_index\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:253;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1528701063\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/archive-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"198\";s:11:\"trend_index\";s:3:\"111\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:254;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443312\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"329\";s:11:\"trend_index\";s:3:\"302\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:255;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1528701290\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/archive-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"190\";s:11:\"trend_index\";s:3:\"132\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:256;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443314\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"439\";s:11:\"trend_index\";s:3:\"446\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:257;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1528701433\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/archive-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"246\";s:11:\"trend_index\";s:3:\"205\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:258;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443315\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"433\";s:11:\"trend_index\";s:3:\"461\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:259;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1532428138\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:101:\"https://library.elementor.com/blocks/demo/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"288\";s:11:\"trend_index\";s:3:\"187\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:260;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443317\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"476\";s:11:\"trend_index\";s:3:\"498\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:261;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1532428699\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/header-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"50\";s:11:\"trend_index\";s:2:\"43\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:262;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443319\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/pricing-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"415\";s:11:\"trend_index\";s:3:\"467\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:263;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443322\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"468\";s:11:\"trend_index\";s:3:\"505\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:264;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443324\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/pricing-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"317\";s:11:\"trend_index\";s:3:\"323\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:265;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1532950125\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/single-product-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"94\";s:11:\"trend_index\";s:2:\"40\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:266;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443326\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/pricing-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"423\";s:11:\"trend_index\";s:3:\"501\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:267;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1532951997\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/single-product-02/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"132\";s:11:\"trend_index\";s:2:\"63\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:268;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443327\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"477\";s:11:\"trend_index\";s:3:\"529\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:269;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1532952302\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/single-product-03/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"178\";s:11:\"trend_index\";s:3:\"146\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:270;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443330\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/pricing-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"434\";s:11:\"trend_index\";s:3:\"486\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:271;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1532952606\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/single-product-04/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"192\";s:11:\"trend_index\";s:3:\"107\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:272;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443332\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"493\";s:11:\"trend_index\";s:3:\"542\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:273;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1532953482\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/product-archive-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"142\";s:11:\"trend_index\";s:3:\"110\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:274;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443334\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/pricing-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"421\";s:11:\"trend_index\";s:3:\"414\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:275;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1532953793\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/product-archive-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"157\";s:11:\"trend_index\";s:2:\"90\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:276;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1532954032\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/product-archive-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"169\";s:11:\"trend_index\";s:3:\"115\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:277;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1537440661\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-post-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"212\";s:11:\"trend_index\";s:3:\"144\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:278;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1537440673\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-post-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"244\";s:11:\"trend_index\";s:3:\"124\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:279;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1537440798\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-post-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"189\";s:11:\"trend_index\";s:2:\"86\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:280;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1537443531\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-post-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"218\";s:11:\"trend_index\";s:3:\"103\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:281;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1537443903\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-post-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"161\";s:11:\"trend_index\";s:2:\"68\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:282;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443348\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/team-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"232\";s:11:\"trend_index\";s:3:\"203\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:283;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443350\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"371\";s:11:\"trend_index\";s:3:\"407\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:284;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443352\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/team-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"135\";s:11:\"trend_index\";s:3:\"133\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:285;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443354\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/team-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"176\";s:11:\"trend_index\";s:3:\"173\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:286;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443356\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"352\";s:11:\"trend_index\";s:3:\"360\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:287;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443358\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-20/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"137\";s:11:\"trend_index\";s:3:\"142\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:288;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443360\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-23/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"245\";s:11:\"trend_index\";s:3:\"305\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:289;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443362\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-22/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"276\";s:11:\"trend_index\";s:3:\"225\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:290;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443364\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/team-12-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"358\";s:11:\"trend_index\";s:3:\"349\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:291;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443365\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"216\";s:11:\"trend_index\";s:3:\"183\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:292;a:14:{s:2:\"id\";s:4:\"9611\";s:5:\"title\";s:16:\"Hello Bar | Sale\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2019/01/Top-Bar_Sale_small_01.png\";s:12:\"tmpl_created\";s:10:\"1546965350\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/popups/hello-bar-sale-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"495\";s:11:\"trend_index\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:293;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443367\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"185\";s:11:\"trend_index\";s:3:\"207\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:294;a:14:{s:2:\"id\";s:4:\"9622\";s:5:\"title\";s:19:\"Classic | Promotion\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2019/01/classic_promotion_small_02.png\";s:12:\"tmpl_created\";s:10:\"1546965896\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/popups/classic-promotion-02/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"464\";s:11:\"trend_index\";s:3:\"428\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:295;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443369\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"331\";s:11:\"trend_index\";s:3:\"292\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:296;a:14:{s:2:\"id\";s:4:\"9631\";s:5:\"title\";s:38:\"Slide-in | Sale | Register | Subscribe\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2019/01/Slide-in_Sale_small_01.png\";s:12:\"tmpl_created\";s:10:\"1546968270\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/popups/slide-in-sale-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"483\";s:11:\"trend_index\";s:3:\"518\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:297;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443371\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-19/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"260\";s:11:\"trend_index\";s:3:\"255\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:298;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443373\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-21/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"387\";s:11:\"trend_index\";s:3:\"416\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:299;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443423\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"432\";s:11:\"trend_index\";s:3:\"466\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:300;a:14:{s:2:\"id\";s:4:\"9662\";s:5:\"title\";s:33:\"Bottom Bar | Register | Subscribe\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2019/01/Bottom-Bar_Register_small_01.png\";s:12:\"tmpl_created\";s:10:\"1547009087\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/popups/bottom-bar-register-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"518\";s:11:\"trend_index\";s:3:\"458\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:301;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443448\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/subscribe-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"form\",\"subscribe\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"350\";s:11:\"trend_index\";s:3:\"412\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:302;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443450\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/subscribe-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"form\",\"subscribe\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"418\";s:11:\"trend_index\";s:3:\"452\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:303;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443452\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/subscribe-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"form\",\"subscribe\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"281\";s:11:\"trend_index\";s:3:\"313\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:304;a:14:{s:2:\"id\";s:4:\"9690\";s:5:\"title\";s:17:\"Classic | Contact\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2019/01/Classic_Contact_small_01.png\";s:12:\"tmpl_created\";s:10:\"1547011716\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/popups/classic-contact-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"435\";s:11:\"trend_index\";s:3:\"364\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:305;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443454\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/subscribe-2-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"form\",\"subscribe\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"389\";s:11:\"trend_index\";s:3:\"374\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:306;a:14:{s:2:\"id\";s:4:\"9699\";s:5:\"title\";s:33:\"Classic | Contact | Gym | Fitness\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2019/01/Classic_Contact_small_02.png\";s:12:\"tmpl_created\";s:10:\"1547015827\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/popups/classic-contact-02/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"444\";s:11:\"trend_index\";s:3:\"369\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:307;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443456\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-29/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"form\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"379\";s:11:\"trend_index\";s:3:\"395\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:308;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443458\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-30/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"form\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"416\";s:11:\"trend_index\";s:3:\"401\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:309;a:14:{s:2:\"id\";s:4:\"9571\";s:5:\"title\";s:14:\"Fly In | Login\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2019/01/FlyIn_Login_01_small.png\";s:12:\"tmpl_created\";s:10:\"1547726151\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/popups/fly-in-login-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"480\";s:11:\"trend_index\";s:3:\"450\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:310;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443459\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-31/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"form\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"429\";s:11:\"trend_index\";s:3:\"418\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:311;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443462\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/contact-16-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"contact\",\"form\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"195\";s:11:\"trend_index\";s:3:\"221\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:312;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443464\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/subscribe-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"form\",\"subscribe\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"373\";s:11:\"trend_index\";s:3:\"357\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:313;a:14:{s:2:\"id\";s:4:\"9740\";s:5:\"title\";s:25:\"Classic | Promotion | App\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/app_small.png\";s:12:\"tmpl_created\";s:10:\"1547822836\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/popups/classic-promotion-app/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"474\";s:11:\"trend_index\";s:3:\"509\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:314;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443466\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/contact-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"contact\",\"form\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"318\";s:11:\"trend_index\";s:3:\"371\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:315;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443468\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/hero-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"436\";s:11:\"trend_index\";s:3:\"436\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:316;a:14:{s:2:\"id\";s:4:\"9762\";s:5:\"title\";s:36:\"Classic | Register | Subscribe | Spa\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2019/01/spa_small_classic.png\";s:12:\"tmpl_created\";s:10:\"1547824145\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/classic-register-subscribe-spa/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"451\";s:11:\"trend_index\";s:3:\"343\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:317;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443470\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-32/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"form\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"411\";s:11:\"trend_index\";s:3:\"477\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:318;a:14:{s:2:\"id\";s:4:\"9772\";s:5:\"title\";s:27:\"Hello bar | Promotion | App\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2019/01/app_hello_small.png\";s:12:\"tmpl_created\";s:10:\"1547824279\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/popups/hello-bar-promotion-app/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"543\";s:11:\"trend_index\";s:3:\"536\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:319;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443472\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/contact-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:8:\"[\"form\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"374\";s:11:\"trend_index\";s:3:\"263\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:320;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443474\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/clients-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"121\";s:11:\"trend_index\";s:3:\"114\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:321;a:14:{s:2:\"id\";s:4:\"9793\";s:5:\"title\";s:13:\"Fly In | Sale\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2019/01/flyin_black_small.png\";s:12:\"tmpl_created\";s:10:\"1547831151\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/popups/fly-in-sale/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"509\";s:11:\"trend_index\";s:3:\"514\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:322;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443476\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/clients-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"335\";s:11:\"trend_index\";s:3:\"290\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:323;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443478\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/clients-1-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"298\";s:11:\"trend_index\";s:3:\"311\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:324;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443480\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/clients-3-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"419\";s:11:\"trend_index\";s:3:\"427\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:325;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443482\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/clients-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"383\";s:11:\"trend_index\";s:3:\"421\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:326;a:14:{s:2:\"id\";s:4:\"9836\";s:5:\"title\";s:21:\"Classic | Login | Pop\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/01/login_b_small.png\";s:12:\"tmpl_created\";s:10:\"1547835635\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/popups/classic-login/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"500\";s:11:\"trend_index\";s:3:\"443\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:327;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443484\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/clients-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"443\";s:11:\"trend_index\";s:3:\"502\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:328;a:14:{s:2:\"id\";s:4:\"9847\";s:5:\"title\";s:25:\"Fly In | Promotion | Lego\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2019/01/fly_in_promotion_tro.png\";s:12:\"tmpl_created\";s:10:\"1547836956\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/popups/fly-in-promotion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"533\";s:11:\"trend_index\";s:3:\"541\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:329;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443486\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/clients-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"401\";s:11:\"trend_index\";s:3:\"405\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:330;a:14:{s:2:\"id\";s:4:\"9858\";s:5:\"title\";s:27:\"Slide In | Promotion | Wine\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2019/01/slide-in_promotion_wine_small.png\";s:12:\"tmpl_created\";s:10:\"1547837100\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/popups/slide-in-promotion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"550\";s:11:\"trend_index\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:331;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443488\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/clients-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"412\";s:11:\"trend_index\";s:3:\"468\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:332;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443489\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/clients-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"234\";s:11:\"trend_index\";s:3:\"192\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:333;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443491\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/clients-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"430\";s:11:\"trend_index\";s:3:\"481\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:334;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443493\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/clients-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"235\";s:11:\"trend_index\";s:3:\"230\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:335;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443495\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/clients-2-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"310\";s:11:\"trend_index\";s:3:\"344\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:336;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443497\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/clients-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"225\";s:11:\"trend_index\";s:3:\"223\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:337;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443499\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/clients-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"182\";s:11:\"trend_index\";s:3:\"178\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:338;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443501\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/clients-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"369\";s:11:\"trend_index\";s:3:\"377\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:339;a:14:{s:2:\"id\";s:4:\"9944\";s:5:\"title\";s:33:\"Slide In | Promotion | Headphones\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2019/01/slidein_head_small.png\";s:12:\"tmpl_created\";s:10:\"1547841939\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/popups/slide-in-promotion-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"536\";s:11:\"trend_index\";s:3:\"533\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:340;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443503\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"140\";s:11:\"trend_index\";s:3:\"131\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:341;a:14:{s:2:\"id\";s:4:\"9955\";s:5:\"title\";s:14:\"Fly In | Login\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2019/01/flyin_login_lock_small.png\";s:12:\"tmpl_created\";s:10:\"1547842065\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/popups/fly-in-login/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"479\";s:11:\"trend_index\";s:3:\"424\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:342;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443505\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"217\";s:11:\"trend_index\";s:3:\"174\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:343;a:14:{s:2:\"id\";s:4:\"9965\";s:5:\"title\";s:30:\"Classic | Register | Subscribe\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2019/01/classic_moon_small.png\";s:12:\"tmpl_created\";s:10:\"1547842174\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/classic-register-subscribe-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"475\";s:11:\"trend_index\";s:3:\"482\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:344;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443507\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-21/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"136\";s:11:\"trend_index\";s:3:\"182\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:345;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443509\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"247\";s:11:\"trend_index\";s:3:\"199\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:346;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443510\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"103\";s:11:\"trend_index\";s:2:\"70\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:347;a:14:{s:2:\"id\";s:4:\"9995\";s:5:\"title\";s:27:\"Slide In | Sale | Christmas\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2019/01/slidein_christmas_small.png\";s:12:\"tmpl_created\";s:10:\"1547844802\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/popups/slide-in-sale-christmas/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"553\";s:11:\"trend_index\";s:3:\"540\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:348;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443512\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/about-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"204\";s:11:\"trend_index\";s:3:\"244\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:349;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443514\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/about-3-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"69\";s:11:\"trend_index\";s:2:\"85\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:350;a:14:{s:2:\"id\";s:5:\"10016\";s:5:\"title\";s:16:\"Hello Bar | Sale\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2019/01/Hello-Bar_Promotion_bag_small.png\";s:12:\"tmpl_created\";s:10:\"1547845062\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/popups/hello-bar-sale/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"554\";s:11:\"trend_index\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:351;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443516\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-20/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"129\";s:11:\"trend_index\";s:3:\"134\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:352;a:14:{s:2:\"id\";s:5:\"10026\";s:5:\"title\";s:46:\"Classic | Register | Subscribe | Gym | Fitness\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2019/01/classic_register_small.png\";s:12:\"tmpl_created\";s:10:\"1547845205\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/classic-register-subscribe-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"461\";s:11:\"trend_index\";s:3:\"300\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:353;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443518\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"227\";s:11:\"trend_index\";s:3:\"215\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:354;a:14:{s:2:\"id\";s:5:\"10036\";s:5:\"title\";s:43:\"Full Screen | Sale | Promotion | Headphones\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2019/01/full_sale_head_small.png\";s:12:\"tmpl_created\";s:10:\"1547845409\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/popups/full-screen-sale-promotion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"496\";s:11:\"trend_index\";s:3:\"457\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:355;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443520\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/about-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"191\";s:11:\"trend_index\";s:3:\"212\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:356;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443522\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/about-4-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"380\";s:11:\"trend_index\";s:3:\"476\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:357;a:14:{s:2:\"id\";s:5:\"10057\";s:5:\"title\";s:48:\"Hello Bar | Register | Subscribe | Gym | Fitness\";s:9:\"thumbnail\";s:91:\"https://library.elementor.com/wp-content/uploads/2019/01/hello-bar_register_sport_small.png\";s:12:\"tmpl_created\";s:10:\"1547847938\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/hello-bar-register-subscribe/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"542\";s:11:\"trend_index\";s:3:\"534\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:358;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443524\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/about-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"297\";s:11:\"trend_index\";s:3:\"283\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:359;a:14:{s:2:\"id\";s:5:\"10067\";s:5:\"title\";s:31:\"Fly In | Announcement | Cookies\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2019/01/fly-in_cookie_yellow_small.png\";s:12:\"tmpl_created\";s:10:\"1547848075\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/popups/fly-in-announcement/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"463\";s:11:\"trend_index\";s:3:\"445\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:360;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443526\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/about-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"410\";s:11:\"trend_index\";s:3:\"460\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:361;a:14:{s:2:\"id\";s:5:\"10077\";s:5:\"title\";s:29:\"Fly In | Register | Subscribe\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2019/01/flyin_register_blue_small.png\";s:12:\"tmpl_created\";s:10:\"1547848197\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/fly-in-register-subscribe/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"454\";s:11:\"trend_index\";s:3:\"356\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:362;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443528\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"93\";s:11:\"trend_index\";s:3:\"126\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:363;a:14:{s:2:\"id\";s:5:\"10087\";s:5:\"title\";s:25:\"Full Screen | Login | Spa\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2019/01/full-screen_login_spa_small.png\";s:12:\"tmpl_created\";s:10:\"1547848301\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/popups/full-screen-login-spa/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"502\";s:11:\"trend_index\";s:3:\"469\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:364;a:14:{s:2:\"id\";s:4:\"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\";s:10:\"1520443530\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-19/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"256\";s:11:\"trend_index\";s:3:\"249\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:365;a:14:{s:2:\"id\";s:5:\"10097\";s:5:\"title\";s:37:\"Classic | Register | Subscribe | Lego\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2019/01/classic_lego_small.png\";s:12:\"tmpl_created\";s:10:\"1547848411\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/classic-register-subscribe-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"516\";s:11:\"trend_index\";s:3:\"479\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:366;a:14:{s:2:\"id\";s:4:\"1190\";s:5:\"title\";s:26:\"Landing Page – Hotel\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2017/03/lp2-l.png\";s:12:\"tmpl_created\";s:10:\"1490707391\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/landing-page-hotel/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"1\";s:16:\"popularity_index\";s:2:\"13\";s:11:\"trend_index\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:367;a:14:{s:2:\"id\";s:4:\"9816\";s:5:\"title\";s:30:\"Classic | Sale | Gym | Fitness\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2019/01/classic_sale_sport_small.png\";s:12:\"tmpl_created\";s:10:\"1547991876\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/popups/classic-sale-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"1\";s:16:\"popularity_index\";s:3:\"512\";s:11:\"trend_index\";s:3:\"524\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:368;a:14:{s:2:\"id\";s:4:\"9602\";s:5:\"title\";s:35:\"Bottom Bar | Announcement | Cookies\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2019/01/Bottombar_Announcement_small_01.png\";s:12:\"tmpl_created\";s:10:\"1546964559\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/popups/bottom-bar-announcement-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"1\";s:16:\"popularity_index\";s:3:\"481\";s:11:\"trend_index\";s:3:\"487\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:369;a:14:{s:2:\"id\";s:3:\"225\";s:5:\"title\";s:27:\"Homepage – Restaurant\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0016.png\";s:12:\"tmpl_created\";s:10:\"1470829872\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/homepage-restaurant/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Homepage\",\"Restaurant\"]\";s:10:\"menu_order\";s:1:\"2\";s:16:\"popularity_index\";s:1:\"2\";s:11:\"trend_index\";s:1:\"2\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:370;a:14:{s:2:\"id\";s:3:\"463\";s:5:\"title\";s:22:\"Homepage – Study\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/10/0022.png\";s:12:\"tmpl_created\";s:10:\"1477388340\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/homepage-study/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Education\",\"Homepage\",\"Study\"]\";s:10:\"menu_order\";s:1:\"3\";s:16:\"popularity_index\";s:1:\"4\";s:11:\"trend_index\";s:1:\"4\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:371;a:14:{s:2:\"id\";s:5:\"10277\";s:5:\"title\";s:36:\"Bottom Bar | Promotion | Sale | Book\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/01/book_small.png\";s:12:\"tmpl_created\";s:10:\"1548055999\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/bottom-bar-promotion-book/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"3\";s:16:\"popularity_index\";s:3:\"527\";s:11:\"trend_index\";s:3:\"527\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:372;a:14:{s:2:\"id\";s:3:\"181\";s:5:\"title\";s:23:\"Homepage – Agency\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0019.png\";s:12:\"tmpl_created\";s:10:\"1470826567\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/homepage-agency/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Agency\",\"Creative\",\"Homepage\"]\";s:10:\"menu_order\";s:1:\"4\";s:16:\"popularity_index\";s:1:\"3\";s:11:\"trend_index\";s:1:\"3\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:373;a:14:{s:2:\"id\";s:4:\"9903\";s:5:\"title\";s:34:\"Bottom Bar | Promotion | Olive Oil\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2019/01/bottom-bar_promotion_olive_small.png\";s:12:\"tmpl_created\";s:10:\"1547838896\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/popups/bottom-bar-promotion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"4\";s:16:\"popularity_index\";s:3:\"538\";s:11:\"trend_index\";s:3:\"543\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:374;a:14:{s:2:\"id\";s:3:\"150\";s:5:\"title\";s:19:\"Product – App\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0003.png\";s:12:\"tmpl_created\";s:10:\"1470829879\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:101:\"https://library.elementor.com/product-app/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"5\";s:16:\"popularity_index\";s:2:\"20\";s:11:\"trend_index\";s:1:\"6\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:375;a:14:{s:2:\"id\";s:3:\"519\";s:5:\"title\";s:24:\"Homepage – Fitness\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/10/0023.png\";s:12:\"tmpl_created\";s:10:\"1477388808\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/homepage-fitness/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:45:\"[\"Fitness\",\"Gym\",\"Health\",\"Homepage\",\"Sport\"]\";s:10:\"menu_order\";s:1:\"6\";s:16:\"popularity_index\";s:1:\"7\";s:11:\"trend_index\";s:1:\"9\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:376;a:14:{s:2:\"id\";s:5:\"10549\";s:5:\"title\";s:33:\"Bottom Bar | Register | Subscribe\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/com_small.png\";s:12:\"tmpl_created\";s:10:\"1547967595\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/popups/bottom-bar-register-subscribe/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"6\";s:16:\"popularity_index\";s:3:\"515\";s:11:\"trend_index\";s:3:\"531\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:377;a:14:{s:2:\"id\";s:4:\"9139\";s:5:\"title\";s:25:\"Homepage – Business\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/07/Get_Started_250.png\";s:12:\"tmpl_created\";s:10:\"1532949924\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/homepage-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:167:\"[\"Agency\",\"bootstrap\",\"business\",\"corporate\",\"Landing Page\",\"marketing campaign\",\"marketing landing page\",\"product launch\",\"software\",\"Startup\",\"startup landing page\"]\";s:10:\"menu_order\";s:1:\"6\";s:16:\"popularity_index\";s:1:\"8\";s:11:\"trend_index\";s:1:\"5\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:378;a:14:{s:2:\"id\";s:4:\"1504\";s:5:\"title\";s:33:\"Landing Page – Mobile App 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-app2.png\";s:12:\"tmpl_created\";s:10:\"1494352112\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-mobile-app-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"7\";s:16:\"popularity_index\";s:3:\"154\";s:11:\"trend_index\";s:3:\"120\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:379;a:14:{s:2:\"id\";s:4:\"1503\";s:5:\"title\";s:33:\"Landing Page – Mobile App 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-app1.png\";s:12:\"tmpl_created\";s:10:\"1494352113\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-mobile-app-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"8\";s:16:\"popularity_index\";s:3:\"152\";s:11:\"trend_index\";s:3:\"118\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:380;a:14:{s:2:\"id\";s:5:\"10529\";s:5:\"title\";s:36:\"Classic | Announcement | Maintenance\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/01/icon_small.png\";s:12:\"tmpl_created\";s:10:\"1548046309\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/popups/classic-announcement/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"9\";s:16:\"popularity_index\";s:3:\"462\";s:11:\"trend_index\";s:3:\"336\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:381;a:14:{s:2:\"id\";s:4:\"1634\";s:5:\"title\";s:33:\"Landing Page – Chiropractor\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Chiropractor.png\";s:12:\"tmpl_created\";s:10:\"1494352119\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-chiropractor/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"9\";s:16:\"popularity_index\";s:3:\"224\";s:11:\"trend_index\";s:3:\"177\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:382;a:14:{s:2:\"id\";s:3:\"487\";s:5:\"title\";s:29:\"Landing Page – Vacation\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/10/0021.png\";s:12:\"tmpl_created\";s:10:\"1477388357\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/landing-page-vacation/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"10\";s:16:\"popularity_index\";s:2:\"23\";s:11:\"trend_index\";s:2:\"12\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:383;a:14:{s:2:\"id\";s:3:\"855\";s:5:\"title\";s:37:\"Landing Page – Personal Trainer\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2017/02/Landing-Page-Personal-Trainer.png\";s:12:\"tmpl_created\";s:10:\"1494352061\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/landing-page-personal-trainer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"11\";s:16:\"popularity_index\";s:3:\"237\";s:11:\"trend_index\";s:3:\"241\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:384;a:14:{s:2:\"id\";s:3:\"955\";s:5:\"title\";s:31:\"Landing Page – Law Office\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2017/02/Landing-Page-Law-Office.png\";s:12:\"tmpl_created\";s:10:\"1494352069\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/landing-page-law-office/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:31:\"[\"Landing Page\",\"Law\",\"Office\"]\";s:10:\"menu_order\";s:2:\"12\";s:16:\"popularity_index\";s:3:\"148\";s:11:\"trend_index\";s:3:\"117\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:385;a:14:{s:2:\"id\";s:4:\"9373\";s:5:\"title\";s:33:\"Landing Page – Conference 5\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/11/conference-250.png\";s:12:\"tmpl_created\";s:10:\"1542811219\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-conference-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"13\";s:16:\"popularity_index\";s:3:\"259\";s:11:\"trend_index\";s:3:\"155\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:386;a:14:{s:2:\"id\";s:3:\"974\";s:5:\"title\";s:28:\"Landing Page – Stylist\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2017/03/Landing-Page-Stylist.png\";s:12:\"tmpl_created\";s:10:\"1494352071\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-stylist/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:146:\"[\"cosmetics\",\"fashion\",\"girly\",\"hairdresser\",\"lifestyle\",\"makeup\",\"manicure\",\"pedicure\",\"products\",\"salon\",\"Shop\",\"skincare\",\"stylist\",\"wellness\"]\";s:10:\"menu_order\";s:2:\"14\";s:16:\"popularity_index\";s:3:\"285\";s:11:\"trend_index\";s:3:\"211\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:387;a:14:{s:2:\"id\";s:3:\"754\";s:5:\"title\";s:25:\"Services – Interior\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/01/Interior-Services.png\";s:12:\"tmpl_created\";s:10:\"1485269691\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/services-interior/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"15\";s:16:\"popularity_index\";s:3:\"262\";s:11:\"trend_index\";s:3:\"219\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:388;a:14:{s:2:\"id\";s:3:\"752\";s:5:\"title\";s:24:\"Contact – Interior\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2017/01/interior-contact.png\";s:12:\"tmpl_created\";s:10:\"1485269737\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/contact-interior/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"16\";s:16:\"popularity_index\";s:3:\"277\";s:11:\"trend_index\";s:3:\"246\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:389;a:14:{s:2:\"id\";s:5:\"10413\";s:5:\"title\";s:28:\"Classic | Content Lock | Pop\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/hot_small.png\";s:12:\"tmpl_created\";s:10:\"1547961774\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/popups/classic-content-lock/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"17\";s:16:\"popularity_index\";s:3:\"530\";s:11:\"trend_index\";s:3:\"538\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:390;a:14:{s:2:\"id\";s:3:\"753\";s:5:\"title\";s:22:\"About – Interior\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2017/01/Interior-About.png\";s:12:\"tmpl_created\";s:10:\"1485269710\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/about-interior/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"17\";s:16:\"popularity_index\";s:3:\"270\";s:11:\"trend_index\";s:3:\"204\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:391;a:14:{s:2:\"id\";s:3:\"751\";s:5:\"title\";s:25:\"Homepage – Interior\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/01/interior-home.png\";s:12:\"tmpl_created\";s:10:\"1485269743\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/homepage-interior/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"18\";s:16:\"popularity_index\";s:3:\"220\";s:11:\"trend_index\";s:3:\"217\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:392;a:14:{s:2:\"id\";s:5:\"10047\";s:5:\"title\";s:15:\"Classic | Login\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/01/yellow_small.png\";s:12:\"tmpl_created\";s:10:\"1547847757\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/popups/classic-login-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"18\";s:16:\"popularity_index\";s:3:\"453\";s:11:\"trend_index\";s:3:\"359\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:393;a:14:{s:2:\"id\";s:5:\"10223\";s:5:\"title\";s:15:\"Classic | Login\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/01/welcome_small.png\";s:12:\"tmpl_created\";s:10:\"1547887343\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/popups/classic-login-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"19\";s:16:\"popularity_index\";s:3:\"447\";s:11:\"trend_index\";s:3:\"389\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:394;a:14:{s:2:\"id\";s:4:\"2402\";s:5:\"title\";s:32:\"Homepage – Interior Design\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2017/09/Interior.png\";s:12:\"tmpl_created\";s:10:\"1506441447\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/homepage-interior-design/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:193:\"[\"Architecture\",\"building\",\"business\",\"Creative\",\"exterior design\",\"furniture design\",\"Gallery\",\"garden design\",\"house\",\"interior design\",\"landscape design\",\"multipurpose\",\"portfolio\",\"studio\"]\";s:10:\"menu_order\";s:2:\"19\";s:16:\"popularity_index\";s:2:\"53\";s:11:\"trend_index\";s:3:\"141\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:395;a:14:{s:2:\"id\";s:5:\"10403\";s:5:\"title\";s:15:\"Classic | Login\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/hello_small.png\";s:12:\"tmpl_created\";s:10:\"1548056371\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/popups/classic-login-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"20\";s:16:\"popularity_index\";s:3:\"482\";s:11:\"trend_index\";s:3:\"398\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:396;a:14:{s:2:\"id\";s:4:\"3626\";s:5:\"title\";s:30:\"Snowboard Site – Contact\";s:9:\"thumbnail\";s:62:\"https://library.elementor.com/wp-content/uploads/2017/12/3.png\";s:12:\"tmpl_created\";s:10:\"1513513193\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/snowboard-site-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"20\";s:16:\"popularity_index\";s:3:\"223\";s:11:\"trend_index\";s:3:\"148\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:397;a:14:{s:2:\"id\";s:4:\"3632\";s:5:\"title\";s:31:\"Snowboard Site – Services\";s:9:\"thumbnail\";s:62:\"https://library.elementor.com/wp-content/uploads/2017/12/2.png\";s:12:\"tmpl_created\";s:10:\"1513513171\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/snowboard-site-services/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"21\";s:16:\"popularity_index\";s:3:\"194\";s:11:\"trend_index\";s:3:\"157\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:398;a:14:{s:2:\"id\";s:4:\"9913\";s:5:\"title\";s:27:\"Classic | Login | Christmas\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/log_small.png\";s:12:\"tmpl_created\";s:10:\"1547841430\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/popups/classic-login-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"21\";s:16:\"popularity_index\";s:3:\"492\";s:11:\"trend_index\";s:3:\"417\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:399;a:14:{s:2:\"id\";s:4:\"3619\";s:5:\"title\";s:31:\"Snowboard Site – Homepage\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2017/12/home.png\";s:12:\"tmpl_created\";s:10:\"1513513137\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/snowboard-site-homepage/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"22\";s:16:\"popularity_index\";s:3:\"219\";s:11:\"trend_index\";s:3:\"201\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:400;a:14:{s:2:\"id\";s:4:\"9425\";s:5:\"title\";s:38:\"Black Friday – 80’s style\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/11/unnamed-file.png\";s:12:\"tmpl_created\";s:10:\"1542901234\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/black-friday-80s-style/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"23\";s:16:\"popularity_index\";s:3:\"320\";s:11:\"trend_index\";s:3:\"213\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:401;a:14:{s:2:\"id\";s:4:\"9592\";s:5:\"title\";s:26:\"Classic | Promotion | Sale\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2019/01/Classic_Promotion_small_01.png\";s:12:\"tmpl_created\";s:10:\"1546963720\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/popups/classic-promotion-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"26\";s:16:\"popularity_index\";s:3:\"488\";s:11:\"trend_index\";s:3:\"433\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:402;a:14:{s:2:\"id\";s:5:\"10210\";s:5:\"title\";s:29:\"Classic | Promotion | Webinar\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/web_small-1.png\";s:12:\"tmpl_created\";s:10:\"1547886103\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/classic-promotion-webinar/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"27\";s:16:\"popularity_index\";s:3:\"549\";s:11:\"trend_index\";s:3:\"522\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:403;a:14:{s:2:\"id\";s:4:\"9879\";s:5:\"title\";s:38:\"Classic | Register | Subscribe | Leads\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/dog_small.png\";s:12:\"tmpl_created\";s:10:\"1547838416\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/popups/classic-register-subscribe/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"31\";s:16:\"popularity_index\";s:3:\"497\";s:11:\"trend_index\";s:3:\"499\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:404;a:14:{s:2:\"id\";s:4:\"9731\";s:5:\"title\";s:26:\"Classic | Sale | Promotion\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/01/icecream_small.png\";s:12:\"tmpl_created\";s:10:\"1547976166\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/popups/classic-sale/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"34\";s:16:\"popularity_index\";s:3:\"494\";s:11:\"trend_index\";s:3:\"496\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:405;a:14:{s:2:\"id\";s:5:\"10297\";s:5:\"title\";s:14:\"Classic | Sale\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/01/s_yellow_small.png\";s:12:\"tmpl_created\";s:10:\"1548056099\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/popups/classic-sale-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"35\";s:16:\"popularity_index\";s:3:\"472\";s:11:\"trend_index\";s:3:\"399\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:406;a:14:{s:2:\"id\";s:5:\"10393\";s:5:\"title\";s:14:\"Classic | Sale\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/01/blue_small.png\";s:12:\"tmpl_created\";s:10:\"1548056682\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/popups/classic-sale-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"36\";s:16:\"popularity_index\";s:3:\"521\";s:11:\"trend_index\";s:3:\"513\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:407;a:14:{s:2:\"id\";s:3:\"147\";s:5:\"title\";s:20:\"Homepage – App\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0004.png\";s:12:\"tmpl_created\";s:10:\"1470829868\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/homepage-app/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"App\",\"Homepage\"]\";s:10:\"menu_order\";s:2:\"37\";s:16:\"popularity_index\";s:1:\"1\";s:11:\"trend_index\";s:2:\"11\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:408;a:14:{s:2:\"id\";s:5:\"10579\";s:5:\"title\";s:14:\"Classic | Sale\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/sale1_small.png\";s:12:\"tmpl_created\";s:10:\"1547967887\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/popups/classic-sale-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"38\";s:16:\"popularity_index\";s:3:\"508\";s:11:\"trend_index\";s:3:\"497\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:409;a:14:{s:2:\"id\";s:3:\"777\";s:5:\"title\";s:28:\"Homepage – Coffee Shop\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/01/rest-home.jpg\";s:12:\"tmpl_created\";s:10:\"1485273092\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/homepage-coffee-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:41:\"[\"Coffee\",\"Homepage\",\"Restaurant\",\"Shop\"]\";s:10:\"menu_order\";s:2:\"38\";s:16:\"popularity_index\";s:2:\"72\";s:11:\"trend_index\";s:3:\"254\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:410;a:14:{s:2:\"id\";s:4:\"2404\";s:5:\"title\";s:24:\"Homepage – Product\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2017/09/product.png\";s:12:\"tmpl_created\";s:10:\"1506441452\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/homepage-product/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:103:\"[\"business\",\"colorful\",\"ecommerce\",\"flat\",\"mobile\",\"modern\",\"responsive\",\"retina\",\"Shop\",\"woocommerce\"]\";s:10:\"menu_order\";s:2:\"39\";s:16:\"popularity_index\";s:2:\"80\";s:11:\"trend_index\";s:3:\"181\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:411;a:14:{s:2:\"id\";s:3:\"492\";s:5:\"title\";s:25:\"Homepage – Law firm\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/10/0024.png\";s:12:\"tmpl_created\";s:10:\"1477388365\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/homepage-law-firm/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:25:\"[\"Firm\",\"Homepage\",\"Law\"]\";s:10:\"menu_order\";s:2:\"40\";s:16:\"popularity_index\";s:1:\"6\";s:11:\"trend_index\";s:2:\"19\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:412;a:14:{s:2:\"id\";s:4:\"3451\";s:5:\"title\";s:39:\"Homepage – Goodness meal services\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2017/11/goodness-featured-image.png\";s:12:\"tmpl_created\";s:10:\"1512054116\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/homepage-goodness-meal-services/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"41\";s:16:\"popularity_index\";s:3:\"133\";s:11:\"trend_index\";s:3:\"257\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:413;a:14:{s:2:\"id\";s:4:\"2152\";s:5:\"title\";s:26:\"Homepage – Cake Shop\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/07/cake-home.png\";s:12:\"tmpl_created\";s:10:\"1499774132\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/homepage-cake-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Cake\",\"Homepage\",\"Restaurant\",\"Shop\"]\";s:10:\"menu_order\";s:2:\"42\";s:16:\"popularity_index\";s:3:\"229\";s:11:\"trend_index\";s:3:\"429\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:414;a:14:{s:2:\"id\";s:4:\"1068\";s:5:\"title\";s:27:\"Homepage – Copywriter\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2017/03/copywriter.png\";s:12:\"tmpl_created\";s:10:\"1488805928\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/homepage-copywriter/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:25:\"[\"Copywriter\",\"Homepage\"]\";s:10:\"menu_order\";s:2:\"43\";s:16:\"popularity_index\";s:3:\"119\";s:11:\"trend_index\";s:3:\"242\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:415;a:14:{s:2:\"id\";s:5:\"10180\";s:5:\"title\";s:21:\"Fly In | Announcement\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/glass_small.png\";s:12:\"tmpl_created\";s:10:\"1548045309\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/popups/fly-in-announcement-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"43\";s:16:\"popularity_index\";s:3:\"510\";s:11:\"trend_index\";s:3:\"528\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:416;a:14:{s:2:\"id\";s:4:\"2813\";s:5:\"title\";s:32:\"Homepage – Creative Agency\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2017/11/Creative-Agency-–-Home-Page.png\";s:12:\"tmpl_created\";s:10:\"1509615049\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/homepage-creative-agency/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Agency\",\"Creative\",\"Homepage\"]\";s:10:\"menu_order\";s:2:\"44\";s:16:\"popularity_index\";s:2:\"64\";s:11:\"trend_index\";s:3:\"140\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:417;a:14:{s:2:\"id\";s:3:\"728\";s:5:\"title\";s:33:\"Homepage – Delivery Company\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2017/01/delivery-company-home-page.jpg\";s:12:\"tmpl_created\";s:10:\"1485269993\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/homepage-delivery-company/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Delivery\",\"Homepage\"]\";s:10:\"menu_order\";s:2:\"45\";s:16:\"popularity_index\";s:3:\"158\";s:11:\"trend_index\";s:3:\"232\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:418;a:14:{s:2:\"id\";s:4:\"2403\";s:5:\"title\";s:29:\"Homepage – Luxury Hotel\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2017/09/Hotel.png\";s:12:\"tmpl_created\";s:10:\"1506441428\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/homepage-luxury-hotel/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"46\";s:16:\"popularity_index\";s:3:\"168\";s:11:\"trend_index\";s:3:\"265\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:419;a:14:{s:2:\"id\";s:4:\"1903\";s:5:\"title\";s:20:\"One Page – Spa\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2017/06/spa.png\";s:12:\"tmpl_created\";s:10:\"1496822325\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/one-page-spa/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:132:\"[\"beauty\",\"care\",\"girly\",\"hair\",\"Health\",\"hospitality\",\"massage\",\"medical\",\"parlor\",\"physiotherapy\",\"salon\",\"spa\",\"wellness\",\"yoga\"]\";s:10:\"menu_order\";s:2:\"47\";s:16:\"popularity_index\";s:3:\"120\";s:11:\"trend_index\";s:3:\"239\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:420;a:14:{s:2:\"id\";s:4:\"2123\";s:5:\"title\";s:33:\"One Page – Architect Office\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/06/architect.png\";s:12:\"tmpl_created\";s:10:\"1499772989\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/one-page-architect-office/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"48\";s:16:\"popularity_index\";s:1:\"9\";s:11:\"trend_index\";s:1:\"7\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:421;a:14:{s:2:\"id\";s:4:\"1888\";s:5:\"title\";s:32:\"One Page – Creative Meetup\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2017/06/creative-meetup.png\";s:12:\"tmpl_created\";s:10:\"1496822319\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/one-page-creative-meetup/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"49\";s:16:\"popularity_index\";s:3:\"156\";s:11:\"trend_index\";s:3:\"303\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:422;a:14:{s:2:\"id\";s:4:\"1880\";s:5:\"title\";s:24:\"One Page – Wedding\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2017/06/wedding.png\";s:12:\"tmpl_created\";s:10:\"1496822317\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/one-page-wedding/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:82:\"[\"bride\",\"ceremony\",\"cute\",\"event\",\"fancy\",\"girly\",\"groom\",\"guestbook\",\"marriage\"]\";s:10:\"menu_order\";s:2:\"50\";s:16:\"popularity_index\";s:3:\"337\";s:11:\"trend_index\";s:3:\"489\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:423;a:14:{s:2:\"id\";s:4:\"1891\";s:5:\"title\";s:35:\"One Page – Textile Convention\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2017/06/textile-meetup.png\";s:12:\"tmpl_created\";s:10:\"1496822323\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/one-page-textile-convention/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"51\";s:16:\"popularity_index\";s:3:\"302\";s:11:\"trend_index\";s:3:\"388\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:424;a:14:{s:2:\"id\";s:4:\"1885\";s:5:\"title\";s:29:\"One Page – Yacht Rental\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2017/06/yacht-home.png\";s:12:\"tmpl_created\";s:10:\"1496822321\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/one-page-yacht-rental/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"52\";s:16:\"popularity_index\";s:3:\"128\";s:11:\"trend_index\";s:3:\"278\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:425;a:14:{s:2:\"id\";s:4:\"2723\";s:5:\"title\";s:34:\"Portfolio – Graphic Designer\";s:9:\"thumbnail\";s:91:\"https://library.elementor.com/wp-content/uploads/2017/11/Graphic-Designer-–-Portfolio.png\";s:12:\"tmpl_created\";s:10:\"1509633883\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/portfolio-graphic-designer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"53\";s:16:\"popularity_index\";s:3:\"125\";s:11:\"trend_index\";s:3:\"247\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:426;a:14:{s:2:\"id\";s:4:\"2145\";s:5:\"title\";s:30:\"About – Delivery Company\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2017/07/delivery-about.png\";s:12:\"tmpl_created\";s:10:\"1499774125\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/about-delivery-company/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:10:\"[\"moving\"]\";s:10:\"menu_order\";s:2:\"54\";s:16:\"popularity_index\";s:3:\"254\";s:11:\"trend_index\";s:3:\"393\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:427;a:14:{s:2:\"id\";s:5:\"10005\";s:5:\"title\";s:38:\"Fly In | Promotion | Spa | Body Lotion\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2019/01/Flyin_lotion_small.png\";s:12:\"tmpl_created\";s:10:\"1547844909\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/popups/fly-in-promotion-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"54\";s:16:\"popularity_index\";s:3:\"532\";s:11:\"trend_index\";s:3:\"521\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:428;a:14:{s:2:\"id\";s:4:\"2155\";s:5:\"title\";s:23:\"About – Cake Shop\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2017/07/cake-about.png\";s:12:\"tmpl_created\";s:10:\"1499774130\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/about-cake-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:8:\"[\"Food\"]\";s:10:\"menu_order\";s:2:\"55\";s:16:\"popularity_index\";s:3:\"308\";s:11:\"trend_index\";s:3:\"347\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:429;a:14:{s:2:\"id\";s:4:\"9975\";s:5:\"title\";s:24:\"Fly In | Promotion | App\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2019/01/flyin_webinar_app_small.png\";s:12:\"tmpl_created\";s:10:\"1547842284\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/popups/fly-in-promotion-webinar/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"55\";s:16:\"popularity_index\";s:3:\"551\";s:11:\"trend_index\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:430;a:14:{s:2:\"id\";s:4:\"1085\";s:5:\"title\";s:21:\"About – Startup\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2017/03/Startup.png\";s:12:\"tmpl_created\";s:10:\"1488810874\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/about-startup/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:19:\"[\"About\",\"Startup\"]\";s:10:\"menu_order\";s:2:\"56\";s:16:\"popularity_index\";s:1:\"5\";s:11:\"trend_index\";s:1:\"8\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:431;a:14:{s:2:\"id\";s:3:\"143\";s:5:\"title\";s:22:\"About – Personal\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0010.png\";s:12:\"tmpl_created\";s:10:\"1470820447\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/about-personal/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:20:\"[\"About\",\"Personal\"]\";s:10:\"menu_order\";s:2:\"57\";s:16:\"popularity_index\";s:2:\"17\";s:11:\"trend_index\";s:2:\"18\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:432;a:14:{s:2:\"id\";s:3:\"101\";s:5:\"title\";s:16:\"About – CV\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0018.png\";s:12:\"tmpl_created\";s:10:\"1470829785\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:98:\"https://library.elementor.com/about-cv/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:77:\"[\"creative portfolio\",\"Personal\",\"portfolio\",\"professional\",\"resume\",\"vcard\"]\";s:10:\"menu_order\";s:2:\"58\";s:16:\"popularity_index\";s:2:\"24\";s:11:\"trend_index\";s:2:\"58\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:433;a:14:{s:2:\"id\";s:3:\"140\";s:5:\"title\";s:25:\"About – Art Gallery\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0009.png\";s:12:\"tmpl_created\";s:10:\"1470820463\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/about-art-gallery/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:25:\"[\"About\",\"Art\",\"Gallery\"]\";s:10:\"menu_order\";s:2:\"59\";s:16:\"popularity_index\";s:2:\"12\";s:11:\"trend_index\";s:2:\"16\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:434;a:14:{s:2:\"id\";s:5:\"10329\";s:5:\"title\";s:25:\"Fly In | Sale | Promotion\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/01/organic_small.png\";s:12:\"tmpl_created\";s:10:\"1547893478\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/popups/fly-in-sale-promotion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"59\";s:16:\"popularity_index\";s:3:\"552\";s:11:\"trend_index\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:435;a:14:{s:2:\"id\";s:3:\"213\";s:5:\"title\";s:26:\"About – Architecture\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0008.png\";s:12:\"tmpl_created\";s:10:\"1470829766\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/about-architecture/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:24:\"[\"About\",\"Architecture\"]\";s:10:\"menu_order\";s:2:\"60\";s:16:\"popularity_index\";s:2:\"15\";s:11:\"trend_index\";s:2:\"25\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:436;a:14:{s:2:\"id\";s:4:\"9650\";s:5:\"title\";s:36:\"Fly In | Register | Subscribe | Sale\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2019/01/Fly-In_Register_small_01a.png\";s:12:\"tmpl_created\";s:10:\"1547007598\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/popups/fly-in-register_big-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"60\";s:16:\"popularity_index\";s:3:\"535\";s:11:\"trend_index\";s:3:\"539\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:437;a:14:{s:2:\"id\";s:4:\"2802\";s:5:\"title\";s:38:\"Portfolio – Fashion Photographer\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2017/11/Fashion-photographer-–-Portfolio.png\";s:12:\"tmpl_created\";s:10:\"1509615440\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/portfolio-fashion-photographer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"61\";s:16:\"popularity_index\";s:3:\"146\";s:11:\"trend_index\";s:3:\"186\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:438;a:14:{s:2:\"id\";s:4:\"2828\";s:5:\"title\";s:35:\"Landing Page – Law Convention\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2017/11/Law-Convention-–-Landing-Page.png\";s:12:\"tmpl_created\";s:10:\"1509631636\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/landing-page-law-convention/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:35:\"[\"Convention\",\"Landing Page\",\"Law\"]\";s:10:\"menu_order\";s:2:\"62\";s:16:\"popularity_index\";s:3:\"269\";s:11:\"trend_index\";s:3:\"309\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:439;a:14:{s:2:\"id\";s:5:\"10200\";s:5:\"title\";s:33:\"Full Screen | Content Lock | Wine\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2019/01/lock_wine_small.png\";s:12:\"tmpl_created\";s:10:\"1548055635\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/popups/full-screen-content-lock/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"63\";s:16:\"popularity_index\";s:3:\"531\";s:11:\"trend_index\";s:3:\"525\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:440;a:14:{s:2:\"id\";s:4:\"1461\";s:5:\"title\";s:28:\"Landing Page – Ebook 1\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Ebook-1.png\";s:12:\"tmpl_created\";s:10:\"1494352121\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-ebook-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:127:\"[\"App\",\"author\",\"book\",\"brochure\",\"download\",\"e-book\",\"ebook\",\"marketing\",\"product\",\"publisher\",\"sell online\",\"seo\",\"showcase\"]\";s:10:\"menu_order\";s:2:\"63\";s:16:\"popularity_index\";s:3:\"264\";s:11:\"trend_index\";s:3:\"375\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:441;a:14:{s:2:\"id\";s:5:\"10287\";s:5:\"title\";s:34:\"Full Screen | Register | Subscribe\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2019/01/glass_pink_small.png\";s:12:\"tmpl_created\";s:10:\"1547994301\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/popups/full-screen-login-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"64\";s:16:\"popularity_index\";s:3:\"491\";s:11:\"trend_index\";s:3:\"511\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:442;a:14:{s:2:\"id\";s:4:\"1460\";s:5:\"title\";s:28:\"Landing Page – Ebook 2\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Ebook-2.png\";s:12:\"tmpl_created\";s:10:\"1494352124\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-ebook-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"64\";s:16:\"popularity_index\";s:3:\"267\";s:11:\"trend_index\";s:3:\"373\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:443;a:14:{s:2:\"id\";s:4:\"1459\";s:5:\"title\";s:28:\"Landing Page – Ebook 3\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Ebook-3.png\";s:12:\"tmpl_created\";s:10:\"1494352125\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-ebook-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"65\";s:16:\"popularity_index\";s:3:\"172\";s:11:\"trend_index\";s:3:\"250\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:444;a:14:{s:2:\"id\";s:4:\"1052\";s:5:\"title\";s:33:\"Landing Page – Mobile App 1\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2017/03/app.png\";s:12:\"tmpl_created\";s:10:\"1488810873\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/landing-page-mobile-app/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"66\";s:16:\"popularity_index\";s:2:\"22\";s:11:\"trend_index\";s:2:\"39\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:445;a:14:{s:2:\"id\";s:4:\"9889\";s:5:\"title\";s:28:\"Full Screen | Login | Cactus\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/cac_small.png\";s:12:\"tmpl_created\";s:10:\"1547838722\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/popups/full-screen-login/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"66\";s:16:\"popularity_index\";s:3:\"539\";s:11:\"trend_index\";s:3:\"510\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:446;a:14:{s:2:\"id\";s:4:\"1505\";s:5:\"title\";s:33:\"Landing Page – Mobile App 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-app3.png\";s:12:\"tmpl_created\";s:10:\"1494352110\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-mobile-app-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"67\";s:16:\"popularity_index\";s:3:\"301\";s:11:\"trend_index\";s:3:\"379\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:447;a:14:{s:2:\"id\";s:3:\"726\";s:5:\"title\";s:33:\"Landing Page – Conference 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2017/01/convention-landing-page.jpg\";s:12:\"tmpl_created\";s:10:\"1485270062\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/landing-page-conference/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"68\";s:16:\"popularity_index\";s:3:\"323\";s:11:\"trend_index\";s:3:\"478\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:448;a:14:{s:2:\"id\";s:5:\"10362\";s:5:\"title\";s:32:\"Full Screen | Login | Restaurant\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/vip_small.png\";s:12:\"tmpl_created\";s:10:\"1548056253\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/popups/full-screen-login-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"69\";s:16:\"popularity_index\";s:3:\"487\";s:11:\"trend_index\";s:3:\"480\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:449;a:14:{s:2:\"id\";s:4:\"1613\";s:5:\"title\";s:33:\"Landing Page – Conference 2\";s:9:\"thumbnail\";s:109:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-International-Womens-Day-Conference.png\";s:12:\"tmpl_created\";s:10:\"1494352129\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-conference-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"69\";s:16:\"popularity_index\";s:3:\"342\";s:11:\"trend_index\";s:3:\"437\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:450;a:14:{s:2:\"id\";s:4:\"1612\";s:5:\"title\";s:33:\"Landing Page – Conference 3\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Tech-Conference.png\";s:12:\"tmpl_created\";s:10:\"1494352127\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-conference-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"70\";s:16:\"popularity_index\";s:3:\"346\";s:11:\"trend_index\";s:3:\"422\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:451;a:14:{s:2:\"id\";s:5:\"10454\";s:5:\"title\";s:29:\"Full Screen | Promotion | App\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/01/appy_small.png\";s:12:\"tmpl_created\";s:10:\"1548056896\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/full-screen-promotion-app/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"71\";s:16:\"popularity_index\";s:3:\"548\";s:11:\"trend_index\";s:3:\"517\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:452;a:14:{s:2:\"id\";s:4:\"1614\";s:5:\"title\";s:33:\"Landing Page – Conference 4\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Sustainability-Conference.png\";s:12:\"tmpl_created\";s:10:\"1494352131\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-conference-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"71\";s:16:\"popularity_index\";s:3:\"286\";s:11:\"trend_index\";s:3:\"419\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:453;a:14:{s:2:\"id\";s:3:\"906\";s:5:\"title\";s:29:\"Landing Page – Coacher\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2017/02/Landin-Page-Coacher.png\";s:12:\"tmpl_created\";s:10:\"1494352066\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-coacher/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"72\";s:16:\"popularity_index\";s:3:\"173\";s:11:\"trend_index\";s:3:\"271\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:454;a:14:{s:2:\"id\";s:4:\"9803\";s:5:\"title\";s:41:\"Full Screen | Register | Contact | Meetup\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2019/01/designme_full_small.png\";s:12:\"tmpl_created\";s:10:\"1547831298\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/full-screen-register-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"72\";s:16:\"popularity_index\";s:3:\"511\";s:11:\"trend_index\";s:3:\"507\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:455;a:14:{s:2:\"id\";s:5:\"10611\";s:5:\"title\";s:18:\"Full Screen | Sale\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/fla_small.png\";s:12:\"tmpl_created\";s:10:\"1547968868\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/popups/full-screen-sale/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"73\";s:16:\"popularity_index\";s:3:\"544\";s:11:\"trend_index\";s:3:\"504\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:456;a:14:{s:2:\"id\";s:3:\"879\";s:5:\"title\";s:41:\"Landing Page – Financial Consultant\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2017/02/Landing-Page-Financial-consultant.png\";s:12:\"tmpl_created\";s:10:\"1494352064\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/landing-page-financial-consultant/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"73\";s:16:\"popularity_index\";s:3:\"181\";s:11:\"trend_index\";s:3:\"206\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:457;a:14:{s:2:\"id\";s:3:\"926\";s:5:\"title\";s:33:\"Landing Page – Private Chef\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2017/02/Landing-Page-Private-Chef.png\";s:12:\"tmpl_created\";s:10:\"1494352068\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-private-chef/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"74\";s:16:\"popularity_index\";s:3:\"303\";s:11:\"trend_index\";s:3:\"372\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:458;a:14:{s:2:\"id\";s:5:\"10508\";s:5:\"title\";s:25:\"Full Screen | Welcome Mat\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/01/hand_small-1.png\";s:12:\"tmpl_created\";s:10:\"1547964711\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/full-screen-welcome-mat-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"75\";s:16:\"popularity_index\";s:3:\"506\";s:11:\"trend_index\";s:3:\"520\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:459;a:14:{s:2:\"id\";s:4:\"1032\";s:5:\"title\";s:27:\"Landing Page – Agency\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2017/03/Agency.png\";s:12:\"tmpl_created\";s:10:\"1488810866\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/landing-page-agency/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"75\";s:16:\"popularity_index\";s:3:\"292\";s:11:\"trend_index\";s:3:\"314\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:460;a:14:{s:2:\"id\";s:3:\"730\";s:5:\"title\";s:24:\"Landing Page – App\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/01/app.-landing-page.jpg\";s:12:\"tmpl_created\";s:10:\"1485273430\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/landing-page-app/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"76\";s:16:\"popularity_index\";s:3:\"274\";s:11:\"trend_index\";s:3:\"378\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:461;a:14:{s:2:\"id\";s:4:\"9934\";s:5:\"title\";s:38:\"Full Screen | Welcome Mat | Teddy Bear\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2019/01/full_mat_teddy_small.png\";s:12:\"tmpl_created\";s:10:\"1547841787\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/popups/full-screen-welcome-mat/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"76\";s:16:\"popularity_index\";s:3:\"507\";s:11:\"trend_index\";s:3:\"495\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:462;a:14:{s:2:\"id\";s:3:\"643\";s:5:\"title\";s:29:\"Landing Page – Festival\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2016/12/festival.jpg\";s:12:\"tmpl_created\";s:10:\"1481549290\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/landing-page-festival/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"77\";s:16:\"popularity_index\";s:3:\"315\";s:11:\"trend_index\";s:3:\"488\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:463;a:14:{s:2:\"id\";s:3:\"542\";s:5:\"title\";s:28:\"Landing Page – Wedding\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/10/0025.png\";s:12:\"tmpl_created\";s:10:\"1477388484\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-wedding/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"78\";s:16:\"popularity_index\";s:2:\"49\";s:11:\"trend_index\";s:3:\"128\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:464;a:14:{s:2:\"id\";s:4:\"9709\";s:5:\"title\";s:25:\"Full Screen | Welcome Mat\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2019/01/Full-Screen_Welcome-Mat_01_small-1.png\";s:12:\"tmpl_created\";s:10:\"1547023834\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/popups/full-screen-welcome-mat-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"78\";s:16:\"popularity_index\";s:3:\"514\";s:11:\"trend_index\";s:3:\"474\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:465;a:14:{s:2:\"id\";s:4:\"1187\";s:5:\"title\";s:32:\"Landing Page – Photography\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2017/03/lp1-l.png\";s:12:\"tmpl_created\";s:10:\"1490707385\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/landing-page-photography/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"79\";s:16:\"popularity_index\";s:2:\"27\";s:11:\"trend_index\";s:2:\"54\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:466;a:14:{s:2:\"id\";s:4:\"9671\";s:5:\"title\";s:34:\"Hello Bar | Announcement | Cookies\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2019/01/Top-Bar_Announcement_small_01.png\";s:12:\"tmpl_created\";s:10:\"1547010259\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/hello-bar-announcement-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"79\";s:16:\"popularity_index\";s:3:\"490\";s:11:\"trend_index\";s:3:\"397\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:467;a:14:{s:2:\"id\";s:3:\"641\";s:5:\"title\";s:28:\"Landing Page – Fashion\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2016/12/fashion-landing-page.jpg\";s:12:\"tmpl_created\";s:10:\"1481549264\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-fashion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"80\";s:16:\"popularity_index\";s:3:\"209\";s:11:\"trend_index\";s:3:\"301\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:468;a:14:{s:2:\"id\";s:5:\"10234\";s:5:\"title\";s:38:\"Hello Bar | Announcement | Maintenance\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/01/pink_small.png\";s:12:\"tmpl_created\";s:10:\"1548055049\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/popups/hello-bar-announcement/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"80\";s:16:\"popularity_index\";s:3:\"547\";s:11:\"trend_index\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:469;a:14:{s:2:\"id\";s:3:\"189\";s:5:\"title\";s:30:\"Landing Page – Tourism 1\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0005.png\";s:12:\"tmpl_created\";s:10:\"1470820715\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-tourism/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"81\";s:16:\"popularity_index\";s:2:\"11\";s:11:\"trend_index\";s:2:\"15\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:470;a:14:{s:2:\"id\";s:4:\"1547\";s:5:\"title\";s:30:\"Landing Page – Tourism 2\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Truism-1.png\";s:12:\"tmpl_created\";s:10:\"1494352115\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/landing-page-tourism-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"82\";s:16:\"popularity_index\";s:3:\"263\";s:11:\"trend_index\";s:3:\"365\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:471;a:14:{s:2:\"id\";s:4:\"1546\";s:5:\"title\";s:30:\"Landing Page – Tourism 3\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Truism-2.png\";s:12:\"tmpl_created\";s:10:\"1494352116\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/landing-page-tourism-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"83\";s:16:\"popularity_index\";s:3:\"345\";s:11:\"trend_index\";s:3:\"345\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:472;a:14:{s:2:\"id\";s:4:\"9869\";s:5:\"title\";s:28:\"Hello Bar | Promotion | Sale\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/01/ru_small.png\";s:12:\"tmpl_created\";s:10:\"1547837269\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/popups/hello-bar-promotion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"83\";s:16:\"popularity_index\";s:3:\"545\";s:11:\"trend_index\";s:3:\"544\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:473;a:14:{s:2:\"id\";s:4:\"1545\";s:5:\"title\";s:30:\"Landing Page – Tourism 4\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Truism-3.png\";s:12:\"tmpl_created\";s:10:\"1494352118\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/landing-page-tourism-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"84\";s:16:\"popularity_index\";s:3:\"296\";s:11:\"trend_index\";s:3:\"294\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:474;a:14:{s:2:\"id\";s:5:\"10539\";s:5:\"title\";s:19:\"Hello Bar | Contact\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2019/01/hello_pink_small.png\";s:12:\"tmpl_created\";s:10:\"1548056994\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/hello-bar-register-subscribe-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"84\";s:16:\"popularity_index\";s:3:\"529\";s:11:\"trend_index\";s:3:\"530\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:475;a:14:{s:2:\"id\";s:4:\"2714\";s:5:\"title\";s:30:\"Landing Page – Tourism 5\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2017/11/Vacation-–-Landing-Page.png\";s:12:\"tmpl_created\";s:10:\"1509631782\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/landing-page-tourism-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"85\";s:16:\"popularity_index\";s:3:\"295\";s:11:\"trend_index\";s:3:\"333\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:476;a:14:{s:2:\"id\";s:3:\"195\";s:5:\"title\";s:28:\"Landing Page – Product\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0006.png\";s:12:\"tmpl_created\";s:10:\"1470820765\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-product/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"86\";s:16:\"popularity_index\";s:2:\"29\";s:11:\"trend_index\";s:2:\"96\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:477;a:14:{s:2:\"id\";s:3:\"197\";s:5:\"title\";s:34:\"Landing Page – Real Estate 1\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0007.png\";s:12:\"tmpl_created\";s:10:\"1470825711\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/landing-page-real-estate/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"87\";s:16:\"popularity_index\";s:2:\"66\";s:11:\"trend_index\";s:3:\"188\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:478;a:14:{s:2:\"id\";s:4:\"1193\";s:5:\"title\";s:34:\"Landing Page – Real Estate 2\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2017/03/lp3-l.png\";s:12:\"tmpl_created\";s:10:\"1490707422\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/landing-page-real-estate-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"88\";s:16:\"popularity_index\";s:2:\"37\";s:11:\"trend_index\";s:2:\"72\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:479;a:14:{s:2:\"id\";s:5:\"10147\";s:5:\"title\";s:34:\"Hello Bar | Sale | Promotion | Pop\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/donut_small.png\";s:12:\"tmpl_created\";s:10:\"1548055522\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/popups/hello-bar-sale-promotion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"89\";s:16:\"popularity_index\";s:3:\"537\";s:11:\"trend_index\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:480;a:14:{s:2:\"id\";s:4:\"1415\";s:5:\"title\";s:34:\"Landing Page – Real Estate 3\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Real-Estate-1.png\";s:12:\"tmpl_created\";s:10:\"1494352106\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/landing-page-real-estate-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"89\";s:16:\"popularity_index\";s:3:\"289\";s:11:\"trend_index\";s:3:\"272\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:481;a:14:{s:2:\"id\";s:4:\"1414\";s:5:\"title\";s:34:\"Landing Page – Real Estate 4\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Real-Estate-2.png\";s:12:\"tmpl_created\";s:10:\"1494352107\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/landing-page-real-estate-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"90\";s:16:\"popularity_index\";s:3:\"378\";s:11:\"trend_index\";s:3:\"434\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:482;a:14:{s:2:\"id\";s:4:\"9923\";s:5:\"title\";s:23:\"Slide In | Announcement\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2019/01/slide-in_ann_italian_small.png\";s:12:\"tmpl_created\";s:10:\"1547841537\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/popups/slide-in-announcement/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"90\";s:16:\"popularity_index\";s:3:\"505\";s:11:\"trend_index\";s:3:\"455\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:483;a:14:{s:2:\"id\";s:4:\"1413\";s:5:\"title\";s:34:\"Landing Page – Real Estate 5\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Real-Estate-3.png\";s:12:\"tmpl_created\";s:10:\"1494352109\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/landing-page-real-estate-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:134:\"[\"Agent\",\"business\",\"clean\",\"corporate\",\"flat\",\"google maps\",\"homes\",\"listing\",\"modern\",\"real estate\",\"realestate\",\"realtor\",\"realty\"]\";s:10:\"menu_order\";s:2:\"91\";s:16:\"popularity_index\";s:3:\"353\";s:11:\"trend_index\";s:3:\"390\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:484;a:14:{s:2:\"id\";s:5:\"10117\";s:5:\"title\";s:23:\"Slide In | Announcement\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/white_small.png\";s:12:\"tmpl_created\";s:10:\"1548066998\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/popups/slide-in-announcement-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"91\";s:16:\"popularity_index\";s:3:\"525\";s:11:\"trend_index\";s:3:\"506\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:485;a:14:{s:2:\"id\";s:4:\"1573\";s:5:\"title\";s:29:\"Landing Page – Coupon 1\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/Coupon-02.png\";s:12:\"tmpl_created\";s:10:\"1494352133\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/landing-page-coupon-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"92\";s:16:\"popularity_index\";s:3:\"375\";s:11:\"trend_index\";s:3:\"415\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:486;a:14:{s:2:\"id\";s:4:\"9826\";s:5:\"title\";s:33:\"Slide In | Announcement | webinar\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/web_small-2.png\";s:12:\"tmpl_created\";s:10:\"1547835513\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/popups/slide-in-announcement-webinar/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"92\";s:16:\"popularity_index\";s:3:\"517\";s:11:\"trend_index\";s:3:\"535\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:487;a:14:{s:2:\"id\";s:5:\"10478\";s:5:\"title\";s:18:\"Slide In | Contact\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2019/01/slide_wow_small.png\";s:12:\"tmpl_created\";s:10:\"1548056829\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/popups/slide-in-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"93\";s:16:\"popularity_index\";s:3:\"473\";s:11:\"trend_index\";s:3:\"420\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:488;a:14:{s:2:\"id\";s:4:\"1572\";s:5:\"title\";s:29:\"Landing Page – Coupon 2\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/Coupon-03.png\";s:12:\"tmpl_created\";s:10:\"1494352134\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/landing-page-coupon-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"93\";s:16:\"popularity_index\";s:3:\"395\";s:11:\"trend_index\";s:3:\"448\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:489;a:14:{s:2:\"id\";s:4:\"1570\";s:5:\"title\";s:29:\"Landing Page – Coupon 3\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/Coupon-01.png\";s:12:\"tmpl_created\";s:10:\"1494352136\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/landing-page-coupon-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"94\";s:16:\"popularity_index\";s:3:\"427\";s:11:\"trend_index\";s:3:\"485\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:490;a:14:{s:2:\"id\";s:4:\"1571\";s:5:\"title\";s:29:\"Landing Page – Coupon 4\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/Coupon-04.png\";s:12:\"tmpl_created\";s:10:\"1494352138\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/landing-page-coupon-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"95\";s:16:\"popularity_index\";s:3:\"399\";s:11:\"trend_index\";s:3:\"490\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:491;a:14:{s:2:\"id\";s:3:\"192\";s:5:\"title\";s:28:\"Landing Page – Webinar\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0015.png\";s:12:\"tmpl_created\";s:10:\"1470820734\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-webinar/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"96\";s:16:\"popularity_index\";s:2:\"63\";s:11:\"trend_index\";s:3:\"139\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:492;a:14:{s:2:\"id\";s:4:\"2141\";s:5:\"title\";s:32:\"Contact – Delivery Company\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2017/07/delivery-contact.png\";s:12:\"tmpl_created\";s:10:\"1499774122\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/contact-delivery-company/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"97\";s:16:\"popularity_index\";s:3:\"250\";s:11:\"trend_index\";s:3:\"234\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:493;a:14:{s:2:\"id\";s:3:\"137\";s:5:\"title\";s:22:\"Contact – Modern\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0013.png\";s:12:\"tmpl_created\";s:10:\"1470829828\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/contact-modern/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"98\";s:16:\"popularity_index\";s:2:\"30\";s:11:\"trend_index\";s:2:\"41\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:494;a:14:{s:2:\"id\";s:4:\"9985\";s:5:\"title\";s:20:\"Slide In | Promotion\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2019/01/slidein_promotion_av_small.png\";s:12:\"tmpl_created\";s:10:\"1547844661\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/popups/slide-in-promotion-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"98\";s:16:\"popularity_index\";s:3:\"541\";s:11:\"trend_index\";s:3:\"500\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:495;a:14:{s:2:\"id\";s:3:\"256\";s:5:\"title\";s:26:\"Contact – Restaurant\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0011.png\";s:12:\"tmpl_created\";s:10:\"1470829796\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/contact-restaurant/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"99\";s:16:\"popularity_index\";s:2:\"74\";s:11:\"trend_index\";s:3:\"138\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:496;a:14:{s:2:\"id\";s:4:\"2150\";s:5:\"title\";s:25:\"Contact – Cake Shop\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2017/07/cake-contact.png\";s:12:\"tmpl_created\";s:10:\"1499774127\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/contact-cake-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"100\";s:16:\"popularity_index\";s:2:\"44\";s:11:\"trend_index\";s:2:\"59\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:497;a:14:{s:2:\"id\";s:3:\"223\";s:5:\"title\";s:21:\"Contact – Hotel\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0002.png\";s:12:\"tmpl_created\";s:10:\"1470820471\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/contact-hotel/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"101\";s:16:\"popularity_index\";s:2:\"68\";s:11:\"trend_index\";s:3:\"145\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:498;a:14:{s:2:\"id\";s:2:\"24\";s:5:\"title\";s:25:\"Contact – Corporate\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0012.png\";s:12:\"tmpl_created\";s:10:\"1470248619\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/contact-corporate/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"102\";s:16:\"popularity_index\";s:2:\"10\";s:11:\"trend_index\";s:2:\"13\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:499;a:14:{s:2:\"id\";s:3:\"184\";s:5:\"title\";s:23:\"Services – Moving\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0017.png\";s:12:\"tmpl_created\";s:10:\"1470829889\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/services-moving/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"103\";s:16:\"popularity_index\";s:2:\"21\";s:11:\"trend_index\";s:2:\"23\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:500;a:14:{s:2:\"id\";s:3:\"625\";s:5:\"title\";s:31:\"Services – Cake Shop Menu\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2016/12/cake-shop-menu.jpg\";s:12:\"tmpl_created\";s:10:\"1481549196\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/services-cake-shop-menu/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"104\";s:16:\"popularity_index\";s:3:\"390\";s:11:\"trend_index\";s:3:\"470\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:501;a:14:{s:2:\"id\";s:4:\"9680\";s:5:\"title\";s:23:\"Slide In | Content Lock\";s:9:\"thumbnail\";s:91:\"https://library.elementor.com/wp-content/uploads/2019/01/Slide-in_Content-lock_small_01.png\";s:12:\"tmpl_created\";s:10:\"1547010967\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/popups/slide-in-content-lock-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"104\";s:16:\"popularity_index\";s:3:\"520\";s:11:\"trend_index\";s:3:\"493\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:502;a:14:{s:2:\"id\";s:3:\"187\";s:5:\"title\";s:20:\"Services – Fun\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0001.png\";s:12:\"tmpl_created\";s:10:\"1470829892\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/services-fun/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"105\";s:16:\"popularity_index\";s:2:\"38\";s:11:\"trend_index\";s:2:\"77\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:503;a:14:{s:2:\"id\";s:4:\"9559\";s:5:\"title\";s:16:\"Slide In | Login\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2019/01/slidein_login_01_small.png\";s:12:\"tmpl_created\";s:10:\"1546946547\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/popups/slide-in-login-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"105\";s:16:\"popularity_index\";s:3:\"455\";s:11:\"trend_index\";s:3:\"456\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:504;a:14:{s:2:\"id\";s:3:\"238\";s:5:\"title\";s:27:\"Services – Consulting\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0014.png\";s:12:\"tmpl_created\";s:10:\"1470829865\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/services-consulting/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"106\";s:16:\"popularity_index\";s:2:\"18\";s:11:\"trend_index\";s:2:\"34\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:505;a:14:{s:2:\"id\";s:4:\"9783\";s:5:\"title\";s:31:\"Slide In | Register | Subscribe\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2019/01/slidein_yellow_small.png\";s:12:\"tmpl_created\";s:10:\"1547831059\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/popups/slide-in-register-subscribe/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"106\";s:16:\"popularity_index\";s:3:\"446\";s:11:\"trend_index\";s:3:\"340\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:506;a:14:{s:2:\"id\";s:3:\"647\";s:5:\"title\";s:33:\"Services – Coffee Shop Menu\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2016/12/restaurant-menu.jpg\";s:12:\"tmpl_created\";s:10:\"1481549320\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/services-coffee-shop-menu/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"107\";s:16:\"popularity_index\";s:3:\"356\";s:11:\"trend_index\";s:3:\"442\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:507;a:14:{s:2:\"id\";s:4:\"9752\";s:5:\"title\";s:27:\"Slide In | Sale | Promotion\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/01/rush_small.png\";s:12:\"tmpl_created\";s:10:\"1547823982\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/popups/slide-in-sale-promotion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"107\";s:16:\"popularity_index\";s:3:\"519\";s:11:\"trend_index\";s:3:\"516\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:508;a:14:{s:2:\"id\";s:4:\"2138\";s:5:\"title\";s:33:\"Services – Delivery Company\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/07/delivery-services.png\";s:12:\"tmpl_created\";s:10:\"1499774119\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/services-delivery-company/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"108\";s:16:\"popularity_index\";s:3:\"314\";s:11:\"trend_index\";s:3:\"304\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:509;a:14:{s:2:\"id\";s:3:\"823\";s:5:\"title\";s:19:\"Pricing – App\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2017/01/pricing-app.jpg\";s:12:\"tmpl_created\";s:10:\"1485272966\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/pricing-app-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"109\";s:16:\"popularity_index\";s:3:\"284\";s:11:\"trend_index\";s:3:\"273\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:510;a:14:{s:2:\"id\";s:3:\"824\";s:5:\"title\";s:24:\"Pricing – Software\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2017/01/pricing-software.png\";s:12:\"tmpl_created\";s:10:\"1485272900\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/pricing-software-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"110\";s:16:\"popularity_index\";s:3:\"300\";s:11:\"trend_index\";s:3:\"361\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:511;a:14:{s:2:\"id\";s:3:\"825\";s:5:\"title\";s:24:\"Product – Speakers\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2017/01/product-page.jpg\";s:12:\"tmpl_created\";s:10:\"1485272513\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/product-speakers/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"111\";s:16:\"popularity_index\";s:3:\"319\";s:11:\"trend_index\";s:3:\"439\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:512;a:14:{s:2:\"id\";s:3:\"245\";s:5:\"title\";s:21:\"Product – Clean\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0020.png\";s:12:\"tmpl_created\";s:10:\"1470829876\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/product-clean/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:48:\"[\"fast\",\"minimal\",\"minimalistic\",\"seo\",\"simple\"]\";s:10:\"menu_order\";s:3:\"112\";s:16:\"popularity_index\";s:2:\"52\";s:11:\"trend_index\";s:3:\"100\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:513;a:14:{s:2:\"id\";s:4:\"1075\";s:5:\"title\";s:19:\"Shop – Sweets\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2017/03/Sweets.png\";s:12:\"tmpl_created\";s:10:\"1488810871\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:101:\"https://library.elementor.com/shop-sweets/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:154:\"[\"bakery\",\"beverage\",\"business\",\"cafe\",\"candy bar\",\"catering\",\"delivery service\",\"Food\",\"online shop\",\"pastry\",\"Restaurant\",\"store\",\"sweet shop\",\"sweets\"]\";s:10:\"menu_order\";s:3:\"114\";s:16:\"popularity_index\";s:2:\"36\";s:11:\"trend_index\";s:2:\"50\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:514;a:14:{s:2:\"id\";s:4:\"1051\";s:5:\"title\";s:24:\"Blog Post – Launch\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2017/03/post-cloud.png\";s:12:\"tmpl_created\";s:10:\"1488810869\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blog-post-launch/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:210:\"[\"Agency\",\"bootstrap\",\"business\",\"corporate\",\"Landing Page\",\"launch\",\"marketing campaign\",\"marketing landing page\",\"marketing template landing page\",\"product launch\",\"software\",\"Startup\",\"startup landing page\"]\";s:10:\"menu_order\";s:3:\"115\";s:16:\"popularity_index\";s:2:\"19\";s:11:\"trend_index\";s:2:\"17\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:515;a:14:{s:2:\"id\";s:4:\"1245\";s:5:\"title\";s:13:\"Coming Soon 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-1.png\";s:12:\"tmpl_created\";s:10:\"1491207184\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/coming-soon-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"116\";s:16:\"popularity_index\";s:3:\"208\";s:11:\"trend_index\";s:3:\"316\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:516;a:14:{s:2:\"id\";s:4:\"1247\";s:5:\"title\";s:13:\"Coming Soon 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-2.png\";s:12:\"tmpl_created\";s:10:\"1491207138\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/coming-soon-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"117\";s:16:\"popularity_index\";s:2:\"28\";s:11:\"trend_index\";s:2:\"42\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:517;a:14:{s:2:\"id\";s:4:\"1248\";s:5:\"title\";s:13:\"Coming Soon 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-3.png\";s:12:\"tmpl_created\";s:10:\"1491207050\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/coming-soon-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"118\";s:16:\"popularity_index\";s:3:\"322\";s:11:\"trend_index\";s:3:\"462\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:518;a:14:{s:2:\"id\";s:4:\"1249\";s:5:\"title\";s:13:\"Coming Soon 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-4.png\";s:12:\"tmpl_created\";s:10:\"1491207380\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/coming-soon-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"119\";s:16:\"popularity_index\";s:3:\"361\";s:11:\"trend_index\";s:3:\"337\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:519;a:14:{s:2:\"id\";s:4:\"1250\";s:5:\"title\";s:13:\"Coming Soon 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-5.png\";s:12:\"tmpl_created\";s:10:\"1491207450\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/coming-soon-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"120\";s:16:\"popularity_index\";s:2:\"46\";s:11:\"trend_index\";s:2:\"84\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:520;a:14:{s:2:\"id\";s:4:\"1260\";s:5:\"title\";s:13:\"Coming Soon 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-6.png\";s:12:\"tmpl_created\";s:10:\"1491207507\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/coming-soon-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"121\";s:16:\"popularity_index\";s:3:\"363\";s:11:\"trend_index\";s:3:\"392\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:521;a:14:{s:2:\"id\";s:4:\"1261\";s:5:\"title\";s:13:\"Coming Soon 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/04/Coming-Soon-7.png\";s:12:\"tmpl_created\";s:10:\"1491207584\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/coming-soon-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"122\";s:16:\"popularity_index\";s:2:\"48\";s:11:\"trend_index\";s:2:\"80\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:522;a:14:{s:2:\"id\";s:4:\"1272\";s:5:\"title\";s:13:\"Coming Soon 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-8.png\";s:12:\"tmpl_created\";s:10:\"1491207674\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/coming-soon-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"123\";s:16:\"popularity_index\";s:3:\"230\";s:11:\"trend_index\";s:3:\"308\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:523;a:14:{s:2:\"id\";s:4:\"1279\";s:5:\"title\";s:13:\"Coming Soon 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-9.png\";s:12:\"tmpl_created\";s:10:\"1491207756\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/coming-soon-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"124\";s:16:\"popularity_index\";s:2:\"86\";s:11:\"trend_index\";s:3:\"154\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:524;a:14:{s:2:\"id\";s:4:\"1745\";s:5:\"title\";s:14:\"Coming Soon 10\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/login-002.png\";s:12:\"tmpl_created\";s:10:\"1494849745\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/coming-soon-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"125\";s:16:\"popularity_index\";s:3:\"226\";s:11:\"trend_index\";s:3:\"258\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:525;a:14:{s:2:\"id\";s:4:\"1742\";s:5:\"title\";s:12:\"Login Page 1\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/login-003.png\";s:12:\"tmpl_created\";s:10:\"1494849744\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:100:\"https://library.elementor.com/login-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"126\";s:16:\"popularity_index\";s:3:\"344\";s:11:\"trend_index\";s:3:\"409\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:526;a:14:{s:2:\"id\";s:4:\"1748\";s:5:\"title\";s:12:\"Login Page 2\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/login-001.png\";s:12:\"tmpl_created\";s:10:\"1494849742\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/login-page-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"127\";s:16:\"popularity_index\";s:3:\"233\";s:11:\"trend_index\";s:3:\"268\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:527;a:14:{s:2:\"id\";s:4:\"3963\";s:5:\"title\";s:32:\"Restaurant Site – Homepage\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/01/R.HomepageThumb.png\";s:12:\"tmpl_created\";s:10:\"1516284821\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/restaurant-site-homepage/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:109:\"[\"bar\",\"cafe\",\"cooking\",\"drink\",\"events\",\"fast food\",\"Food\",\"menu\",\"modern\",\"reservation\",\"Shop\",\"snack bar\"]\";s:10:\"menu_order\";s:3:\"128\";s:16:\"popularity_index\";s:3:\"201\";s:11:\"trend_index\";s:3:\"208\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:528;a:14:{s:2:\"id\";s:4:\"3969\";s:5:\"title\";s:28:\"Restaurant Site – Menu\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/01/R.MenuThumb.png\";s:12:\"tmpl_created\";s:10:\"1516284829\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/restaurant-site-menu/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:109:\"[\"bar\",\"cafe\",\"cooking\",\"drink\",\"events\",\"fast food\",\"Food\",\"menu\",\"modern\",\"reservation\",\"Shop\",\"snack bar\"]\";s:10:\"menu_order\";s:3:\"129\";s:16:\"popularity_index\";s:3:\"349\";s:11:\"trend_index\";s:3:\"321\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:529;a:14:{s:2:\"id\";s:4:\"3966\";s:5:\"title\";s:29:\"Restaurant Site – About\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/01/R.AboutThumb.png.png\";s:12:\"tmpl_created\";s:10:\"1516284839\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/restaurant-site-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:109:\"[\"bar\",\"cafe\",\"cooking\",\"drink\",\"events\",\"fast food\",\"Food\",\"menu\",\"modern\",\"reservation\",\"Shop\",\"snack bar\"]\";s:10:\"menu_order\";s:3:\"130\";s:16:\"popularity_index\";s:3:\"215\";s:11:\"trend_index\";s:3:\"210\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:530;a:14:{s:2:\"id\";s:4:\"3972\";s:5:\"title\";s:31:\"Restaurant Site – Contact\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/01/R.ContactThumb.png\";s:12:\"tmpl_created\";s:10:\"1516284847\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/restaurant-site-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:109:\"[\"bar\",\"cafe\",\"cooking\",\"drink\",\"events\",\"fast food\",\"Food\",\"menu\",\"modern\",\"reservation\",\"Shop\",\"snack bar\"]\";s:10:\"menu_order\";s:3:\"131\";s:16:\"popularity_index\";s:3:\"306\";s:11:\"trend_index\";s:3:\"322\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:531;a:14:{s:2:\"id\";s:4:\"2080\";s:5:\"title\";s:27:\"Ski Resort – Homepage\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2017/10/Ski-Resort-Home-Page.png\";s:12:\"tmpl_created\";s:10:\"1508161124\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/ski-resort-homepage/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"132\";s:16:\"popularity_index\";s:3:\"280\";s:11:\"trend_index\";s:3:\"289\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:532;a:14:{s:2:\"id\";s:4:\"2088\";s:5:\"title\";s:24:\"Ski Resort – About\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2017/10/Ski-Resort-About.png\";s:12:\"tmpl_created\";s:10:\"1508161129\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/ski-resort-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"133\";s:16:\"popularity_index\";s:3:\"351\";s:11:\"trend_index\";s:3:\"396\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:533;a:14:{s:2:\"id\";s:4:\"2085\";s:5:\"title\";s:27:\"Ski Resort – Services\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2017/10/Ski-Resort-Services.png\";s:12:\"tmpl_created\";s:10:\"1508161134\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/ski-resort-services/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"134\";s:16:\"popularity_index\";s:3:\"397\";s:11:\"trend_index\";s:3:\"449\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:534;a:14:{s:2:\"id\";s:4:\"2462\";s:5:\"title\";s:23:\"Architect – About\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2017/10/architect-–-about.png\";s:12:\"tmpl_created\";s:10:\"1508243317\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/architect-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"135\";s:16:\"popularity_index\";s:3:\"283\";s:11:\"trend_index\";s:3:\"297\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:535;a:14:{s:2:\"id\";s:4:\"2362\";s:5:\"title\";s:26:\"Architect – Projects\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2017/10/Architect-Projects.png\";s:12:\"tmpl_created\";s:10:\"1508243335\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/architect-projects/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"136\";s:16:\"popularity_index\";s:3:\"343\";s:11:\"trend_index\";s:3:\"440\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:536;a:14:{s:2:\"id\";s:3:\"614\";s:5:\"title\";s:25:\"Architect – Contact\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2016/12/architect-contact.jpg\";s:12:\"tmpl_created\";s:10:\"1481549169\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/architect-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"137\";s:16:\"popularity_index\";s:3:\"202\";s:11:\"trend_index\";s:3:\"279\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:537;a:14:{s:2:\"id\";s:4:\"2126\";s:5:\"title\";s:37:\"Construction Company – Homepage\";s:9:\"thumbnail\";s:91:\"https://library.elementor.com/wp-content/uploads/2017/10/Construction-Company-Home-Page.png\";s:12:\"tmpl_created\";s:10:\"1508325849\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/construction-company-homepage/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"138\";s:16:\"popularity_index\";s:3:\"251\";s:11:\"trend_index\";s:3:\"319\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:538;a:14:{s:2:\"id\";s:4:\"2129\";s:5:\"title\";s:34:\"Construction Company – About\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2017/10/Construction-Company-About.png\";s:12:\"tmpl_created\";s:10:\"1508325881\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/construction-company-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"139\";s:16:\"popularity_index\";s:3:\"271\";s:11:\"trend_index\";s:3:\"315\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:539;a:14:{s:2:\"id\";s:4:\"2135\";s:5:\"title\";s:36:\"Construction Company – Contact\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2017/10/Construction-Company-Contact.png\";s:12:\"tmpl_created\";s:10:\"1508325922\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/construction-company-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"140\";s:16:\"popularity_index\";s:3:\"293\";s:11:\"trend_index\";s:3:\"288\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:540;a:14:{s:2:\"id\";s:4:\"2094\";s:5:\"title\";s:28:\"Plants Shop – Homepage\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2017/11/Plants-Shop-Home.png\";s:12:\"tmpl_created\";s:10:\"1509621053\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/plants-shop-homepage/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"141\";s:16:\"popularity_index\";s:3:\"255\";s:11:\"trend_index\";s:3:\"189\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:541;a:14:{s:2:\"id\";s:4:\"2120\";s:5:\"title\";s:25:\"Plants Shop – About\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/11/Plants-Shop-About.png\";s:12:\"tmpl_created\";s:10:\"1509631820\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/plants-shop-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"142\";s:16:\"popularity_index\";s:3:\"294\";s:11:\"trend_index\";s:3:\"324\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:542;a:14:{s:2:\"id\";s:4:\"3153\";s:5:\"title\";s:14:\"Halloween Pack\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/10/halloween.png\";s:12:\"tmpl_created\";s:10:\"1508950132\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/halloween-pack/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"143\";s:16:\"popularity_index\";s:3:\"426\";s:11:\"trend_index\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:543;a:14:{s:2:\"id\";s:4:\"3338\";s:5:\"title\";s:31:\"Black Friday – Nature Set\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2017/11/black-friday-1.png\";s:12:\"tmpl_created\";s:10:\"1511203351\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/black-friday-nature-set/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"144\";s:16:\"popularity_index\";s:3:\"392\";s:11:\"trend_index\";s:3:\"463\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:544;a:14:{s:2:\"id\";s:4:\"3339\";s:5:\"title\";s:35:\"Black Friday – Pop-Styled Set\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2017/11/black-friday-2.png\";s:12:\"tmpl_created\";s:10:\"1511203636\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/black-friday-pop-styled-set/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"145\";s:16:\"popularity_index\";s:3:\"366\";s:11:\"trend_index\";s:3:\"382\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:545;a:14:{s:2:\"id\";s:4:\"3335\";s:5:\"title\";s:31:\"Black Friday – Retail Set\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2017/11/black-friday-4.png\";s:12:\"tmpl_created\";s:10:\"1511203246\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/black-friday-retail-set/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"146\";s:16:\"popularity_index\";s:3:\"365\";s:11:\"trend_index\";s:3:\"387\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:546;a:14:{s:2:\"id\";s:4:\"3340\";s:5:\"title\";s:41:\"Black Friday – Software Product Set\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2017/11/black-friday-3.png\";s:12:\"tmpl_created\";s:10:\"1511203713\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/black-friday-software-product-set/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"147\";s:16:\"popularity_index\";s:3:\"355\";s:11:\"trend_index\";s:3:\"261\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:547;a:14:{s:2:\"id\";s:4:\"3517\";s:5:\"title\";s:27:\"Christmas – Gift Shop\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/12/XmasThumb.png\";s:12:\"tmpl_created\";s:10:\"1513877937\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/christmas-gift-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"148\";s:16:\"popularity_index\";s:3:\"391\";s:11:\"trend_index\";s:3:\"532\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:548;a:14:{s:2:\"id\";s:4:\"3734\";s:5:\"title\";s:28:\"Christmas – Car Agency\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2017/12/cover-lib-v3.png\";s:12:\"tmpl_created\";s:10:\"1514197794\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/christmas-car-agency/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"149\";s:16:\"popularity_index\";s:3:\"388\";s:11:\"trend_index\";s:3:\"431\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:549;a:14:{s:2:\"id\";s:4:\"3764\";s:5:\"title\";s:33:\"Christmas – Interior Design\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2017/12/cover-lib-v6.png\";s:12:\"tmpl_created\";s:10:\"1514198234\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/christmas-interior-design/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"150\";s:16:\"popularity_index\";s:3:\"382\";s:11:\"trend_index\";s:3:\"367\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:550;a:14:{s:2:\"id\";s:4:\"3565\";s:5:\"title\";s:27:\"Christmas – Tree Shop\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/12/XmasTreeThumb.png\";s:12:\"tmpl_created\";s:10:\"1514204382\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/christmas-tree-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"151\";s:16:\"popularity_index\";s:3:\"359\";s:11:\"trend_index\";s:3:\"483\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:551;a:14:{s:2:\"id\";s:4:\"3862\";s:5:\"title\";s:35:\"Christmas – Design Conference\";s:9:\"thumbnail\";s:63:\"https://library.elementor.com/wp-content/uploads/2017/12/q1.png\";s:12:\"tmpl_created\";s:10:\"1514206745\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/christmas-design-conference/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"152\";s:16:\"popularity_index\";s:3:\"336\";s:11:\"trend_index\";s:3:\"472\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:552;a:14:{s:2:\"id\";s:4:\"3777\";s:5:\"title\";s:39:\"Christmas – Snowboard Competition\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2017/12/cover-lib-v7.png\";s:12:\"tmpl_created\";s:10:\"1514205420\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/christmas-snowboard-competition/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"153\";s:16:\"popularity_index\";s:3:\"347\";s:11:\"trend_index\";s:3:\"425\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:553;a:14:{s:2:\"id\";s:3:\"420\";s:5:\"title\";s:11:\"Hero UI Kit\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2016/09/library-ui-kit-cover.png\";s:12:\"tmpl_created\";s:10:\"1475067229\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:101:\"https://library.elementor.com/hero-ui-kit/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"154\";s:16:\"popularity_index\";s:2:\"16\";s:11:\"trend_index\";s:2:\"27\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}}}','no'),(156,'elementor_version','2.5.9','yes'),(157,'elementor_pro_version','2.4.8','yes'),(158,'widget_elementor-library','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(160,'_elementor_pro_installed_time','1552642027','yes'),(411,'_site_transient_timeout_theme_roots','1553302412','no'),(412,'_site_transient_theme_roots','a:2:{s:7:\"oceanwp\";s:7:\"/themes\";s:6:\"writee\";s:7:\"/themes\";}','no'),(202,'current_theme','OceanWP','yes'),(203,'theme_mods_oceanwp','a:10:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:9:\"main_menu\";i:2;}s:18:\"custom_css_post_id\";i:-1;s:11:\"custom_logo\";i:30;s:20:\"ocean_logo_max_width\";s:3:\"200\";s:24:\"ocean_page_single_layout\";s:11:\"full-screen\";s:23:\"ocean_page_header_style\";s:6:\"hidden\";s:21:\"heading_h1_typography\";a:1:{s:5:\"color\";s:7:\"#ffffff\";}s:15:\"body_typography\";a:1:{s:11:\"font-family\";s:35:\"Trebuchet MS, Helvetica, sans-serif\";}s:19:\"headings_typography\";a:1:{s:11:\"font-family\";s:35:\"Trebuchet MS, Helvetica, sans-serif\";}}','yes'),(204,'theme_switched','','yes'),(119,'theme_mods_twentynineteen','a:1:{s:18:\"custom_css_post_id\";i:-1;}','yes'),(120,'widget_wrt_recent_posts','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(121,'widget_wrt_social','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(122,'widget_wrt_about','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(123,'theme_mods_writee','a:3:{s:18:\"custom_css_post_id\";i:-1;s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";i:2;}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1552717138;s:4:\"data\";a:2:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}}}}','yes'),(142,'can_compress_scripts','0','no'),(145,'recently_activated','a:0:{}','yes'),(200,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1553300613;s:7:\"checked\";a:2:{s:7:\"oceanwp\";s:5:\"1.6.4\";s:6:\"writee\";s:5:\"1.5.1\";}s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}}','no'),(197,'elementor_pro_theme_builder_conditions','a:1:{s:6:\"header\";a:1:{i:45;a:1:{i:0;s:15:\"include/general\";}}}','yes'),(163,'elementor_remote_info_feed_data','a:3:{i:0;a:5:{s:5:\"title\";s:83:\"Elementor Talks #25: How to create the Right Marketing Strategy for Your Businesses\";s:7:\"excerpt\";s:274:\"John Jantsch is a leading marketing consultant for small businesses founder of Duct Tape Marketing. In our podcast, John encourages web designers to step up their game, describes his Marketing Hourglass approach, and talks about the biggest mistake small businesses make.\";s:7:\"created\";s:10:\"1552560848\";s:5:\"badge\";s:0:\"\";s:3:\"url\";s:123:\"https://elementor.com/blog/podcast-25-john-jantsch/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:1;a:5:{s:5:\"title\";s:51:\"Introducing the Ultimate Freehand Design Experience\";s:7:\"excerpt\";s:147:\"Elementor v2.5 brings you the power of position absolute, position fixed, side-by-side widgets, Flexbox distribution & performance improvements.\";s:7:\"created\";s:10:\"1551700888\";s:5:\"badge\";s:3:\"New\";s:3:\"url\";s:127:\"https://elementor.com/blog/introducing-flexible-layout/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:2;a:5:{s:5:\"title\";s:49:\"How to Create Popups in WordPress Using Elementor\";s:7:\"excerpt\";s:103:\"Learn how to use Elementor Popup Builder to design and target popups in WordPress like never before.\";s:7:\"created\";s:10:\"1549412185\";s:5:\"badge\";s:0:\"\";s:3:\"url\";s:123:\"https://elementor.com/blog/create-popups-wordpress/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}}','no'),(166,'elementor_connect_site_key','d572b8bfcbc9763cee04643a1255b037','yes'),(167,'elementor_pro_license_key','f7a66ea315f08b79583c833657676510','yes'),(395,'_site_transient_update_plugins','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1553300613;s:7:\"checked\";a:5:{s:19:\"akismet/akismet.php\";s:5:\"4.1.1\";s:23:\"elementor/elementor.php\";s:5:\"2.5.9\";s:31:\"elementor-pro/elementor-pro.php\";s:5:\"2.4.8\";s:9:\"hello.php\";s:5:\"1.7.1\";s:45:\"upload-max-file-size/upload_max_file_size.php\";s:3:\"1.2\";}s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:4:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:5:\"4.1.1\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.4.1.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:59:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=969272\";s:2:\"1x\";s:59:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=969272\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:61:\"https://ps.w.org/akismet/assets/banner-772x250.jpg?rev=479904\";}s:11:\"banners_rtl\";a:0:{}}s:23:\"elementor/elementor.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:23:\"w.org/plugins/elementor\";s:4:\"slug\";s:9:\"elementor\";s:6:\"plugin\";s:23:\"elementor/elementor.php\";s:11:\"new_version\";s:5:\"2.5.9\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/elementor/\";s:7:\"package\";s:52:\"https://downloads.wordpress.org/plugin/elementor.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:62:\"https://ps.w.org/elementor/assets/icon-256x256.png?rev=1427768\";s:2:\"1x\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";s:3:\"svg\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=1475479\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=1475479\";}s:11:\"banners_rtl\";a:0:{}}s:9:\"hello.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:25:\"w.org/plugins/hello-dolly\";s:4:\"slug\";s:11:\"hello-dolly\";s:6:\"plugin\";s:9:\"hello.php\";s:11:\"new_version\";s:3:\"1.6\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/hello-dolly/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/hello-dolly.1.6.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-256x256.jpg?rev=2052855\";s:2:\"1x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-128x128.jpg?rev=2052855\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:66:\"https://ps.w.org/hello-dolly/assets/banner-772x250.jpg?rev=2052855\";}s:11:\"banners_rtl\";a:0:{}}s:45:\"upload-max-file-size/upload_max_file_size.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:34:\"w.org/plugins/upload-max-file-size\";s:4:\"slug\";s:20:\"upload-max-file-size\";s:6:\"plugin\";s:45:\"upload-max-file-size/upload_max_file_size.php\";s:11:\"new_version\";s:3:\"1.2\";s:3:\"url\";s:51:\"https://wordpress.org/plugins/upload-max-file-size/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/upload-max-file-size.zip\";s:5:\"icons\";a:1:{s:7:\"default\";s:64:\"https://s.w.org/plugins/geopattern-icon/upload-max-file-size.svg\";}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}}}}','no'),(396,'7238c9070c32ed98a38810e053129a9a','a:2:{s:7:\"timeout\";i:1553202451;s:5:\"value\";a:14:{s:11:\"new_version\";s:5:\"2.4.8\";s:14:\"stable_version\";s:5:\"2.4.8\";s:4:\"name\";s:13:\"Elementor Pro\";s:4:\"slug\";s:13:\"elementor-pro\";s:3:\"url\";s:36:\"https://elementor.com/pro/changelog/\";s:12:\"last_updated\";s:19:\"2019-03-19 20:24:26\";s:8:\"homepage\";s:26:\"https://elementor.com/pro/\";s:8:\"requires\";s:3:\"4.7\";s:6:\"tested\";s:3:\"5.0\";s:7:\"package\";s:192:\"http://my.elementor.com/edd-sl/package_download/MTU1MzI0NTY1MDpmN2E2NmVhMzE1ZjA4Yjc5NTgzYzgzMzY1NzY3NjUxMDoxOjNhNjdjNWMzYTJlNGYyYWVhNjZjNWRjYzc4MTUzNmEwOmh0dHBzQC8vc3ViLm1vcmdhbnJhbmQuY29tOjA=\";s:13:\"download_link\";s:192:\"http://my.elementor.com/edd-sl/package_download/MTU1MzI0NTY1MDpmN2E2NmVhMzE1ZjA4Yjc5NTgzYzgzMzY1NzY3NjUxMDoxOjNhNjdjNWMzYTJlNGYyYWVhNjZjNWRjYzc4MTUzNmEwOmh0dHBzQC8vc3ViLm1vcmdhbnJhbmQuY29tOjA=\";s:8:\"sections\";s:63064:\"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:62842:\"<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>ElementorPro\\Modules\\Forms\\Classes\\Action_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>\";}\";s:7:\"banners\";s:41:\"a:2:{s:4:\"high\";s:0:\"\";s:3:\"low\";s:0:\"\";}\";s:5:\"icons\";a:1:{s:3:\"svg\";s:42:\"https://ps.w.org/elementor/assets/icon.svg\";}}}','no'),(198,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(397,'max_file_size','15,728,640','yes'),(207,'WPLANG','','yes'),(208,'new_admin_email','dgebilaguin@gmail.com','yes'),(257,'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'),(258,'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'),(221,'elementor_fonts_manager_font_types','a:0:{}','yes'),(222,'elementor_fonts_manager_fonts','a:0:{}','yes'),(223,'_elementor_general_settings','a:2:{s:21:\"default_generic_fonts\";s:10:\"Sans-serif\";s:21:\"global_image_lightbox\";s:3:\"yes\";}','yes'),(224,'_elementor_settings_update_time','1552722046','yes'),(225,'elementor_cpt_support','a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}','yes'),(226,'elementor_disable_color_schemes','','yes'),(227,'elementor_disable_typography_schemes','','yes'),(228,'elementor_allow_tracking','no','yes'),(229,'elementor_default_generic_fonts','Sans-serif','yes'),(230,'elementor_container_width','','yes'),(231,'elementor_space_between_widgets','','yes'),(232,'elementor_stretched_section_container','','yes'),(233,'elementor_page_title_selector','','yes'),(234,'elementor_viewport_lg','','yes'),(253,'elementor_editor_break_lines','1','yes'),(254,'elementor_edit_buttons','on','yes'),(259,'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'),(236,'elementor_viewport_md','','yes'),(237,'elementor_global_image_lightbox','yes','yes'),(238,'elementor_pro_recaptcha_site_key','','yes'),(239,'elementor_pro_recaptcha_secret_key','','yes'),(240,'elementor_pro_donreach_api_key','','yes'),(241,'elementor_pro_donreach_api_url','','yes'),(242,'elementor_pro_facebook_app_id','','yes'),(243,'elementor_pro_mailchimp_api_key','','yes'),(244,'elementor_validate_api_data','','yes'),(245,'elementor_pro_drip_api_token','','yes'),(246,'elementor_pro_activecampaign_api_key','','yes'),(247,'elementor_pro_activecampaign_api_url','','yes'),(248,'elementor_pro_getresponse_api_key','','yes'),(249,'elementor_pro_convertkit_api_key','','yes'),(250,'elementor_pro_mailerlite_api_key','','yes'),(251,'elementor_typekit-kit-id','','yes'),(252,'elementor_css_print_method','external','yes'),(310,'_elementor_global_css','a:4:{s:4:\"time\";i:1552994936;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:13;s:11:\"Roboto Slab\";}s:6:\"status\";s:4:\"file\";i:0;b:0;}','yes'),(263,'elementor_library_category_children','a:0:{}','yes'),(309,'elementor_log','a:1:{s:32:\"303c85e65888e0d1206625c4b1a13b49\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2019-03-19 11:28:54\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"2.5.8\";s:2:\"to\";s:5:\"2.5.9\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2019-03-19 11:28:54\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"2.5.8\";s:2:\"to\";s:5:\"2.5.9\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}}','no');
/*!40000 ALTER TABLE `wpav_options` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wpav_postmeta`
--
DROP TABLE IF EXISTS `wpav_postmeta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpav_postmeta` (
`meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`post_id` bigint(20) unsigned NOT NULL DEFAULT '0',
`meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`meta_value` longtext COLLATE utf8mb4_unicode_ci,
PRIMARY KEY (`meta_id`),
KEY `post_id` (`post_id`),
KEY `meta_key` (`meta_key`(191))
) ENGINE=MyISAM AUTO_INCREMENT=946 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wpav_postmeta`
--
LOCK TABLES `wpav_postmeta` WRITE;
/*!40000 ALTER TABLE `wpav_postmeta` DISABLE KEYS */;
INSERT INTO `wpav_postmeta` VALUES (1,2,'_wp_page_template','default'),(2,3,'_wp_page_template','default'),(11,11,'_edit_lock','1552716493:1'),(12,13,'_edit_lock','1552716547:1'),(10,9,'_edit_lock','1552716469:1'),(9,7,'_edit_lock','1553178122:2'),(13,15,'_edit_lock','1553148470:2'),(14,17,'_edit_lock','1552716584:1'),(15,3,'_wp_trash_meta_status','draft'),(16,3,'_wp_trash_meta_time','1552716740'),(17,3,'_wp_desired_post_slug','privacy-policy'),(18,2,'_wp_trash_meta_status','publish'),(19,2,'_wp_trash_meta_time','1552716745'),(20,2,'_wp_desired_post_slug','sample-page'),(21,21,'_edit_lock','1552716634:1'),(86,30,'_wp_attached_file','2019/03/cropped-LOGO-385x71.png'),(87,30,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:385;s:6:\"height\";i:71;s:4:\"file\";s:31:\"2019/03/cropped-LOGO-385x71.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"cropped-LOGO-385x71-150x71.png\";s:5:\"width\";i:150;s:6:\"height\";i:71;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"cropped-LOGO-385x71-300x55.png\";s:5:\"width\";i:300;s:6:\"height\";i:55;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:{}}}'),(31,23,'_menu_item_type','post_type'),(32,23,'_menu_item_menu_item_parent','0'),(33,23,'_menu_item_object_id','9'),(34,23,'_menu_item_object','page'),(35,23,'_menu_item_target',''),(36,23,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(37,23,'_menu_item_xfn',''),(38,23,'_menu_item_url',''),(40,24,'_menu_item_type','post_type'),(41,24,'_menu_item_menu_item_parent','0'),(42,24,'_menu_item_object_id','13'),(43,24,'_menu_item_object','page'),(44,24,'_menu_item_target',''),(45,24,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(46,24,'_menu_item_xfn',''),(47,24,'_menu_item_url',''),(49,25,'_menu_item_type','post_type'),(50,25,'_menu_item_menu_item_parent','0'),(51,25,'_menu_item_object_id','17'),(52,25,'_menu_item_object','page'),(53,25,'_menu_item_target',''),(54,25,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(55,25,'_menu_item_xfn',''),(56,25,'_menu_item_url',''),(58,26,'_menu_item_type','post_type'),(59,26,'_menu_item_menu_item_parent','0'),(60,26,'_menu_item_object_id','11'),(61,26,'_menu_item_object','page'),(62,26,'_menu_item_target',''),(63,26,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(64,26,'_menu_item_xfn',''),(65,26,'_menu_item_url',''),(67,27,'_menu_item_type','post_type'),(68,27,'_menu_item_menu_item_parent','0'),(69,27,'_menu_item_object_id','7'),(70,27,'_menu_item_object','page'),(71,27,'_menu_item_target',''),(72,27,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(73,27,'_menu_item_xfn',''),(74,27,'_menu_item_url',''),(75,27,'_menu_item_orphaned','1552716784'),(76,28,'_menu_item_type','post_type'),(77,28,'_menu_item_menu_item_parent','0'),(78,28,'_menu_item_object_id','15'),(79,28,'_menu_item_object','page'),(80,28,'_menu_item_target',''),(81,28,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(82,28,'_menu_item_xfn',''),(83,28,'_menu_item_url',''),(85,29,'_edit_lock','1552716709:1'),(88,31,'_wp_trash_meta_status','publish'),(89,31,'_wp_trash_meta_time','1552721159'),(90,32,'_wp_trash_meta_status','publish'),(91,32,'_wp_trash_meta_time','1552721195'),(92,33,'_wp_trash_meta_status','publish'),(93,33,'_wp_trash_meta_time','1552721833'),(94,7,'_elementor_edit_mode','builder'),(95,7,'_elementor_template_type','post'),(96,7,'_elementor_version','2.5.9'),(106,38,'_wp_attached_file','2019/03/Group-10.png'),(107,38,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:180;s:6:\"height\";i:88;s:4:\"file\";s:20:\"2019/03/Group-10.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Group-10-150x88.png\";s:5:\"width\";i:150;s:6:\"height\";i:88;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:{}}}'),(101,36,'_wp_trash_meta_status','publish'),(102,36,'_wp_trash_meta_time','1552722193'),(104,37,'_wp_trash_meta_status','publish'),(105,37,'_wp_trash_meta_time','1552722496'),(108,38,'_elementor_source_image_hash','8498f1ac1b476409bb6e6f64ef31049e00bd2f5e'),(109,39,'_wp_attached_file','2019/03/w7uj5m9wf5q-emma-miller.png'),(110,39,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1544;s:6:\"height\";i:671;s:4:\"file\";s:35:\"2019/03/w7uj5m9wf5q-emma-miller.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"w7uj5m9wf5q-emma-miller-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"w7uj5m9wf5q-emma-miller-300x130.png\";s:5:\"width\";i:300;s:6:\"height\";i:130;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"w7uj5m9wf5q-emma-miller-768x334.png\";s:5:\"width\";i:768;s:6:\"height\";i:334;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"w7uj5m9wf5q-emma-miller-1024x445.png\";s:5:\"width\";i:1024;s:6:\"height\";i:445;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:{}}}'),(111,39,'_elementor_source_image_hash','9658815be585eed4575e2689ac92193d56ab5a0a'),(112,40,'_wp_attached_file','2019/03/d-2.png'),(113,40,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:222;s:6:\"height\";i:222;s:4:\"file\";s:15:\"2019/03/d-2.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"d-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(114,40,'_elementor_source_image_hash','58252b5075c17fd33d51483bada5eec842f90ae7'),(115,41,'_wp_attached_file','2019/03/Group-37.png'),(116,41,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1201;s:6:\"height\";i:590;s:4:\"file\";s:20:\"2019/03/Group-37.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Group-37-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"Group-37-300x147.png\";s:5:\"width\";i:300;s:6:\"height\";i:147;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"Group-37-768x377.png\";s:5:\"width\";i:768;s:6:\"height\";i:377;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"Group-37-1024x503.png\";s:5:\"width\";i:1024;s:6:\"height\";i:503;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:{}}}'),(117,41,'_elementor_source_image_hash','e2d9e6e7d8d64e81e593af17ee1398041a5fe466'),(121,7,'_wp_page_template','default'),(122,7,'_elementor_page_settings','a:12:{s:21:\"background_color_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:23:\"background_color_b_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:25:\"background_gradient_angle\";a:3:{s:4:\"unit\";s:3:\"deg\";s:4:\"size\";i:180;s:5:\"sizes\";a:0:{}}s:15:\"background_xpos\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_xpos_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_xpos_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:15:\"background_ypos\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_ypos_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_ypos_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:19:\"background_bg_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:26:\"background_bg_width_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:26:\"background_bg_width_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}}'),(123,7,'_elementor_data','[{\"id\":\"4fbeaffe\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":80},\"background_background\":\"video\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":70},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":100},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"rgba(58,58,58,0.87)\",\"background_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=aqta2WEADgw\",\"background_video_fallback\":{\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/Wanderfuls-Teaser-Short-3.mp4\",\"id\":177}},\"elements\":[{\"id\":\"6232b1d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"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}},\"elements\":[{\"id\":\"4908604e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Wanderfuls \\u2122\",\"title_color\":\"#e5329f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":70},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":60},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":65},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":53},\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3ac5eddb\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#e5329f\",\"width\":{\"unit\":\"%\",\"size\":30},\"align_mobile\":\"center\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"30c648f2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h1>Centerpiece and Party Favors in One!<\\/h1>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4f7aa0c4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Shop Now\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"background_color\":\"rgba(18,224,185,0)\",\"button_background_hover_color\":\"#e5329f\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e5329f\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"align_mobile\":\"center\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7d32eef3\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1300},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"80\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"5638e058\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"736df2ea\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-check-circle\",\"title_text\":\"Centerpieces That Double as Party Favors\",\"description_text\":\"Wanderfuls are designed to become an interactive part of your special day. What guest could forget the moment they remove their party favor from the centerpiece? <br\\/><br\\/> The Wanderfuls connect your guests to each other and to the magical moments of the event. These unique and memorable candy centerpieces are perfect for those once in a lifetime special events.\",\"position\":\"left\",\"primary_color\":\"#e5329f\",\"icon_space\":{\"unit\":\"px\",\"size\":18},\"icon_size\":{\"unit\":\"px\",\"size\":40},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#e5329f\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"title_size\":\"h2\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"25da2a06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6347ecab\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-check-circle\",\"title_text\":\"Customize and Design Your Own Centerpiece!\",\"description_text\":\"Our in-house designers will guide you through our customizable options, creating the perfect bouquet for the mood or theme of your event. Explore the different combinations and see them placed on a bouquet, until you find a design that you love!\\n<br\\/><br\\/>\\nChoose a coordinating color for the ribbon which spirals elegantly around and down the wand. For an extra special touch , you can choose to have imprinting on your Wanderfuls.\",\"position\":\"left\",\"primary_color\":\"#e5329f\",\"icon_space\":{\"unit\":\"px\",\"size\":18},\"icon_size\":{\"unit\":\"px\",\"size\":40},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#e5329f\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"title_size\":\"h2\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"1fdab9e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"71961474\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-check-circle\",\"title_text\":\"Centerpiece Ideas for All Types of Party\",\"description_text\":\"More than just traditional flower table decors for your special events. Wanderfuls gives you unique birthday centerpiece, graduation centerpiece, banquet centerpiece, anniversaries, holidays, and more... <br\\/> <br\\/>This is something so different and unique your guest will be amazed! These table decorations will create cherished memories that you and your guest will surely remember!\",\"position\":\"left\",\"primary_color\":\"#e5329f\",\"icon_space\":{\"unit\":\"px\",\"size\":18},\"icon_size\":{\"unit\":\"px\",\"size\":40},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#e5329f\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"title_size\":\"h2\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d1f7025\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"2145ac84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"26ba543f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":126,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/image_2019_03_21T07_09_41_778Z.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":70},\"width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"a267532\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0b001ac\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Wanderfuls is proud to offer a diverse color palette that represents every color of the rainbow, including many holographic, metallic and iridescent options.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"025\",\"isLinked\":false},\"_animation\":\"fadeInDown\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5ef36f13\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4be938f7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":128,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/Capture.jpg\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":33}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"68e5fd64\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"reverse_order_mobile\":\"reverse-mobile\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"15d8ab03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"287b019c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":130,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/Pics.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":30}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"13e581e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9e11fec\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>How many favors are in each centerpiece bouquet?<\\/p><p>The Classic Wanderfuls Arrangement combines the look of a flower bouquet with the bonus of a take home favor.\\u00a0 They are available in four sizes: 6, 8, 9, and 10.<\\/p><p>Consideration should be given to the amount of people seated per table and aesthetic preference when deciding a size<\\/p><p>\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"438d7c75\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"11076dfb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":80,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/255.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":85}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4344a0bd\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"40237ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1498afcf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":134,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/Candy-Collage-2.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":50},\"space_mobile\":{\"unit\":\"%\",\"size\":40}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"127e57cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8419d3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Imagine your party favors filled with colorful candies such as Jordan Almonds candy, Foil Wrapped Candy, Jelly Beans,Gumballs, Mini Jawbreakers, Mints, Kisses & more.<\\/p><p><span style=\\\"font-size: 15px;\\\">Don\'t see your favorite candy? We may have it! Check by calling 1-888-837-5021<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_gap_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_gap_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"drop_cap_size\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"drop_cap_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"drop_cap_border_radius\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_font_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_border_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79ffa662\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4d0a9838\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":139,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/candy-2538878_640.jpg\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":30}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24014d06\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"custom_height\":{\"unit\":\"vh\",\"size\":70},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"structure\":\"20\",\"background_color\":\"#464646\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"326b3892\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1c8538fc\",\"elType\":\"widget\",\"settings\":{\"title\":\"What is a Wanderfuls\\u2122 centerpiece?\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5c32583a\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#e5329f\",\"width\":{\"unit\":\"%\",\"size\":30},\"align_mobile\":\"center\",\"gap_tablet\":{\"unit\":\"px\",\"size\":2}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130350bc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Wanderfuls\\u2122 are custom, one-of-a-kind centerpieces made up of individual party favors! Wanderfuls\\u2122, the original all-in-one centerpiece, and party favor.<\\/p><p>Individual candy filled wands available in three lengths, wrapped in a beautiful colored ribbon of your choosing, imprinted with your message and party date, then topped with a bright fluffy hand-sewn pom with a colorful tassel center. the favors really look like flowers! Each favor slides easily into the base which can hold 6, 8, 9, 10, or 12 favors, creating your unique centerpiece.<\\/p><p>Your custom party decoration then transforms into individual takeaway favors your guests will treasure forever! 100\\u2019s of colors available to fit the theme and feel of any party. Personal one on one assistance from our talented in house designers and artists! Check out our website, play on our design tool program where you can impart your colors onto one of our beautiful centerpieces, making it truly your own.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"typography_font_weight\":\"300\",\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ff32be7\",\"elType\":\"widget\",\"settings\":{\"text\":\"View our designs\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"background_color\":\"rgba(18,224,185,0)\",\"button_background_hover_color\":\"#e5329f\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e5329f\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"35cd55ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.685,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"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},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"764b3d67\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"image\":{\"id\":147,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/1.jpg\"},\"_id\":\"fbe66s4\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":148,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/2.jpg\"},\"_id\":\"593jh4m\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":149,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/3.jpg\"},\"_id\":\"2u0yeyx\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":154,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/Kara-holding-the-Wanderfuls-centerpiece-we-designed-for-her-wedding..jpg\"},\"_id\":\"f6v9odr\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":156,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/miss-america-sweet-16-centerpeice-ideas.jpg\"},\"_id\":\"675a0h3\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"slides_per_view\":\"1\",\"height\":{\"unit\":\"px\",\"size\":530},\"width\":{\"unit\":\"%\",\"size\":85},\"show_arrows\":\"\",\"pagination_color\":\"#e5329f\",\"slides_per_view_tablet\":\"1\",\"height_tablet\":{\"unit\":\"px\",\"size\":390},\"height_mobile\":{\"unit\":\"px\",\"size\":317},\"width_tablet\":{\"unit\":\"px\",\"size\":279},\"width_mobile\":{\"unit\":\"px\",\"size\":309},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"media-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"36850847\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"200\",\"bottom\":\"30\",\"left\":\"200\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"376ba3cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1625f748\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet Mr. Wanderfuls\",\"title_color\":\"#464646\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"330044e1\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#e5329f\",\"width\":{\"unit\":\"%\",\"size\":20},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"510bcff7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"2\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeIn\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"1578775a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"54e21678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":159,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/Ken.jpg\"},\"caption\":\" Neil Gaiman - CTO\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_background_hover_background\":\"classic\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2b51225d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"10\",\"bottom\":\"3\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fcb91fe\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Kenneth Banschick has filed for patents to protect the following inventions. This listing includes patent applications that are pending as well as patents that have already been granted by the United States Patent and Trademark Office (USPTO).<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e93eab\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"column_position\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"none\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"7d9461e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"150\",\"left\":\"50\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"4628be1c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#464646\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align\":\"left\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"header_size\":\"h3\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"335c67e1\",\"elType\":\"widget\",\"settings\":{\"section_divider\":\"\",\"weight\":{\"unit\":\"px\",\"size\":\"3\"},\"color\":\"#12e0b9\",\"width\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"center\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5f2f3ba8\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon_list\":[{\"text\":\"+44 20 5540 1234\",\"icon\":\"fa fa-phone\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"kxo82hb\"},{\"text\":\"+44 35 9998 3245\",\"icon\":\"fa fa-mobile-phone\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"89z2tky\"},{\"text\":\"+44 20 5540 4433\",\"icon\":\"fa fa-fax\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"zi1l66f\"}],\"section_icon_style\":\"\",\"icon_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":30},\"icon_align_mobile\":\"center\",\"section_text_style\":\"\",\"text_indent\":{\"unit\":\"px\",\"size\":15},\"text_color\":\"#777777\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":2.3},\"icon_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"icon_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"space_between\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"34115220\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"background_size\":\"cover\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"background_overlay_background\":\"none\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.71},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"120\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"45\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"69e17028\",\"elType\":\"widget\",\"settings\":{\"section_form_fields\":\"\",\"form_name\":\"Sample Form\",\"form_fields\":[{\"field_type\":\"text\",\"field_label\":\"Name\",\"placeholder\":\"Name\",\"width\":\"33\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"qi8lqp1\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"email\",\"required\":true,\"field_label\":\"Email\",\"placeholder\":\"Email\",\"width\":\"33\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"8b28ttw\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"tel\",\"field_label\":\"Tel\",\"placeholder\":\"Tel\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width\":\"33\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"2gd0qrk\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"textarea\",\"field_label\":\"Message\",\"placeholder\":\"Message\",\"width\":\"100\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":\"6\",\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"1qsba9v\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"}],\"input_size\":\"md\",\"show_labels\":\"\",\"section_submit_button\":\"\",\"button_text\":\"Send\",\"button_size\":\"md\",\"section_form_options\":\"\",\"send_html\":\"\",\"success_message\":\"The message was sent successfully!\",\"error_message\":\"There\'s something wrong... Please fill in the required fields.\",\"required_field_message\":\"Required\",\"invalid_message\":\"There\'s something wrong... The form is invalid.\",\"section_form_style\":\"\",\"column_gap\":{\"unit\":\"px\",\"size\":\"20\"},\"row_gap\":{\"unit\":\"px\",\"size\":\"20\"},\"heading_label\":\"\",\"label_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"label_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"section_field_style\":\"\",\"field_text_color\":\"#464646\",\"field_typography_typography\":\"custom\",\"field_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"field_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"field_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"field_background_color\":\"rgba(191,201,209,0.26)\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_button_style\":\"\",\"tabs_button_style\":\"\",\"tab_button_normal\":\"\",\"button_text_color\":\"#464646\",\"button_typography_typography\":\"custom\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"button_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13},\"button_typography_text_transform\":\"uppercase\",\"button_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"button_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"button_background_color\":\"rgba(0,41,73,0)\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_border_color\":\"#12e0b9\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tab_button_hover\":\"\",\"button_hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#12e0b9\",\"button_hover_border_color\":\"#12e0b9\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"-100\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"55\",\"bottom\":\"55\",\"left\":\"55\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_section_background\":\"\",\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"_box_shadow_box_shadow_type\":\"outset\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":\"50\",\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.19)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"mark_required\":\"yes\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"subscriber_already_exists_message\":\"Subscriber already exist.\",\"email_to\":\"dgebilaguin@gmail.com\",\"email_subject\":\"New message from \\\"Wanderfuls\\\"\",\"email_from\":\"email@sub.morganrand.com\",\"email_from_name\":\"Wanderfuls\",\"email_to_2\":\"dgebilaguin@gmail.com\",\"email_subject_2\":\"New message from \\\"Wanderfuls\\\"\",\"email_from_2\":\"email@sub.morganrand.com\",\"email_from_name_2\":\"Wanderfuls\",\"email_reply_to_2\":\"dgebilaguin@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2cb91d0b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#464646\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"3612d8be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7f59e782\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"7o3b1fs\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"7mj1o4u\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-google-plus\",\"_id\":\"7b6sjw9\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"0wh417m\"},{\"social\":\"fa fa-tumblr\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"agdym3r\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"rgba(0,0,0,0)\",\"icon_size\":{\"unit\":\"px\",\"size\":30},\"icon_spacing\":{\"unit\":\"px\",\"size\":14},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":25},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(124,42,'_elementor_edit_mode','builder'),(125,42,'_elementor_template_type','post'),(126,42,'_elementor_version','2.5.8'),(127,42,'_wp_page_template','default'),(128,42,'_elementor_page_settings','a:12:{s:21:\"background_color_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:23:\"background_color_b_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:25:\"background_gradient_angle\";a:3:{s:4:\"unit\";s:3:\"deg\";s:4:\"size\";i:180;s:5:\"sizes\";a:0:{}}s:15:\"background_xpos\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_xpos_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_xpos_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:15:\"background_ypos\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_ypos_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_ypos_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:19:\"background_bg_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:26:\"background_bg_width_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:26:\"background_bg_width_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}}'),(129,42,'_elementor_data','[{\"id\":\"7326c3e1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":39,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/w7uj5m9wf5q-emma-miller.png\"},\"background_size\":\"cover\",\"shape_divider_bottom\":\"tilt\",\"shape_divider_bottom_color\":\"#f04670\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":\"111\"},\"shape_divider_bottom_flip\":\"yes\",\"background_position\":\"center center\",\"content_width\":{\"unit\":\"px\",\"size\":\"1000\"},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"4b49af2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"f43ea11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#f04670\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"3a143200\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6f1d8e7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Trusted app\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"35\"},\"typography_font_family\":\"Oswald\",\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0.7\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"637d62fb\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"2e677284\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7aea7d31\",\"elType\":\"widget\",\"settings\":{\"title\":\"50K+\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"60\"},\"typography_font_family\":\"Oswald\",\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0.7\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"36ee162c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"p1\\\"><span class=\\\"s1\\\">Active Installs<\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"rgba(255,255,255,0.99)\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"17\"},\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.6\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"29a1e523\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#ffffff\"},\"elements\":[{\"id\":\"5bc273d8\",\"elType\":\"widget\",\"settings\":{\"title\":\"65\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"60\"},\"typography_font_family\":\"Oswald\",\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0.7\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23277a9d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Destinations<\\/p>\",\"align\":\"center\",\"text_color\":\"rgba(255,255,255,0.99)\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"17\"},\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.6\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"5a77c353\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#ffffff\"},\"elements\":[{\"id\":\"1995aa8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"22\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"60\"},\"typography_font_family\":\"Oswald\",\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0.7\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"214186b4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Airlines<\\/p>\",\"align\":\"center\",\"text_color\":\"rgba(255,255,255,0.99)\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"17\"},\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.6\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"6cf95506\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"2d364caa\",\"elType\":\"widget\",\"settings\":{\"title\":\"13K+\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"60\"},\"typography_font_family\":\"Oswald\",\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0.7\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7ab8ecb4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"p1\\\"><span class=\\\"s1\\\">Premium Users\\u00a0<\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"rgba(255,255,255,0.99)\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"17\"},\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.6\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6b32bb61\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#d8d8d8\",\"background_image\":{\"id\":41,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/Group-37.png\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"shape_divider_top\":\"tilt\",\"shape_divider_top_color\":\"#f04670\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":\"111\"},\"shape_divider_top_flip\":\"yes\",\"shape_divider_bottom\":\"tilt\",\"shape_divider_bottom_color\":\"#000000\",\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":\"111\"},\"shape_divider_bottom_flip\":\"yes\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"61336094\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"30ede48d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"35\"},\"typography_font_family\":\"Oswald\",\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0.7\"},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"187\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7bf53c01\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"center center\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"789188bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"130\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"75\",\"bottom\":\"75\",\"left\":\"75\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"163ccf62\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":40,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/d-2.png\"},\"title_text\":\"Steve Miller, Job description\",\"description_text\":\"Company\",\"image_size\":{\"unit\":\"%\",\"size\":25},\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"4\"},\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"title_typography_font_family\":\"Oswald\",\"title_typography_font_weight\":\"400\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"20\"},\"description_typography_font_family\":\"Oswald\",\"description_typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-114\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-68\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-36\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"48f73039\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-quote-left\",\"primary_color\":\"#f04670\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3df8b690\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Talking chamber as shewing an it minutes. Trees fully of blind do. Exquisite favourite at do extensive listening. Improve up musical welcome he. Gay attended vicinity prepared now diverted. Esteems it ye sending reached as. Longer lively her design settle tastes advice mrs off who. Up maids me an ample stood given. Certainty say suffering his him collected intention promotion. Hill sold ham men made lose case. Views abode law heard jokes too. Was are delightful solicitude discovered collecting man day.<\\/p>\",\"align\":\"center\",\"text_color\":\"rgba(0,0,0,0.95)\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"17\"},\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.6\"},\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"15\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"1.6\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4202dffe\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"gap\":\"no\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"1d0fd5f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2463fd0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pricing \",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"35\"},\"typography_font_family\":\"Oswald\",\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0.7\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"77546e5c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\"},\"elements\":[{\"id\":\"9ca7791\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43fc8871\",\"elType\":\"widget\",\"settings\":{\"heading\":\"Free\",\"sub_heading\":\"\",\"price\":\"0\",\"period\":\"\\/ Yearly\",\"features_list\":[{\"item_text\":\"Lorem ipsum dolor\",\"item_icon\":\"fa fa-check-circle\",\"_id\":\"akng6dz\",\"item_icon_color\":\"#f04670\"},{\"item_text\":\"Consectetur adipiscing elit\",\"item_icon\":\"fa fa-check-circle\",\"_id\":\"6xaauq6\",\"item_icon_color\":\"#f04670\"},{\"item_text\":\"Sit amet, consectetur adipiscing\",\"item_icon\":\"fa fa-check-circle\",\"_id\":\"9jsavwz\",\"item_icon_color\":\"#d8d8d8\"},{\"item_text\":\"Consequat lacus condimentum\",\"item_icon\":\"fa fa-check-circle\",\"_id\":\"dl4kj8j\",\"item_icon_color\":\"#d8d8d8\"},{\"item_text\":\"Etiam aliquet ex elit\",\"item_icon\":\"fa fa-check-circle\",\"_id\":\"r0jqfbl\",\"item_icon_color\":\"#d8d8d8\"}],\"button_text\":\"Try it!\",\"footer_additional_info\":\"\",\"show_ribbon\":\"\",\"ribbon_title\":\"Popular\",\"header_bg_color\":\"#d8d8d8\",\"header_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"heading_color\":\"#000000\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Oswald\",\"heading_typography_font_weight\":\"500\",\"heading_typography_text_transform\":\"uppercase\",\"heading_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.5\"},\"price_color\":\"#000000\",\"price_typography_typography\":\"custom\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":\"70\"},\"price_typography_font_family\":\"Oswald\",\"currency_size\":{\"unit\":\"px\",\"size\":\"27\"},\"fractional-part_size\":{\"unit\":\"px\",\"size\":0},\"fractional_part_vertical_position\":\"bottom\",\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_size\":{\"unit\":\"px\",\"size\":\"18\"},\"period_typography_font_family\":\"Oswald\",\"period_typography_line_height\":{\"unit\":\"em\",\"size\":0.6},\"period_position\":\"beside\",\"features_list_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"features_list_color\":\"#3a3a3a\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"features_list_typography_font_family\":\"Roboto\",\"features_list_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.8\"},\"features_list_alignment\":\"left\",\"list_divider\":\"\",\"divider_color\":\"#dddddd\",\"divider_weight\":{\"unit\":\"px\",\"size\":\"1\"},\"footer_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"button_text_color\":\"#f04670\",\"button_typography_typography\":\"custom\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\"},\"button_typography_font_family\":\"Roboto\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"},\"button_background_color\":\"rgba(0,0,0,0)\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_border_color\":\"#f04670\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"button_text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"button_hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#f04670\",\"button_hover_border_color\":\"#f04670\",\"ribbon_bg_color\":\"#000000\",\"ribbon_distance\":{\"unit\":\"px\",\"size\":23},\"ribbon_typography_typography\":\"custom\",\"ribbon_typography_font_size\":{\"unit\":\"px\",\"size\":\"10\"},\"ribbon_typography_font_family\":\"Oswald\",\"ribbon_typography_line_height\":{\"unit\":\"em\",\"size\":3},\"ribbon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":\"10\",\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.29)\"},\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":\"22\"},\"pricing_element_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\"},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"25\"},\"price_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"53\"},\"price_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"80\"},\"features_list_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"features_list_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"features_list_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"12\"},\"features_list_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"13\"},\"features_list_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"1.1\"},\"features_list_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"1.3\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":true},{\"id\":\"836dfdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"custom_css\":\"selector{z-index:2;}\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"z_index\":1},\"elements\":[{\"id\":\"17ee05f1\",\"elType\":\"widget\",\"settings\":{\"heading\":\"Premium \",\"sub_heading\":\"\",\"price\":\"15\",\"period\":\"\\/ Yearly\",\"features_list\":[{\"item_text\":\"Lorem ipsum dolor\",\"item_icon\":\"fa fa-check-circle\",\"_id\":\"akng6dz\",\"item_icon_color\":\"#f04670\"},{\"item_text\":\"Consectetur adipiscing elit\",\"item_icon\":\"fa fa-check-circle\",\"_id\":\"6xaauq6\",\"item_icon_color\":\"#f04670\"},{\"item_text\":\"Sit amet, consectetur adipiscing\",\"item_icon\":\"fa fa-check-circle\",\"_id\":\"9jsavwz\",\"item_icon_color\":\"#f04670\"},{\"item_text\":\"Consequat lacus condimentum\",\"item_icon\":\"fa fa-check-circle\",\"_id\":\"dl4kj8j\",\"item_icon_color\":\"#f04670\"},{\"item_text\":\"Etiam aliquet ex elit\",\"item_icon\":\"fa fa-check-circle\",\"_id\":\"r0jqfbl\",\"item_icon_color\":\"#f04670\"}],\"button_text\":\"Buy now\",\"footer_additional_info\":\"\",\"ribbon_title\":\"Popular\",\"header_bg_color\":\"#f04670\",\"header_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"heading_color\":\"#ffffff\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Oswald\",\"heading_typography_font_weight\":\"400\",\"heading_typography_text_transform\":\"uppercase\",\"heading_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.5\"},\"price_color\":\"#000000\",\"price_typography_typography\":\"custom\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":\"80\"},\"price_typography_font_family\":\"Oswald\",\"currency_size\":{\"unit\":\"px\",\"size\":33},\"fractional-part_size\":{\"unit\":\"px\",\"size\":0},\"fractional_part_vertical_position\":\"bottom\",\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_size\":{\"unit\":\"px\",\"size\":\"20\"},\"period_typography_font_family\":\"Oswald\",\"period_typography_line_height\":{\"unit\":\"em\",\"size\":0.6},\"period_position\":\"beside\",\"features_list_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"40\",\"bottom\":\"10\",\"left\":\"40\",\"isLinked\":false},\"features_list_color\":\"#3a3a3a\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\"},\"features_list_typography_font_family\":\"Roboto\",\"features_list_typography_line_height\":{\"unit\":\"em\",\"size\":2},\"features_list_alignment\":\"left\",\"list_divider\":\"\",\"divider_color\":\"#dddddd\",\"divider_weight\":{\"unit\":\"px\",\"size\":\"1\"},\"footer_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"button_text_color\":\"#f04670\",\"button_typography_typography\":\"custom\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":\"18\"},\"button_typography_font_family\":\"Roboto\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"},\"button_background_color\":\"rgba(0,0,0,0)\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_border_color\":\"#f04670\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"button_text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"button_hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#f04670\",\"button_hover_border_color\":\"#f04670\",\"ribbon_bg_color\":\"#d8d8d8\",\"ribbon_distance\":{\"unit\":\"px\",\"size\":38},\"ribbon_typography_typography\":\"custom\",\"ribbon_typography_font_size\":{\"unit\":\"px\",\"size\":13},\"ribbon_typography_font_family\":\"Oswald\",\"ribbon_typography_line_height\":{\"unit\":\"em\",\"size\":3},\"ribbon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":\"10\",\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.29)\"},\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"ribbon_text_color\":\"#000000\",\"_margin\":{\"unit\":\"%\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":\"50\",\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.07)\"},\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\"},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"25\"},\"price_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"80\"},\"features_list_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"features_list_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"features_list_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"12\"},\"features_list_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"13\"},\"features_list_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1},\"features_list_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"1.3\"},\"footer_padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":false},\"button_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"16\"},\"ribbon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"10\"},\"ribbon_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":3}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":true},{\"id\":\"b14c9d2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"222558c0\",\"elType\":\"widget\",\"settings\":{\"heading\":\"tEAM\",\"sub_heading\":\"\",\"price\":\"45\",\"period\":\"\\/ Yearly\",\"features_list\":[{\"item_text\":\"Lorem ipsum dolor\",\"item_icon\":\"fa fa-check-circle\",\"_id\":\"akng6dz\",\"item_icon_color\":\"#f04670\"},{\"item_text\":\"Consectetur adipiscing elit\",\"item_icon\":\"fa fa-check-circle\",\"_id\":\"6xaauq6\",\"item_icon_color\":\"#f04670\"},{\"item_text\":\"Sit amet, consectetur adipiscing\",\"item_icon\":\"fa fa-check-circle\",\"_id\":\"9jsavwz\",\"item_icon_color\":\"#f04670\"},{\"item_text\":\"Consequat lacus condimentum\",\"item_icon\":\"fa fa-check-circle\",\"_id\":\"dl4kj8j\",\"item_icon_color\":\"#f04670\"},{\"item_text\":\"Etiam aliquet ex elit\",\"item_icon\":\"fa fa-check-circle\",\"_id\":\"r0jqfbl\",\"item_icon_color\":\"#f04670\"}],\"button_text\":\"Try it!\",\"footer_additional_info\":\"\",\"show_ribbon\":\"\",\"ribbon_title\":\"Popular\",\"header_bg_color\":\"#d8d8d8\",\"header_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"heading_color\":\"#000000\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Oswald\",\"heading_typography_font_weight\":\"500\",\"heading_typography_text_transform\":\"uppercase\",\"heading_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.5\"},\"price_color\":\"#000000\",\"price_typography_typography\":\"custom\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":\"70\"},\"price_typography_font_family\":\"Oswald\",\"currency_size\":{\"unit\":\"px\",\"size\":\"27\"},\"fractional-part_size\":{\"unit\":\"px\",\"size\":0},\"fractional_part_vertical_position\":\"bottom\",\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_size\":{\"unit\":\"px\",\"size\":\"18\"},\"period_typography_font_family\":\"Oswald\",\"period_typography_line_height\":{\"unit\":\"em\",\"size\":0.6},\"period_position\":\"beside\",\"features_list_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"features_list_color\":\"#3a3a3a\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"features_list_typography_font_family\":\"Roboto\",\"features_list_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.8\"},\"features_list_alignment\":\"left\",\"list_divider\":\"\",\"divider_color\":\"#dddddd\",\"divider_weight\":{\"unit\":\"px\",\"size\":\"1\"},\"footer_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"button_text_color\":\"#f04670\",\"button_typography_typography\":\"custom\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\"},\"button_typography_font_family\":\"Roboto\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"},\"button_background_color\":\"rgba(0,0,0,0)\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_border_color\":\"#f04670\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"button_text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"button_hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#f04670\",\"button_hover_border_color\":\"#f04670\",\"ribbon_bg_color\":\"#000000\",\"ribbon_distance\":{\"unit\":\"px\",\"size\":23},\"ribbon_typography_typography\":\"custom\",\"ribbon_typography_font_size\":{\"unit\":\"px\",\"size\":\"10\"},\"ribbon_typography_font_family\":\"Oswald\",\"ribbon_typography_line_height\":{\"unit\":\"em\",\"size\":3},\"ribbon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":\"10\",\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.29)\"},\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":\"22\"},\"pricing_element_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\"},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"25\"},\"price_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"53\"},\"price_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"80\"},\"features_list_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"features_list_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"features_list_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"12\"},\"features_list_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"13\"},\"features_list_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"1.1\"},\"features_list_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"1.3\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"124ce05\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#f04670\",\"shape_divider_top\":\"tilt\",\"shape_divider_top_color\":\"#000000\",\"shape_divider_top_flip\":\"yes\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"78d249ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25bbe0e1\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-cloud\",\"title_text\":\"The compony\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. \\n\\n\\n<br><br>Copyright \\u00a9 Elementor LTD.\",\"primary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"20\"},\"text_align\":\"left\",\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"18\"},\"title_typography_font_family\":\"Oswald\",\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0.7\"},\"description_color\":\"#ffffff\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"13\"},\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.6\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"4f5dc604\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"652a5a9c\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-camera-retro\",\"title_text\":\"Press\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. \\n\\n\\n<br><br>consectetur adipiscing elit\",\"primary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"20\"},\"text_align\":\"left\",\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"18\"},\"title_typography_font_family\":\"Oswald\",\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0.7\"},\"description_color\":\"#ffffff\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"13\"},\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.6\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"66be150\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1267f454\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-lock\",\"title_text\":\"Trust & Safety\",\"description_text\":\"Morbi pellentesque, urna et volutpat iaculis, nunc risus pulvinar lacus, a pharetra urna lorem eu tellus.\",\"primary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"20\"},\"text_align\":\"left\",\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"18\"},\"title_typography_font_family\":\"Oswald\",\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0.7\"},\"description_color\":\"#ffffff\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"13\"},\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.6\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"3f9e40fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29d58957\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-comments-o\",\"title_text\":\"Need Help?\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. \\n\\n<br><br>suppot@gmail.com\\n\\n\",\"primary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"20\"},\"text_align\":\"left\",\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"18\"},\"title_typography_font_family\":\"Oswald\",\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0.7\"},\"description_color\":\"#ffffff\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"13\"},\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.6\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}]'),(140,45,'_elementor_edit_mode','builder'),(141,45,'_elementor_template_type','header'),(142,45,'_elementor_version','2.5.9'),(131,43,'_wp_attached_file','2019/03/selection.gif'),(132,43,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:337;s:4:\"file\";s:21:\"2019/03/selection.gif\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"selection-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"selection-300x169.gif\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/gif\";}}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:{}}}'),(133,44,'_elementor_edit_mode','builder'),(134,44,'_elementor_template_type','post'),(135,44,'_elementor_version','2.5.8'),(136,44,'_wp_page_template','default'),(137,44,'_elementor_page_settings','a:12:{s:21:\"background_color_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:23:\"background_color_b_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:25:\"background_gradient_angle\";a:3:{s:4:\"unit\";s:3:\"deg\";s:4:\"size\";i:180;s:5:\"sizes\";a:0:{}}s:15:\"background_xpos\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_xpos_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_xpos_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:15:\"background_ypos\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_ypos_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_ypos_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:19:\"background_bg_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:26:\"background_bg_width_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:26:\"background_bg_width_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}}'),(138,44,'_elementor_data','[{\"id\":\"7326c3e1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":43,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/selection.gif\"},\"background_size\":\"cover\",\"shape_divider_bottom\":\"tilt\",\"shape_divider_bottom_color\":\"#f04670\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":\"111\"},\"shape_divider_bottom_flip\":\"yes\",\"background_position\":\"center center\",\"content_width\":{\"unit\":\"px\",\"size\":\"1000\"},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#0c0c0c\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[{\"id\":\"4b49af2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"f43ea11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#f04670\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"3a143200\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6f1d8e7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Trusted app\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"35\"},\"typography_font_family\":\"Oswald\",\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0.7\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"637d62fb\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"2e677284\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7aea7d31\",\"elType\":\"widget\",\"settings\":{\"title\":\"50K+\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"60\"},\"typography_font_family\":\"Oswald\",\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0.7\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"36ee162c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"p1\\\"><span class=\\\"s1\\\">Active Installs<\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"rgba(255,255,255,0.99)\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"17\"},\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.6\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"29a1e523\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#ffffff\"},\"elements\":[{\"id\":\"5bc273d8\",\"elType\":\"widget\",\"settings\":{\"title\":\"65\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"60\"},\"typography_font_family\":\"Oswald\",\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0.7\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23277a9d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Destinations<\\/p>\",\"align\":\"center\",\"text_color\":\"rgba(255,255,255,0.99)\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"17\"},\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.6\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"5a77c353\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#ffffff\"},\"elements\":[{\"id\":\"1995aa8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"22\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"60\"},\"typography_font_family\":\"Oswald\",\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0.7\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"214186b4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Airlines<\\/p>\",\"align\":\"center\",\"text_color\":\"rgba(255,255,255,0.99)\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"17\"},\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.6\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"6cf95506\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"2d364caa\",\"elType\":\"widget\",\"settings\":{\"title\":\"13K+\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"60\"},\"typography_font_family\":\"Oswald\",\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0.7\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7ab8ecb4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"p1\\\"><span class=\\\"s1\\\">Premium Users\\u00a0<\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"rgba(255,255,255,0.99)\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"17\"},\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.6\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6b32bb61\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#d8d8d8\",\"background_image\":{\"id\":41,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/Group-37.png\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"shape_divider_top\":\"tilt\",\"shape_divider_top_color\":\"#f04670\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":\"111\"},\"shape_divider_top_flip\":\"yes\",\"shape_divider_bottom\":\"tilt\",\"shape_divider_bottom_color\":\"#000000\",\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":\"111\"},\"shape_divider_bottom_flip\":\"yes\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"61336094\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"30ede48d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"35\"},\"typography_font_family\":\"Oswald\",\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0.7\"},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"187\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7bf53c01\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"center center\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"789188bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"130\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"75\",\"bottom\":\"75\",\"left\":\"75\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"163ccf62\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":40,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/d-2.png\"},\"title_text\":\"Steve Miller, Job description\",\"description_text\":\"Company\",\"image_size\":{\"unit\":\"%\",\"size\":25},\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"4\"},\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"title_typography_font_family\":\"Oswald\",\"title_typography_font_weight\":\"400\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"20\"},\"description_typography_font_family\":\"Oswald\",\"description_typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-114\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-68\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-36\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"48f73039\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-quote-left\",\"primary_color\":\"#f04670\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3df8b690\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Talking chamber as shewing an it minutes. Trees fully of blind do. Exquisite favourite at do extensive listening. Improve up musical welcome he. Gay attended vicinity prepared now diverted. Esteems it ye sending reached as. Longer lively her design settle tastes advice mrs off who. Up maids me an ample stood given. Certainty say suffering his him collected intention promotion. Hill sold ham men made lose case. Views abode law heard jokes too. Was are delightful solicitude discovered collecting man day.<\\/p>\",\"align\":\"center\",\"text_color\":\"rgba(0,0,0,0.95)\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"17\"},\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.6\"},\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"15\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"1.6\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4202dffe\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"gap\":\"no\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"1d0fd5f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2463fd0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pricing \",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"35\"},\"typography_font_family\":\"Oswald\",\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0.7\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"77546e5c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\"},\"elements\":[{\"id\":\"9ca7791\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43fc8871\",\"elType\":\"widget\",\"settings\":{\"heading\":\"Free\",\"sub_heading\":\"\",\"price\":\"0\",\"period\":\"\\/ Yearly\",\"features_list\":[{\"item_text\":\"Lorem ipsum dolor\",\"item_icon\":\"fa fa-check-circle\",\"_id\":\"akng6dz\",\"item_icon_color\":\"#f04670\"},{\"item_text\":\"Consectetur adipiscing elit\",\"item_icon\":\"fa fa-check-circle\",\"_id\":\"6xaauq6\",\"item_icon_color\":\"#f04670\"},{\"item_text\":\"Sit amet, consectetur adipiscing\",\"item_icon\":\"fa fa-check-circle\",\"_id\":\"9jsavwz\",\"item_icon_color\":\"#d8d8d8\"},{\"item_text\":\"Consequat lacus condimentum\",\"item_icon\":\"fa fa-check-circle\",\"_id\":\"dl4kj8j\",\"item_icon_color\":\"#d8d8d8\"},{\"item_text\":\"Etiam aliquet ex elit\",\"item_icon\":\"fa fa-check-circle\",\"_id\":\"r0jqfbl\",\"item_icon_color\":\"#d8d8d8\"}],\"button_text\":\"Try it!\",\"footer_additional_info\":\"\",\"show_ribbon\":\"\",\"ribbon_title\":\"Popular\",\"header_bg_color\":\"#d8d8d8\",\"header_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"heading_color\":\"#000000\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Oswald\",\"heading_typography_font_weight\":\"500\",\"heading_typography_text_transform\":\"uppercase\",\"heading_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.5\"},\"price_color\":\"#000000\",\"price_typography_typography\":\"custom\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":\"70\"},\"price_typography_font_family\":\"Oswald\",\"currency_size\":{\"unit\":\"px\",\"size\":\"27\"},\"fractional-part_size\":{\"unit\":\"px\",\"size\":0},\"fractional_part_vertical_position\":\"bottom\",\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_size\":{\"unit\":\"px\",\"size\":\"18\"},\"period_typography_font_family\":\"Oswald\",\"period_typography_line_height\":{\"unit\":\"em\",\"size\":0.6},\"period_position\":\"beside\",\"features_list_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"features_list_color\":\"#3a3a3a\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"features_list_typography_font_family\":\"Roboto\",\"features_list_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.8\"},\"features_list_alignment\":\"left\",\"list_divider\":\"\",\"divider_color\":\"#dddddd\",\"divider_weight\":{\"unit\":\"px\",\"size\":\"1\"},\"footer_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"button_text_color\":\"#f04670\",\"button_typography_typography\":\"custom\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\"},\"button_typography_font_family\":\"Roboto\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"},\"button_background_color\":\"rgba(0,0,0,0)\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_border_color\":\"#f04670\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"button_text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"button_hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#f04670\",\"button_hover_border_color\":\"#f04670\",\"ribbon_bg_color\":\"#000000\",\"ribbon_distance\":{\"unit\":\"px\",\"size\":23},\"ribbon_typography_typography\":\"custom\",\"ribbon_typography_font_size\":{\"unit\":\"px\",\"size\":\"10\"},\"ribbon_typography_font_family\":\"Oswald\",\"ribbon_typography_line_height\":{\"unit\":\"em\",\"size\":3},\"ribbon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":\"10\",\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.29)\"},\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":\"22\"},\"pricing_element_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\"},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"25\"},\"price_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"53\"},\"price_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"80\"},\"features_list_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"features_list_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"features_list_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"12\"},\"features_list_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"13\"},\"features_list_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"1.1\"},\"features_list_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"1.3\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":true},{\"id\":\"836dfdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"custom_css\":\"selector{z-index:2;}\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"z_index\":1},\"elements\":[{\"id\":\"17ee05f1\",\"elType\":\"widget\",\"settings\":{\"heading\":\"Premium \",\"sub_heading\":\"\",\"price\":\"15\",\"period\":\"\\/ Yearly\",\"features_list\":[{\"item_text\":\"Lorem ipsum dolor\",\"item_icon\":\"fa fa-check-circle\",\"_id\":\"akng6dz\",\"item_icon_color\":\"#f04670\"},{\"item_text\":\"Consectetur adipiscing elit\",\"item_icon\":\"fa fa-check-circle\",\"_id\":\"6xaauq6\",\"item_icon_color\":\"#f04670\"},{\"item_text\":\"Sit amet, consectetur adipiscing\",\"item_icon\":\"fa fa-check-circle\",\"_id\":\"9jsavwz\",\"item_icon_color\":\"#f04670\"},{\"item_text\":\"Consequat lacus condimentum\",\"item_icon\":\"fa fa-check-circle\",\"_id\":\"dl4kj8j\",\"item_icon_color\":\"#f04670\"},{\"item_text\":\"Etiam aliquet ex elit\",\"item_icon\":\"fa fa-check-circle\",\"_id\":\"r0jqfbl\",\"item_icon_color\":\"#f04670\"}],\"button_text\":\"Buy now\",\"footer_additional_info\":\"\",\"ribbon_title\":\"Popular\",\"header_bg_color\":\"#f04670\",\"header_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"heading_color\":\"#ffffff\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Oswald\",\"heading_typography_font_weight\":\"400\",\"heading_typography_text_transform\":\"uppercase\",\"heading_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.5\"},\"price_color\":\"#000000\",\"price_typography_typography\":\"custom\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":\"80\"},\"price_typography_font_family\":\"Oswald\",\"currency_size\":{\"unit\":\"px\",\"size\":33},\"fractional-part_size\":{\"unit\":\"px\",\"size\":0},\"fractional_part_vertical_position\":\"bottom\",\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_size\":{\"unit\":\"px\",\"size\":\"20\"},\"period_typography_font_family\":\"Oswald\",\"period_typography_line_height\":{\"unit\":\"em\",\"size\":0.6},\"period_position\":\"beside\",\"features_list_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"40\",\"bottom\":\"10\",\"left\":\"40\",\"isLinked\":false},\"features_list_color\":\"#3a3a3a\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\"},\"features_list_typography_font_family\":\"Roboto\",\"features_list_typography_line_height\":{\"unit\":\"em\",\"size\":2},\"features_list_alignment\":\"left\",\"list_divider\":\"\",\"divider_color\":\"#dddddd\",\"divider_weight\":{\"unit\":\"px\",\"size\":\"1\"},\"footer_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"button_text_color\":\"#f04670\",\"button_typography_typography\":\"custom\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":\"18\"},\"button_typography_font_family\":\"Roboto\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"},\"button_background_color\":\"rgba(0,0,0,0)\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_border_color\":\"#f04670\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"button_text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"button_hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#f04670\",\"button_hover_border_color\":\"#f04670\",\"ribbon_bg_color\":\"#d8d8d8\",\"ribbon_distance\":{\"unit\":\"px\",\"size\":38},\"ribbon_typography_typography\":\"custom\",\"ribbon_typography_font_size\":{\"unit\":\"px\",\"size\":13},\"ribbon_typography_font_family\":\"Oswald\",\"ribbon_typography_line_height\":{\"unit\":\"em\",\"size\":3},\"ribbon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":\"10\",\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.29)\"},\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"ribbon_text_color\":\"#000000\",\"_margin\":{\"unit\":\"%\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":\"50\",\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.07)\"},\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\"},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"25\"},\"price_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"80\"},\"features_list_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"features_list_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"features_list_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"12\"},\"features_list_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"13\"},\"features_list_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1},\"features_list_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"1.3\"},\"footer_padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":false},\"button_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"16\"},\"ribbon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"10\"},\"ribbon_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":3}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":true},{\"id\":\"b14c9d2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"222558c0\",\"elType\":\"widget\",\"settings\":{\"heading\":\"tEAM\",\"sub_heading\":\"\",\"price\":\"45\",\"period\":\"\\/ Yearly\",\"features_list\":[{\"item_text\":\"Lorem ipsum dolor\",\"item_icon\":\"fa fa-check-circle\",\"_id\":\"akng6dz\",\"item_icon_color\":\"#f04670\"},{\"item_text\":\"Consectetur adipiscing elit\",\"item_icon\":\"fa fa-check-circle\",\"_id\":\"6xaauq6\",\"item_icon_color\":\"#f04670\"},{\"item_text\":\"Sit amet, consectetur adipiscing\",\"item_icon\":\"fa fa-check-circle\",\"_id\":\"9jsavwz\",\"item_icon_color\":\"#f04670\"},{\"item_text\":\"Consequat lacus condimentum\",\"item_icon\":\"fa fa-check-circle\",\"_id\":\"dl4kj8j\",\"item_icon_color\":\"#f04670\"},{\"item_text\":\"Etiam aliquet ex elit\",\"item_icon\":\"fa fa-check-circle\",\"_id\":\"r0jqfbl\",\"item_icon_color\":\"#f04670\"}],\"button_text\":\"Try it!\",\"footer_additional_info\":\"\",\"show_ribbon\":\"\",\"ribbon_title\":\"Popular\",\"header_bg_color\":\"#d8d8d8\",\"header_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"heading_color\":\"#000000\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Oswald\",\"heading_typography_font_weight\":\"500\",\"heading_typography_text_transform\":\"uppercase\",\"heading_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.5\"},\"price_color\":\"#000000\",\"price_typography_typography\":\"custom\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":\"70\"},\"price_typography_font_family\":\"Oswald\",\"currency_size\":{\"unit\":\"px\",\"size\":\"27\"},\"fractional-part_size\":{\"unit\":\"px\",\"size\":0},\"fractional_part_vertical_position\":\"bottom\",\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_size\":{\"unit\":\"px\",\"size\":\"18\"},\"period_typography_font_family\":\"Oswald\",\"period_typography_line_height\":{\"unit\":\"em\",\"size\":0.6},\"period_position\":\"beside\",\"features_list_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"features_list_color\":\"#3a3a3a\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"features_list_typography_font_family\":\"Roboto\",\"features_list_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.8\"},\"features_list_alignment\":\"left\",\"list_divider\":\"\",\"divider_color\":\"#dddddd\",\"divider_weight\":{\"unit\":\"px\",\"size\":\"1\"},\"footer_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"button_text_color\":\"#f04670\",\"button_typography_typography\":\"custom\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\"},\"button_typography_font_family\":\"Roboto\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"},\"button_background_color\":\"rgba(0,0,0,0)\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_border_color\":\"#f04670\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"button_text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"button_hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#f04670\",\"button_hover_border_color\":\"#f04670\",\"ribbon_bg_color\":\"#000000\",\"ribbon_distance\":{\"unit\":\"px\",\"size\":23},\"ribbon_typography_typography\":\"custom\",\"ribbon_typography_font_size\":{\"unit\":\"px\",\"size\":\"10\"},\"ribbon_typography_font_family\":\"Oswald\",\"ribbon_typography_line_height\":{\"unit\":\"em\",\"size\":3},\"ribbon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":\"10\",\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.29)\"},\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":\"22\"},\"pricing_element_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\"},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"25\"},\"price_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"53\"},\"price_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"80\"},\"features_list_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"features_list_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"features_list_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"12\"},\"features_list_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"13\"},\"features_list_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"1.1\"},\"features_list_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"1.3\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"124ce05\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#f04670\",\"shape_divider_top\":\"tilt\",\"shape_divider_top_color\":\"#000000\",\"shape_divider_top_flip\":\"yes\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"78d249ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25bbe0e1\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-cloud\",\"title_text\":\"The compony\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. \\n\\n\\n<br><br>Copyright \\u00a9 Elementor LTD.\",\"primary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"20\"},\"text_align\":\"left\",\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"18\"},\"title_typography_font_family\":\"Oswald\",\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0.7\"},\"description_color\":\"#ffffff\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"13\"},\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.6\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"4f5dc604\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"652a5a9c\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-camera-retro\",\"title_text\":\"Press\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. \\n\\n\\n<br><br>consectetur adipiscing elit\",\"primary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"20\"},\"text_align\":\"left\",\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"18\"},\"title_typography_font_family\":\"Oswald\",\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0.7\"},\"description_color\":\"#ffffff\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"13\"},\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.6\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"66be150\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1267f454\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-lock\",\"title_text\":\"Trust & Safety\",\"description_text\":\"Morbi pellentesque, urna et volutpat iaculis, nunc risus pulvinar lacus, a pharetra urna lorem eu tellus.\",\"primary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"20\"},\"text_align\":\"left\",\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"18\"},\"title_typography_font_family\":\"Oswald\",\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0.7\"},\"description_color\":\"#ffffff\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"13\"},\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.6\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"3f9e40fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29d58957\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-comments-o\",\"title_text\":\"Need Help?\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. \\n\\n<br><br>suppot@gmail.com\\n\\n\",\"primary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"20\"},\"text_align\":\"left\",\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"18\"},\"title_typography_font_family\":\"Oswald\",\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0.7\"},\"description_color\":\"#ffffff\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"13\"},\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.6\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}]'),(314,72,'_wp_page_template','default'),(315,72,'_elementor_page_settings','a:12:{s:21:\"background_color_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:23:\"background_color_b_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:25:\"background_gradient_angle\";a:3:{s:4:\"unit\";s:3:\"deg\";s:4:\"size\";i:180;s:5:\"sizes\";a:0:{}}s:15:\"background_xpos\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_xpos_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_xpos_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:15:\"background_ypos\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_ypos_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_ypos_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:19:\"background_bg_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:26:\"background_bg_width_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:26:\"background_bg_width_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}}'),(143,45,'_edit_lock','1553159079:2'),(144,46,'_wp_attached_file','2019/03/placeholder.png'),(145,46,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:23:\"2019/03/placeholder.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{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:6:\"medium\";a:4:{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:12:\"medium_large\";a:4:{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:5:\"large\";a:4:{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: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,46,'_elementor_source_image_hash','a7618ae99a3d91b9f16675673d3eea47d7a6f33f'),(147,45,'_wp_page_template','default'),(148,45,'_elementor_page_settings','a:12:{s:21:\"background_color_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:23:\"background_color_b_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:25:\"background_gradient_angle\";a:3:{s:4:\"unit\";s:3:\"deg\";s:4:\"size\";i:180;s:5:\"sizes\";a:0:{}}s:15:\"background_xpos\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_xpos_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_xpos_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:15:\"background_ypos\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_ypos_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_ypos_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:19:\"background_bg_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:26:\"background_bg_width_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:26:\"background_bg_width_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}}'),(149,45,'_elementor_data','[{\"id\":\"3f76d120\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":40},\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#e5329f\",\"custom_height_mobile\":{\"unit\":\"px\",\"size\":0},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\",\"layout\":\"full_width\",\"gap\":\"no\",\"background_hover_background\":\"classic\",\"sticky\":\"top\"},\"elements\":[{\"id\":\"67be3530\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":70,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6bb83f71\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"1-888-837-5021\",\"icon\":\"fa fa-phone\",\"_id\":\"7a7a069\",\"link\":{\"url\":\"tel:18888375021\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Mon - Fri: 10:00 - 19:00 EST\",\"icon\":\"fa fa-clock-o\",\"_id\":\"fb1feea\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":28},\"icon_color\":\"#ffffff\",\"text_color\":\"#ffffff\",\"text_indent\":{\"unit\":\"px\",\"size\":11},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12},\"space_between_mobile\":{\"unit\":\"px\",\"size\":25},\"icon_align_mobile\":\"center\",\"icon_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":2},\"hide_mobile\":\"hidden-phone\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"icon_align\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"67224b19\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"7f11941e\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"5646027\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/Wanderfuls\\/\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"72bc942\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/wanderfuls\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/wanderfuls\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"7c2bcc0\"},{\"social\":\"fa fa-youtube\",\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCTlqptsMt6rupKdWj7vBguQ\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"4b27cd1\"},{\"social\":\"fa fa-linkedin\",\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/ken-wanderfuls-ba7899132\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"cb50792\"}],\"align\":\"right\",\"icon_color\":\"custom\",\"icon_primary_color\":\"rgba(0,0,0,0)\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":14},\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b955e42\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"border_color\":\"#d1d1d1\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"content_position\":\"middle\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"26ab5835\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"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}},\"elements\":[{\"id\":\"8342375\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"center\",\"width\":{\"unit\":\"px\",\"size\":300},\"width_mobile\":{\"unit\":\"px\",\"size\":80},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"010\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"image\":{\"id\":\"46\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"78da46f7\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"center\",\"pointer\":\"double-line\",\"animation_line\":\"drop-in\",\"color_menu_item\":\"#303030\",\"pointer_color_menu_item_hover\":\"#e5329f\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"menu_typography_font_weight\":\"normal\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":41},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":16},\"_border_border\":\"dotted\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#8e8e8e\",\"dropdown\":\"mobile\",\"toggle_color\":\"#000000\",\"toggle_background_color\":\"rgba(0,0,0,0)\",\"menu\":\"main_menu\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false}],\"isInner\":false}]'),(426,101,'_elementor_version','2.5.8'),(427,101,'_wp_page_template','default'),(428,101,'_elementor_page_settings','a:12:{s:21:\"background_color_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:23:\"background_color_b_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:25:\"background_gradient_angle\";a:3:{s:4:\"unit\";s:3:\"deg\";s:4:\"size\";i:180;s:5:\"sizes\";a:0:{}}s:15:\"background_xpos\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_xpos_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_xpos_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:15:\"background_ypos\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_ypos_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_ypos_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:19:\"background_bg_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:26:\"background_bg_width_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:26:\"background_bg_width_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}}'),(429,101,'_elementor_data','[{\"id\":\"3f76d120\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":40},\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#e5329f\",\"custom_height_mobile\":{\"unit\":\"px\",\"size\":0},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"67be3530\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":70,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6bb83f71\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"1-888-837-5021\",\"icon\":\"fa fa-phone\",\"_id\":\"7a7a069\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"info@wanderfuls.com\",\"icon\":\"fa fa-envelope-o\",\"_id\":\"9c91fc4\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Mon - Fri: 10:00 - 19:00 EST\",\"icon\":\"fa fa-clock-o\",\"_id\":\"fb1feea\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":28},\"icon_color\":\"#ffffff\",\"text_color\":\"#ffffff\",\"text_indent\":{\"unit\":\"px\",\"size\":11},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12},\"space_between_mobile\":{\"unit\":\"px\",\"size\":25},\"icon_align_mobile\":\"center\",\"icon_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":2},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"67224b19\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"7f11941e\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"5646027\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"72bc942\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-google-plus\",\"_id\":\"96bd910\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"7c2bcc0\"},{\"social\":\"fa fa-youtube\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"4b27cd1\"}],\"align\":\"right\",\"icon_color\":\"custom\",\"icon_primary_color\":\"rgba(0,0,0,0)\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":14},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b955e42\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"border_color\":\"#d1d1d1\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"content_position\":\"middle\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"26ab5835\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"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}},\"elements\":[{\"id\":\"8342375\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"center\",\"width\":{\"unit\":\"px\",\"size\":300},\"width_mobile\":{\"unit\":\"px\",\"size\":80},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"010\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"image\":{\"id\":\"46\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"78da46f7\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"center\",\"pointer\":\"double-line\",\"animation_line\":\"drop-in\",\"color_menu_item\":\"#303030\",\"pointer_color_menu_item_hover\":\"#02d1ae\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"menu_typography_font_weight\":\"normal\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":41},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":16},\"_border_border\":\"dotted\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#8e8e8e\",\"dropdown\":\"mobile\",\"toggle_color\":\"#000000\",\"toggle_background_color\":\"rgba(0,0,0,0)\",\"menu\":\"main_menu\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false}],\"isInner\":false}]'),(430,101,'_elementor_conditions','a:1:{i:0;s:15:\"include/general\";}'),(431,101,'_elementor_css','a:4:{s:4:\"time\";i:1552994937;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(434,102,'_elementor_version','2.5.9'),(435,102,'_wp_page_template','default'),(436,102,'_elementor_page_settings','a:12:{s:21:\"background_color_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:23:\"background_color_b_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:25:\"background_gradient_angle\";a:3:{s:4:\"unit\";s:3:\"deg\";s:4:\"size\";i:180;s:5:\"sizes\";a:0:{}}s:15:\"background_xpos\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_xpos_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_xpos_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:15:\"background_ypos\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_ypos_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_ypos_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:19:\"background_bg_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:26:\"background_bg_width_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:26:\"background_bg_width_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}}'),(437,102,'_elementor_data','[{\"id\":\"3f76d120\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":40},\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#e5329f\",\"custom_height_mobile\":{\"unit\":\"px\",\"size\":0},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"67be3530\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":70,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6bb83f71\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"1-888-837-5021\",\"icon\":\"fa fa-phone\",\"_id\":\"7a7a069\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"info@wanderfuls.com\",\"icon\":\"fa fa-envelope-o\",\"_id\":\"9c91fc4\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Mon - Fri: 10:00 - 19:00 EST\",\"icon\":\"fa fa-clock-o\",\"_id\":\"fb1feea\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":28},\"icon_color\":\"#ffffff\",\"text_color\":\"#ffffff\",\"text_indent\":{\"unit\":\"px\",\"size\":11},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12},\"space_between_mobile\":{\"unit\":\"px\",\"size\":25},\"icon_align_mobile\":\"center\",\"icon_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":2},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"67224b19\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"7f11941e\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"5646027\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"72bc942\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-google-plus\",\"_id\":\"96bd910\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"7c2bcc0\"},{\"social\":\"fa fa-youtube\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"4b27cd1\"}],\"align\":\"right\",\"icon_color\":\"custom\",\"icon_primary_color\":\"rgba(0,0,0,0)\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":14},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b955e42\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"border_color\":\"#d1d1d1\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"content_position\":\"middle\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"26ab5835\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"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}},\"elements\":[{\"id\":\"8342375\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"center\",\"width\":{\"unit\":\"px\",\"size\":300},\"width_mobile\":{\"unit\":\"px\",\"size\":80},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"010\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"image\":{\"id\":\"46\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"78da46f7\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"center\",\"pointer\":\"double-line\",\"animation_line\":\"drop-in\",\"color_menu_item\":\"#303030\",\"pointer_color_menu_item_hover\":\"#e5329f\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"menu_typography_font_weight\":\"normal\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":41},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":16},\"_border_border\":\"dotted\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#8e8e8e\",\"dropdown\":\"mobile\",\"toggle_color\":\"#000000\",\"toggle_background_color\":\"rgba(0,0,0,0)\",\"menu\":\"main_menu\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false}],\"isInner\":false}]'),(150,47,'_elementor_edit_mode','builder'),(151,47,'_elementor_template_type','header'),(152,47,'_elementor_version','2.5.8'),(153,47,'_wp_page_template','default'),(154,47,'_elementor_page_settings','a:12:{s:21:\"background_color_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:23:\"background_color_b_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:25:\"background_gradient_angle\";a:3:{s:4:\"unit\";s:3:\"deg\";s:4:\"size\";i:180;s:5:\"sizes\";a:0:{}}s:15:\"background_xpos\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_xpos_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_xpos_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:15:\"background_ypos\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_ypos_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_ypos_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:19:\"background_bg_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:26:\"background_bg_width_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:26:\"background_bg_width_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}}'),(155,47,'_elementor_data','[{\"id\":\"1e1fdf4c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":160},\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_color_b\":\"#ffffff\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":100},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"1f49476f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.158,\"_inline_size_tablet\":20,\"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\":\"4999f2b8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"align_mobile\":\"center\",\"width\":{\"unit\":\"px\",\"size\":312},\"width_mobile\":{\"unit\":\"px\",\"size\":80},\"image\":{\"id\":46,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false},{\"id\":\"1aa7742b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.842,\"_inline_size_tablet\":80,\"_inline_size_mobile\":100},\"elements\":[{\"id\":\"38cc5890\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"25605368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_mobile\":33},\"elements\":[{\"id\":\"78543753\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-map-marker\",\"title_text\":\"1123 Dog Hill Lane\",\"description_text\":\"Wilson, KS 67490\\n\",\"position\":\"left\",\"primary_color\":\"#e5329f\",\"icon_space\":{\"unit\":\"px\",\"size\":10},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#e5329f\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13},\"description_typography_font_weight\":\"400\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":25},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":10},\"description_color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"19a03665\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_mobile\":34},\"elements\":[{\"id\":\"6a8b3c24\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-phone\",\"title_text\":\"+34 785 658 5316\",\"description_text\":\"24\\/7 Customer Support\",\"position\":\"left\",\"primary_color\":\"#e5329f\",\"icon_space\":{\"unit\":\"px\",\"size\":10},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#e5329f\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13},\"description_typography_font_weight\":\"400\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":25},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":10},\"icon_space_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"rotate\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#ffffff\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"description_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"description_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_border_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"7d52fb00\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_mobile\":33},\"elements\":[{\"id\":\"3a4ba222\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-clock-o\",\"title_text\":\"Mon - Fri: 10:00 - 19:00\",\"description_text\":\"Online store always open\",\"position\":\"left\",\"primary_color\":\"#e5329f\",\"icon_space\":{\"unit\":\"px\",\"size\":10},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#e5329f\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13},\"description_typography_font_weight\":\"400\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":25},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":10},\"icon_space_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"rotate\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#ffffff\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"description_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"description_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_border_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1545845b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#012c6d\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#bf9f00\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"4eb5e0c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":71.053,\"_inline_size_mobile\":20},\"elements\":[{\"id\":\"cfe83c\",\"elType\":\"widget\",\"settings\":{\"pointer\":\"background\",\"color_menu_item\":\"#ffffff\",\"color_menu_item_hover_pointer_bg\":\"#ffffff\",\"pointer_color_menu_item_hover\":\"#bf9f00\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":13},\"menu_typography_font_weight\":\"500\",\"menu_typography_text_transform\":\"uppercase\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":31},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":18},\"full_width\":\"stretch\",\"toggle_align\":\"left\",\"dropdown_top_distance_tablet\":{\"unit\":\"px\",\"size\":13},\"toggle_color\":\"#ffffff\",\"menu\":\"main_menu\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"52cc1571\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":28.947,\"_inline_size_mobile\":80},\"elements\":[{\"id\":\"6d9163d8\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"320e991\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"1491259\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-github\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"8206083\"},{\"social\":\"fa fa-bitbucket\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"dccfaf9\"}],\"align\":\"right\",\"icon_color\":\"custom\",\"icon_primary_color\":\"rgba(0,0,0,0)\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":15},\"icon_spacing\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(156,48,'_elementor_edit_mode','builder'),(157,48,'_elementor_template_type','header'),(158,48,'_elementor_version','2.5.8'),(159,48,'_wp_page_template','default'),(160,48,'_elementor_page_settings','a:12:{s:21:\"background_color_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:23:\"background_color_b_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:25:\"background_gradient_angle\";a:3:{s:4:\"unit\";s:3:\"deg\";s:4:\"size\";i:180;s:5:\"sizes\";a:0:{}}s:15:\"background_xpos\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_xpos_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_xpos_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:15:\"background_ypos\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_ypos_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_ypos_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:19:\"background_bg_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:26:\"background_bg_width_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:26:\"background_bg_width_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}}'),(161,48,'_elementor_data','[{\"id\":\"1e1fdf4c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":160},\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_color_b\":\"#ffffff\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":100},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"1f49476f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.158,\"_inline_size_tablet\":20,\"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\":\"4999f2b8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"align_mobile\":\"center\",\"width\":{\"unit\":\"px\",\"size\":312},\"width_mobile\":{\"unit\":\"px\",\"size\":250},\"image\":{\"id\":46,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false},{\"id\":\"1aa7742b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.842,\"_inline_size_tablet\":80,\"_inline_size_mobile\":100},\"elements\":[{\"id\":\"38cc5890\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"25605368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_mobile\":33},\"elements\":[{\"id\":\"78543753\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-map-marker\",\"title_text\":\"1123 Dog Hill Lane\",\"description_text\":\"Wilson, KS 67490\\n\",\"position\":\"left\",\"primary_color\":\"#e5329f\",\"icon_space\":{\"unit\":\"px\",\"size\":10},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#e5329f\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13},\"description_typography_font_weight\":\"400\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":25},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":10},\"description_color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"19a03665\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_mobile\":34},\"elements\":[{\"id\":\"6a8b3c24\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-phone\",\"title_text\":\"+34 785 658 5316\",\"description_text\":\"24\\/7 Customer Support\",\"position\":\"left\",\"primary_color\":\"#e5329f\",\"icon_space\":{\"unit\":\"px\",\"size\":10},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#e5329f\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13},\"description_typography_font_weight\":\"400\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":25},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":10},\"icon_space_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"rotate\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#ffffff\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"description_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"description_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_border_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"7d52fb00\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_mobile\":33},\"elements\":[{\"id\":\"3a4ba222\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-clock-o\",\"title_text\":\"Mon - Fri: 10:00 - 19:00\",\"description_text\":\"Online store always open\",\"position\":\"left\",\"primary_color\":\"#e5329f\",\"icon_space\":{\"unit\":\"px\",\"size\":10},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#e5329f\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13},\"description_typography_font_weight\":\"400\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":25},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":10},\"icon_space_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"rotate\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#ffffff\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"description_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"description_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_border_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1545845b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#012c6d\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#bf9f00\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"4eb5e0c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":71.053,\"_inline_size_mobile\":20},\"elements\":[{\"id\":\"cfe83c\",\"elType\":\"widget\",\"settings\":{\"pointer\":\"background\",\"color_menu_item\":\"#ffffff\",\"color_menu_item_hover_pointer_bg\":\"#ffffff\",\"pointer_color_menu_item_hover\":\"#bf9f00\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":13},\"menu_typography_font_weight\":\"500\",\"menu_typography_text_transform\":\"uppercase\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":31},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":18},\"full_width\":\"stretch\",\"toggle_align\":\"left\",\"dropdown_top_distance_tablet\":{\"unit\":\"px\",\"size\":13},\"toggle_color\":\"#ffffff\",\"menu\":\"main_menu\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"52cc1571\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":28.947,\"_inline_size_mobile\":80},\"elements\":[{\"id\":\"6d9163d8\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"320e991\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"1491259\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-github\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"8206083\"},{\"social\":\"fa fa-bitbucket\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"dccfaf9\"}],\"align\":\"right\",\"icon_color\":\"custom\",\"icon_primary_color\":\"rgba(0,0,0,0)\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":15},\"icon_spacing\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(162,45,'_elementor_conditions','a:1:{i:0;s:15:\"include/general\";}'),(165,49,'_elementor_edit_mode','builder'),(166,49,'_elementor_template_type','header'),(167,49,'_elementor_version','2.5.8'),(168,49,'_wp_page_template','default'),(169,49,'_elementor_page_settings','a:12:{s:21:\"background_color_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:23:\"background_color_b_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:25:\"background_gradient_angle\";a:3:{s:4:\"unit\";s:3:\"deg\";s:4:\"size\";i:180;s:5:\"sizes\";a:0:{}}s:15:\"background_xpos\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_xpos_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_xpos_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:15:\"background_ypos\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_ypos_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_ypos_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:19:\"background_bg_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:26:\"background_bg_width_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:26:\"background_bg_width_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}}'),(170,49,'_elementor_data','[{\"id\":\"1e1fdf4c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":160},\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_color_b\":\"#ffffff\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":100},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"1f49476f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.158,\"_inline_size_tablet\":20,\"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\":\"4999f2b8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"align_mobile\":\"center\",\"width\":{\"unit\":\"px\",\"size\":312},\"width_mobile\":{\"unit\":\"px\",\"size\":250},\"image\":{\"id\":46,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false},{\"id\":\"1aa7742b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.842,\"_inline_size_tablet\":80,\"_inline_size_mobile\":100},\"elements\":[{\"id\":\"38cc5890\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"25605368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_mobile\":33},\"elements\":[{\"id\":\"78543753\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-map-marker\",\"title_text\":\"1123 Dog Hill Lane\",\"description_text\":\"Wilson, KS 67490\\n\",\"position\":\"left\",\"primary_color\":\"#e5329f\",\"icon_space\":{\"unit\":\"px\",\"size\":10},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#e5329f\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13},\"description_typography_font_weight\":\"400\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":25},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":10},\"description_color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"19a03665\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_mobile\":34},\"elements\":[{\"id\":\"6a8b3c24\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-phone\",\"title_text\":\"+34 785 658 5316\",\"description_text\":\"24\\/7 Customer Support\",\"position\":\"left\",\"primary_color\":\"#e5329f\",\"icon_space\":{\"unit\":\"px\",\"size\":10},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#e5329f\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13},\"description_typography_font_weight\":\"400\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":25},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":10},\"icon_space_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"rotate\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#ffffff\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"description_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"description_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_border_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"7d52fb00\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_mobile\":33},\"elements\":[{\"id\":\"3a4ba222\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-clock-o\",\"title_text\":\"Mon - Fri: 10:00 - 19:00\",\"description_text\":\"Online store always open\",\"position\":\"left\",\"primary_color\":\"#e5329f\",\"icon_space\":{\"unit\":\"px\",\"size\":10},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#e5329f\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13},\"description_typography_font_weight\":\"400\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":25},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":10},\"icon_space_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"rotate\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#ffffff\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"description_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"description_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_border_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1545845b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#e5329f\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"4eb5e0c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":71.053,\"_inline_size_mobile\":20},\"elements\":[{\"id\":\"cfe83c\",\"elType\":\"widget\",\"settings\":{\"pointer\":\"background\",\"color_menu_item\":\"#ffffff\",\"color_menu_item_hover_pointer_bg\":\"#ffffff\",\"pointer_color_menu_item_hover\":\"#bf9f00\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":13},\"menu_typography_font_weight\":\"500\",\"menu_typography_text_transform\":\"uppercase\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":31},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":18},\"full_width\":\"stretch\",\"toggle_align\":\"left\",\"dropdown_top_distance_tablet\":{\"unit\":\"px\",\"size\":13},\"toggle_color\":\"#ffffff\",\"menu\":\"main_menu\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"52cc1571\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":28.947,\"_inline_size_mobile\":80},\"elements\":[{\"id\":\"6d9163d8\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"320e991\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"1491259\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-github\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"8206083\"},{\"social\":\"fa fa-bitbucket\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"dccfaf9\"}],\"align\":\"right\",\"icon_color\":\"custom\",\"icon_primary_color\":\"rgba(0,0,0,0)\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":15},\"icon_spacing\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(171,49,'_elementor_conditions','a:1:{i:0;s:15:\"include/general\";}'),(312,72,'_elementor_template_type','post'),(313,72,'_elementor_version','2.5.8'),(181,51,'_elementor_template_type','header'),(182,51,'_elementor_version','2.5.8'),(183,51,'_wp_page_template','default'),(184,51,'_elementor_page_settings','a:12:{s:21:\"background_color_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:23:\"background_color_b_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:25:\"background_gradient_angle\";a:3:{s:4:\"unit\";s:3:\"deg\";s:4:\"size\";i:180;s:5:\"sizes\";a:0:{}}s:15:\"background_xpos\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_xpos_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_xpos_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:15:\"background_ypos\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_ypos_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_ypos_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:19:\"background_bg_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:26:\"background_bg_width_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:26:\"background_bg_width_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}}'),(185,51,'_elementor_data','[{\"id\":\"1e1fdf4c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":160},\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_color_b\":\"#ffffff\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":100},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"1f49476f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.158,\"_inline_size_tablet\":20,\"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\":\"4999f2b8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"align_mobile\":\"center\",\"width\":{\"unit\":\"px\",\"size\":312},\"width_mobile\":{\"unit\":\"px\",\"size\":250},\"image\":{\"id\":46,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false},{\"id\":\"1aa7742b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.842,\"_inline_size_tablet\":80,\"_inline_size_mobile\":100},\"elements\":[{\"id\":\"38cc5890\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"25605368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_mobile\":33},\"elements\":[{\"id\":\"78543753\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-map-marker\",\"title_text\":\"1123 Dog Hill Lane\",\"description_text\":\"Wilson, KS 67490\\n\",\"position\":\"left\",\"primary_color\":\"#e5329f\",\"icon_space\":{\"unit\":\"px\",\"size\":10},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#e5329f\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13},\"description_typography_font_weight\":\"400\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":25},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":10},\"description_color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"19a03665\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_mobile\":34},\"elements\":[{\"id\":\"6a8b3c24\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-phone\",\"title_text\":\"+34 785 658 5316\",\"description_text\":\"24\\/7 Customer Support\",\"position\":\"left\",\"primary_color\":\"#e5329f\",\"icon_space\":{\"unit\":\"px\",\"size\":10},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#e5329f\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13},\"description_typography_font_weight\":\"400\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":25},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":10},\"icon_space_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"rotate\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#ffffff\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"description_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"description_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_border_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"7d52fb00\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_mobile\":33},\"elements\":[{\"id\":\"3a4ba222\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-clock-o\",\"title_text\":\"Mon - Fri: 10:00 - 19:00\",\"description_text\":\"Online store always open\",\"position\":\"left\",\"primary_color\":\"#e5329f\",\"icon_space\":{\"unit\":\"px\",\"size\":10},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#e5329f\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13},\"description_typography_font_weight\":\"400\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":25},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":10},\"icon_space_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"rotate\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#ffffff\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"description_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"description_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_border_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1545845b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#e5329f\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\",\"background_hover_background\":\"classic\",\"box_shadow_hover_box_shadow_type\":\"yes\"},\"elements\":[{\"id\":\"4eb5e0c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":71.053,\"_inline_size_mobile\":20},\"elements\":[{\"id\":\"cfe83c\",\"elType\":\"widget\",\"settings\":{\"pointer\":\"background\",\"color_menu_item\":\"#ffffff\",\"color_menu_item_hover_pointer_bg\":\"#ffffff\",\"pointer_color_menu_item_hover\":\"#bf9f00\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":13},\"menu_typography_font_weight\":\"500\",\"menu_typography_text_transform\":\"uppercase\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":31},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":18},\"full_width\":\"stretch\",\"toggle_align\":\"left\",\"dropdown_top_distance_tablet\":{\"unit\":\"px\",\"size\":13},\"toggle_color\":\"#ffffff\",\"menu\":\"main_menu\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"52cc1571\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":28.947,\"_inline_size_mobile\":80},\"elements\":[{\"id\":\"6d9163d8\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"320e991\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"1491259\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-github\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"8206083\"},{\"social\":\"fa fa-bitbucket\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"dccfaf9\"}],\"align\":\"right\",\"icon_color\":\"custom\",\"icon_primary_color\":\"rgba(0,0,0,0)\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":15},\"icon_spacing\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(424,101,'_elementor_edit_mode','builder'),(425,101,'_elementor_template_type','header'),(180,51,'_elementor_edit_mode','builder'),(186,51,'_elementor_conditions','a:1:{i:0;s:15:\"include/general\";}'),(187,52,'_elementor_edit_mode','builder'),(188,52,'_elementor_template_type','header'),(189,52,'_elementor_version','2.5.8'),(190,52,'_wp_page_template','default'),(191,52,'_elementor_page_settings','a:12:{s:21:\"background_color_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:23:\"background_color_b_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:25:\"background_gradient_angle\";a:3:{s:4:\"unit\";s:3:\"deg\";s:4:\"size\";i:180;s:5:\"sizes\";a:0:{}}s:15:\"background_xpos\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_xpos_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_xpos_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:15:\"background_ypos\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_ypos_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_ypos_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:19:\"background_bg_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:26:\"background_bg_width_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:26:\"background_bg_width_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}}'),(192,52,'_elementor_data','[{\"id\":\"1e1fdf4c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":160},\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_color_b\":\"#ffffff\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":100},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"1f49476f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.158,\"_inline_size_tablet\":20,\"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\":\"4999f2b8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"align_mobile\":\"center\",\"width\":{\"unit\":\"px\",\"size\":312},\"width_mobile\":{\"unit\":\"px\",\"size\":250},\"image\":{\"id\":46,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false},{\"id\":\"1aa7742b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.842,\"_inline_size_tablet\":80,\"_inline_size_mobile\":100},\"elements\":[{\"id\":\"38cc5890\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"25605368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_mobile\":33},\"elements\":[{\"id\":\"78543753\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-map-marker\",\"title_text\":\"1123 Dog Hill Lane\",\"description_text\":\"Wilson, KS 67490\\n\",\"position\":\"left\",\"primary_color\":\"#e5329f\",\"icon_space\":{\"unit\":\"px\",\"size\":10},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#e5329f\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13},\"description_typography_font_weight\":\"400\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":25},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":10},\"description_color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"19a03665\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_mobile\":34},\"elements\":[{\"id\":\"6a8b3c24\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-phone\",\"title_text\":\"+34 785 658 5316\",\"description_text\":\"24\\/7 Customer Support\",\"position\":\"left\",\"primary_color\":\"#e5329f\",\"icon_space\":{\"unit\":\"px\",\"size\":10},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#e5329f\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13},\"description_typography_font_weight\":\"400\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":25},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":10},\"icon_space_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"rotate\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#ffffff\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"description_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"description_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_border_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"7d52fb00\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_mobile\":33},\"elements\":[{\"id\":\"3a4ba222\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-clock-o\",\"title_text\":\"Mon - Fri: 10:00 - 19:00\",\"description_text\":\"Online store always open\",\"position\":\"left\",\"primary_color\":\"#e5329f\",\"icon_space\":{\"unit\":\"px\",\"size\":10},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#e5329f\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13},\"description_typography_font_weight\":\"400\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":25},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":10},\"icon_space_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"rotate\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#ffffff\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"description_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"description_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_border_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1545845b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#e5329f\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\",\"background_hover_background\":\"classic\",\"box_shadow_hover_box_shadow_type\":\"yes\"},\"elements\":[{\"id\":\"4eb5e0c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":71.053,\"_inline_size_mobile\":20},\"elements\":[{\"id\":\"cfe83c\",\"elType\":\"widget\",\"settings\":{\"pointer\":\"background\",\"color_menu_item\":\"#ffffff\",\"color_menu_item_hover_pointer_bg\":\"#ffffff\",\"pointer_color_menu_item_hover\":\"#e5329f\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":13},\"menu_typography_font_weight\":\"500\",\"menu_typography_text_transform\":\"uppercase\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":31},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":18},\"full_width\":\"stretch\",\"toggle_align\":\"left\",\"dropdown_top_distance_tablet\":{\"unit\":\"px\",\"size\":13},\"toggle_color\":\"#ffffff\",\"menu\":\"main_menu\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"52cc1571\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":28.947,\"_inline_size_mobile\":80},\"elements\":[{\"id\":\"6d9163d8\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"320e991\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"1491259\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-github\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"8206083\"},{\"social\":\"fa fa-bitbucket\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"dccfaf9\"}],\"align\":\"right\",\"icon_color\":\"custom\",\"icon_primary_color\":\"rgba(0,0,0,0)\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":15},\"icon_spacing\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(193,52,'_elementor_conditions','a:1:{i:0;s:15:\"include/general\";}'),(223,57,'_elementor_template_type','header'),(194,53,'_elementor_edit_mode','builder'),(195,53,'_elementor_template_type','header'),(196,53,'_elementor_version','2.5.8'),(197,53,'_wp_page_template','default'),(198,53,'_elementor_page_settings','a:12:{s:21:\"background_color_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:23:\"background_color_b_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:25:\"background_gradient_angle\";a:3:{s:4:\"unit\";s:3:\"deg\";s:4:\"size\";i:180;s:5:\"sizes\";a:0:{}}s:15:\"background_xpos\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_xpos_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_xpos_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:15:\"background_ypos\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_ypos_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_ypos_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:19:\"background_bg_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:26:\"background_bg_width_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:26:\"background_bg_width_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}}'),(199,53,'_elementor_data','[{\"id\":\"1e1fdf4c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":160},\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_color_b\":\"#ffffff\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":100},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"1f49476f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.158,\"_inline_size_tablet\":20,\"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\":\"4999f2b8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"align_mobile\":\"center\",\"width\":{\"unit\":\"px\",\"size\":312},\"width_mobile\":{\"unit\":\"px\",\"size\":250},\"image\":{\"id\":46,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/placeholder.png\"},\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false},{\"id\":\"1aa7742b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.842,\"_inline_size_tablet\":80,\"_inline_size_mobile\":100},\"elements\":[{\"id\":\"38cc5890\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"25605368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_mobile\":33},\"elements\":[{\"id\":\"78543753\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-map-marker\",\"title_text\":\"1123 Dog Hill Lane\",\"description_text\":\"Wilson, KS 67490\\n\",\"position\":\"left\",\"primary_color\":\"#e5329f\",\"icon_space\":{\"unit\":\"px\",\"size\":10},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#e5329f\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13},\"description_typography_font_weight\":\"400\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":25},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":10},\"description_color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"19a03665\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_mobile\":34},\"elements\":[{\"id\":\"6a8b3c24\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-phone\",\"title_text\":\"+34 785 658 5316\",\"description_text\":\"24\\/7 Customer Support\",\"position\":\"left\",\"primary_color\":\"#e5329f\",\"icon_space\":{\"unit\":\"px\",\"size\":10},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#e5329f\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13},\"description_typography_font_weight\":\"400\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":25},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":10},\"icon_space_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"rotate\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#ffffff\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"description_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"description_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_border_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"7d52fb00\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_mobile\":33},\"elements\":[{\"id\":\"3a4ba222\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-clock-o\",\"title_text\":\"Mon - Fri: 10:00 - 19:00\",\"description_text\":\"Online store always open\",\"position\":\"left\",\"primary_color\":\"#e5329f\",\"icon_space\":{\"unit\":\"px\",\"size\":10},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#e5329f\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13},\"description_typography_font_weight\":\"400\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":25},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":10},\"icon_space_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"rotate\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#ffffff\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"description_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"description_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_border_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1545845b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#e5329f\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\",\"background_hover_background\":\"classic\",\"box_shadow_hover_box_shadow_type\":\"yes\"},\"elements\":[{\"id\":\"4eb5e0c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":71.053,\"_inline_size_mobile\":20},\"elements\":[{\"id\":\"cfe83c\",\"elType\":\"widget\",\"settings\":{\"pointer\":\"background\",\"color_menu_item\":\"#ffffff\",\"color_menu_item_hover_pointer_bg\":\"#ffffff\",\"pointer_color_menu_item_hover\":\"#e5329f\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":13},\"menu_typography_font_weight\":\"500\",\"menu_typography_text_transform\":\"uppercase\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":31},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":18},\"full_width\":\"stretch\",\"toggle_align\":\"left\",\"dropdown_top_distance_tablet\":{\"unit\":\"px\",\"size\":13},\"toggle_color\":\"#ffffff\",\"menu\":\"main_menu\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"52cc1571\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":28.947,\"_inline_size_mobile\":80},\"elements\":[{\"id\":\"6d9163d8\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"320e991\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"1491259\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-github\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"8206083\"},{\"social\":\"fa fa-bitbucket\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"dccfaf9\"}],\"align\":\"right\",\"icon_color\":\"custom\",\"icon_primary_color\":\"rgba(0,0,0,0)\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":15},\"icon_spacing\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(200,53,'_elementor_conditions','a:1:{i:0;s:15:\"include/general\";}'),(201,54,'_elementor_edit_mode','builder'),(202,54,'_elementor_template_type','header'),(203,54,'_elementor_version','2.5.8'),(204,54,'_wp_page_template','default'),(205,54,'_elementor_page_settings','a:12:{s:21:\"background_color_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:23:\"background_color_b_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:25:\"background_gradient_angle\";a:3:{s:4:\"unit\";s:3:\"deg\";s:4:\"size\";i:180;s:5:\"sizes\";a:0:{}}s:15:\"background_xpos\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_xpos_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_xpos_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:15:\"background_ypos\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_ypos_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_ypos_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:19:\"background_bg_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:26:\"background_bg_width_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:26:\"background_bg_width_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}}'),(206,54,'_elementor_data','[{\"id\":\"1e1fdf4c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":160},\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_color_b\":\"#ffffff\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":100},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"1f49476f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.158,\"_inline_size_tablet\":20,\"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\":\"4999f2b8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"align_mobile\":\"center\",\"width\":{\"unit\":\"px\",\"size\":312},\"width_mobile\":{\"unit\":\"px\",\"size\":250},\"image\":{\"id\":46,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/placeholder.png\"},\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false},{\"id\":\"1aa7742b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.842,\"_inline_size_tablet\":80,\"_inline_size_mobile\":100},\"elements\":[{\"id\":\"38cc5890\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"25605368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_mobile\":33},\"elements\":[{\"id\":\"78543753\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-map-marker\",\"title_text\":\"1123 Dog Hill Lane\",\"description_text\":\"Wilson, KS 67490\\n\",\"position\":\"left\",\"primary_color\":\"#e5329f\",\"icon_space\":{\"unit\":\"px\",\"size\":10},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#e5329f\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13},\"description_typography_font_weight\":\"400\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":25},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":10},\"description_color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"19a03665\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_mobile\":34},\"elements\":[{\"id\":\"6a8b3c24\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-phone\",\"title_text\":\"1-888-837-5021\",\"description_text\":\"24\\/7 Customer Support\",\"position\":\"left\",\"primary_color\":\"#e5329f\",\"icon_space\":{\"unit\":\"px\",\"size\":10},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#e5329f\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13},\"description_typography_font_weight\":\"400\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":25},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":10},\"icon_space_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"rotate\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#ffffff\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"description_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"description_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_border_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"7d52fb00\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_mobile\":33},\"elements\":[{\"id\":\"3a4ba222\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-clock-o\",\"title_text\":\"Mon - Fri: 10:00 - 19:00\",\"description_text\":\"Online store always open\",\"position\":\"left\",\"primary_color\":\"#e5329f\",\"icon_space\":{\"unit\":\"px\",\"size\":10},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#e5329f\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13},\"description_typography_font_weight\":\"400\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":25},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":10},\"icon_space_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"rotate\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#ffffff\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"description_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"description_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_border_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1545845b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#e5329f\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\",\"background_hover_background\":\"classic\",\"box_shadow_hover_box_shadow_type\":\"yes\"},\"elements\":[{\"id\":\"4eb5e0c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":71.053,\"_inline_size_mobile\":20},\"elements\":[{\"id\":\"cfe83c\",\"elType\":\"widget\",\"settings\":{\"pointer\":\"background\",\"color_menu_item\":\"#ffffff\",\"color_menu_item_hover_pointer_bg\":\"#ffffff\",\"pointer_color_menu_item_hover\":\"#e5329f\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":13},\"menu_typography_font_weight\":\"500\",\"menu_typography_text_transform\":\"uppercase\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":31},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":18},\"full_width\":\"stretch\",\"toggle_align\":\"left\",\"dropdown_top_distance_tablet\":{\"unit\":\"px\",\"size\":13},\"toggle_color\":\"#ffffff\",\"menu\":\"main_menu\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"52cc1571\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":28.947,\"_inline_size_mobile\":80},\"elements\":[{\"id\":\"6d9163d8\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"320e991\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"1491259\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-github\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"8206083\"},{\"social\":\"fa fa-bitbucket\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"dccfaf9\"}],\"align\":\"right\",\"icon_color\":\"custom\",\"icon_primary_color\":\"rgba(0,0,0,0)\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":15},\"icon_spacing\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(207,54,'_elementor_conditions','a:1:{i:0;s:15:\"include/general\";}'),(222,57,'_elementor_edit_mode','builder'),(208,55,'_elementor_edit_mode','builder'),(209,55,'_elementor_template_type','header'),(210,55,'_elementor_version','2.5.8'),(211,55,'_wp_page_template','default'),(212,55,'_elementor_page_settings','a:12:{s:21:\"background_color_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:23:\"background_color_b_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:25:\"background_gradient_angle\";a:3:{s:4:\"unit\";s:3:\"deg\";s:4:\"size\";i:180;s:5:\"sizes\";a:0:{}}s:15:\"background_xpos\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_xpos_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_xpos_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:15:\"background_ypos\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_ypos_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_ypos_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:19:\"background_bg_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:26:\"background_bg_width_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:26:\"background_bg_width_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}}'),(213,55,'_elementor_data','[{\"id\":\"1e1fdf4c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":160},\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_color_b\":\"#ffffff\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":100},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"1f49476f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.158,\"_inline_size_tablet\":20,\"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\":\"4999f2b8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"align_mobile\":\"center\",\"width\":{\"unit\":\"px\",\"size\":312},\"width_mobile\":{\"unit\":\"px\",\"size\":250},\"image\":{\"id\":46,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/placeholder.png\"},\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false},{\"id\":\"1aa7742b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.842,\"_inline_size_tablet\":80,\"_inline_size_mobile\":100},\"elements\":[{\"id\":\"38cc5890\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"25605368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_mobile\":33},\"elements\":[{\"id\":\"78543753\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-map-marker\",\"title_text\":\"1123 Dog Hill Lane\",\"description_text\":\"Wilson, KS 67490\\n\",\"position\":\"left\",\"primary_color\":\"#e5329f\",\"icon_space\":{\"unit\":\"px\",\"size\":10},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#e5329f\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13},\"description_typography_font_weight\":\"400\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":25},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":10},\"description_color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"19a03665\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_mobile\":34},\"elements\":[{\"id\":\"6a8b3c24\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-phone\",\"title_text\":\"1-888-837-5021\",\"description_text\":\"24\\/7 Customer Support\",\"position\":\"left\",\"primary_color\":\"#e5329f\",\"icon_space\":{\"unit\":\"px\",\"size\":10},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#e5329f\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13},\"description_typography_font_weight\":\"400\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":25},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":10},\"icon_space_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"rotate\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#ffffff\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"description_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"description_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_border_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"link\":{\"url\":\"tel:8888375021\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"7d52fb00\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_mobile\":33},\"elements\":[{\"id\":\"3a4ba222\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-clock-o\",\"title_text\":\"Mon - Fri: 10:00 - 19:00\",\"description_text\":\"Online store always open\",\"position\":\"left\",\"primary_color\":\"#e5329f\",\"icon_space\":{\"unit\":\"px\",\"size\":10},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#e5329f\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13},\"description_typography_font_weight\":\"400\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":25},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":10},\"icon_space_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"rotate\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#ffffff\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"description_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"description_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_border_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1545845b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#e5329f\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\",\"background_hover_background\":\"classic\",\"box_shadow_hover_box_shadow_type\":\"yes\"},\"elements\":[{\"id\":\"4eb5e0c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":71.053,\"_inline_size_mobile\":20},\"elements\":[{\"id\":\"cfe83c\",\"elType\":\"widget\",\"settings\":{\"pointer\":\"background\",\"color_menu_item\":\"#ffffff\",\"color_menu_item_hover_pointer_bg\":\"#ffffff\",\"pointer_color_menu_item_hover\":\"#e5329f\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":13},\"menu_typography_font_weight\":\"500\",\"menu_typography_text_transform\":\"uppercase\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":31},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":18},\"full_width\":\"stretch\",\"toggle_align\":\"left\",\"dropdown_top_distance_tablet\":{\"unit\":\"px\",\"size\":13},\"toggle_color\":\"#ffffff\",\"menu\":\"main_menu\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"52cc1571\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":28.947,\"_inline_size_mobile\":80},\"elements\":[{\"id\":\"6d9163d8\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"320e991\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"1491259\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-github\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"8206083\"},{\"social\":\"fa fa-bitbucket\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"dccfaf9\"}],\"align\":\"right\",\"icon_color\":\"custom\",\"icon_primary_color\":\"rgba(0,0,0,0)\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":15},\"icon_spacing\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(214,55,'_elementor_conditions','a:1:{i:0;s:15:\"include/general\";}'),(215,56,'_elementor_edit_mode','builder'),(216,56,'_elementor_template_type','header'),(217,56,'_elementor_version','2.5.8'),(218,56,'_wp_page_template','default'),(219,56,'_elementor_page_settings','a:12:{s:21:\"background_color_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:23:\"background_color_b_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:25:\"background_gradient_angle\";a:3:{s:4:\"unit\";s:3:\"deg\";s:4:\"size\";i:180;s:5:\"sizes\";a:0:{}}s:15:\"background_xpos\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_xpos_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_xpos_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:15:\"background_ypos\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_ypos_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_ypos_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:19:\"background_bg_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:26:\"background_bg_width_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:26:\"background_bg_width_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}}'),(220,56,'_elementor_data','[{\"id\":\"1e1fdf4c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":160},\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_color_b\":\"#ffffff\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":100},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"1f49476f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.158,\"_inline_size_tablet\":20,\"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\":\"4999f2b8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"align_mobile\":\"center\",\"width\":{\"unit\":\"px\",\"size\":312},\"width_mobile\":{\"unit\":\"px\",\"size\":250},\"image\":{\"id\":46,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/placeholder.png\"},\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false},{\"id\":\"1aa7742b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.842,\"_inline_size_tablet\":80,\"_inline_size_mobile\":100},\"elements\":[{\"id\":\"38cc5890\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"25605368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_mobile\":33},\"elements\":[{\"id\":\"78543753\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-map-marker\",\"title_text\":\"1123 Dog Hill Lane\",\"description_text\":\"Wilson, KS 67490\\n\",\"position\":\"left\",\"primary_color\":\"#e5329f\",\"icon_space\":{\"unit\":\"px\",\"size\":10},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#e5329f\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13},\"description_typography_font_weight\":\"400\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":25},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":10},\"description_color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"19a03665\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_mobile\":34},\"elements\":[{\"id\":\"6a8b3c24\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-phone\",\"title_text\":\"1-888-837-5021\",\"description_text\":\"24\\/7 Customer Support\",\"position\":\"left\",\"primary_color\":\"#e5329f\",\"icon_space\":{\"unit\":\"px\",\"size\":10},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#e5329f\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13},\"description_typography_font_weight\":\"400\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":25},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":10},\"icon_space_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"rotate\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#ffffff\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"description_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"description_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_border_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"link\":{\"url\":\"tel:8888375021\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"7d52fb00\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_mobile\":33},\"elements\":[{\"id\":\"3a4ba222\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-clock-o\",\"title_text\":\"Mon - Fri: 10:00 - 19:00\",\"description_text\":\"Office Hours\",\"position\":\"left\",\"primary_color\":\"#e5329f\",\"icon_space\":{\"unit\":\"px\",\"size\":10},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#e5329f\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13},\"description_typography_font_weight\":\"400\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":25},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":10},\"icon_space_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"rotate\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#ffffff\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"description_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"description_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_border_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1545845b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#e5329f\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\",\"background_hover_background\":\"classic\",\"box_shadow_hover_box_shadow_type\":\"yes\"},\"elements\":[{\"id\":\"4eb5e0c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":71.053,\"_inline_size_mobile\":20},\"elements\":[{\"id\":\"cfe83c\",\"elType\":\"widget\",\"settings\":{\"pointer\":\"background\",\"color_menu_item\":\"#ffffff\",\"color_menu_item_hover_pointer_bg\":\"#ffffff\",\"pointer_color_menu_item_hover\":\"#e5329f\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":13},\"menu_typography_font_weight\":\"500\",\"menu_typography_text_transform\":\"uppercase\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":31},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":18},\"full_width\":\"stretch\",\"toggle_align\":\"left\",\"dropdown_top_distance_tablet\":{\"unit\":\"px\",\"size\":13},\"toggle_color\":\"#ffffff\",\"menu\":\"main_menu\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"52cc1571\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":28.947,\"_inline_size_mobile\":80},\"elements\":[{\"id\":\"6d9163d8\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"320e991\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"1491259\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-github\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"8206083\"},{\"social\":\"fa fa-bitbucket\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"dccfaf9\"}],\"align\":\"right\",\"icon_color\":\"custom\",\"icon_primary_color\":\"rgba(0,0,0,0)\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":15},\"icon_spacing\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(221,56,'_elementor_conditions','a:1:{i:0;s:15:\"include/general\";}'),(224,57,'_elementor_version','2.5.8'),(225,57,'_wp_page_template','default'),(226,57,'_elementor_page_settings','a:12:{s:21:\"background_color_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:23:\"background_color_b_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:25:\"background_gradient_angle\";a:3:{s:4:\"unit\";s:3:\"deg\";s:4:\"size\";i:180;s:5:\"sizes\";a:0:{}}s:15:\"background_xpos\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_xpos_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_xpos_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:15:\"background_ypos\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_ypos_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_ypos_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:19:\"background_bg_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:26:\"background_bg_width_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:26:\"background_bg_width_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}}'),(227,57,'_elementor_data','[{\"id\":\"1e1fdf4c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":160},\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_color_b\":\"#ffffff\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":100},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"1f49476f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.158,\"_inline_size_tablet\":20,\"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\":\"4999f2b8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"align_mobile\":\"center\",\"width\":{\"unit\":\"px\",\"size\":312},\"width_mobile\":{\"unit\":\"px\",\"size\":250},\"image\":{\"id\":46,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/placeholder.png\"},\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false},{\"id\":\"1aa7742b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.842,\"_inline_size_tablet\":80,\"_inline_size_mobile\":100},\"elements\":[{\"id\":\"38cc5890\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"25605368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_mobile\":33},\"elements\":[{\"id\":\"78543753\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-map-marker\",\"title_text\":\"1123 Dog Hill Lane\",\"description_text\":\"Wilson, KS 67490\\n\",\"position\":\"left\",\"primary_color\":\"#e5329f\",\"icon_space\":{\"unit\":\"px\",\"size\":10},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#e5329f\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13},\"description_typography_font_weight\":\"400\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":25},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":10},\"description_color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"19a03665\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_mobile\":34},\"elements\":[{\"id\":\"6a8b3c24\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-phone\",\"title_text\":\"1-888-837-5021\",\"description_text\":\"24\\/7 Customer Support\",\"position\":\"left\",\"primary_color\":\"#e5329f\",\"icon_space\":{\"unit\":\"px\",\"size\":10},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#e5329f\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13},\"description_typography_font_weight\":\"400\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":25},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":10},\"icon_space_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"rotate\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#ffffff\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"description_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"description_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_border_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"link\":{\"url\":\"tel:8888375021\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"7d52fb00\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_mobile\":33},\"elements\":[{\"id\":\"3a4ba222\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-clock-o\",\"title_text\":\"Mon - Fri: 10:00 - 19:00\",\"description_text\":\"Office Hours\",\"position\":\"left\",\"primary_color\":\"#e5329f\",\"icon_space\":{\"unit\":\"px\",\"size\":10},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#e5329f\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13},\"description_typography_font_weight\":\"400\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":25},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":10},\"icon_space_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"rotate\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#ffffff\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"description_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"description_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_border_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1545845b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#e5329f\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\",\"background_hover_background\":\"classic\",\"box_shadow_hover_box_shadow_type\":\"yes\"},\"elements\":[{\"id\":\"4eb5e0c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":71.053,\"_inline_size_mobile\":20},\"elements\":[{\"id\":\"cfe83c\",\"elType\":\"widget\",\"settings\":{\"pointer\":\"background\",\"color_menu_item\":\"#ffffff\",\"color_menu_item_hover_pointer_bg\":\"#ffffff\",\"pointer_color_menu_item_hover\":\"#e5329f\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":13},\"menu_typography_font_weight\":\"500\",\"menu_typography_text_transform\":\"uppercase\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":31},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":18},\"full_width\":\"stretch\",\"toggle_align\":\"left\",\"dropdown_top_distance_tablet\":{\"unit\":\"px\",\"size\":13},\"toggle_color\":\"#ffffff\",\"menu\":\"main_menu\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"52cc1571\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":28.947,\"_inline_size_mobile\":80},\"elements\":[{\"id\":\"6d9163d8\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"320e991\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"1491259\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-github\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"8206083\"}],\"align\":\"right\",\"icon_color\":\"custom\",\"icon_primary_color\":\"rgba(0,0,0,0)\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":15},\"icon_spacing\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(228,57,'_elementor_conditions','a:1:{i:0;s:15:\"include/general\";}'),(230,58,'_elementor_edit_mode','builder'),(231,58,'_elementor_template_type','post'),(232,58,'_elementor_version','2.5.8'),(233,58,'_wp_page_template','default'),(234,58,'_elementor_page_settings','a:12:{s:21:\"background_color_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:23:\"background_color_b_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:25:\"background_gradient_angle\";a:3:{s:4:\"unit\";s:3:\"deg\";s:4:\"size\";i:180;s:5:\"sizes\";a:0:{}}s:15:\"background_xpos\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_xpos_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_xpos_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:15:\"background_ypos\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_ypos_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_ypos_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:19:\"background_bg_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:26:\"background_bg_width_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:26:\"background_bg_width_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}}'),(235,58,'_elementor_data','[{\"id\":\"7326c3e1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":43,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/selection.gif\"},\"background_size\":\"cover\",\"shape_divider_bottom\":\"tilt\",\"shape_divider_bottom_color\":\"#f04670\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":105},\"shape_divider_bottom_flip\":\"yes\",\"background_position\":\"center center\",\"content_width\":{\"unit\":\"px\",\"size\":\"1000\"},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#0c0c0c\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[{\"id\":\"4b49af2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"f43ea11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#f04670\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"3a143200\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6f1d8e7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Trusted app\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"35\"},\"typography_font_family\":\"Oswald\",\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0.7\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"637d62fb\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"2e677284\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7aea7d31\",\"elType\":\"widget\",\"settings\":{\"title\":\"50K+\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"60\"},\"typography_font_family\":\"Oswald\",\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0.7\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"36ee162c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"p1\\\"><span class=\\\"s1\\\">Active Installs<\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"rgba(255,255,255,0.99)\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"17\"},\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.6\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"29a1e523\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#ffffff\"},\"elements\":[{\"id\":\"5bc273d8\",\"elType\":\"widget\",\"settings\":{\"title\":\"65\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"60\"},\"typography_font_family\":\"Oswald\",\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0.7\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23277a9d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Destinations<\\/p>\",\"align\":\"center\",\"text_color\":\"rgba(255,255,255,0.99)\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"17\"},\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.6\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"5a77c353\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#ffffff\"},\"elements\":[{\"id\":\"1995aa8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"22\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"60\"},\"typography_font_family\":\"Oswald\",\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0.7\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"214186b4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Airlines<\\/p>\",\"align\":\"center\",\"text_color\":\"rgba(255,255,255,0.99)\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"17\"},\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.6\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"6cf95506\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"2d364caa\",\"elType\":\"widget\",\"settings\":{\"title\":\"13K+\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"60\"},\"typography_font_family\":\"Oswald\",\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0.7\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7ab8ecb4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"p1\\\"><span class=\\\"s1\\\">Premium Users\\u00a0<\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"rgba(255,255,255,0.99)\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"17\"},\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.6\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6b32bb61\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#d8d8d8\",\"background_image\":{\"id\":41,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/Group-37.png\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"shape_divider_top\":\"tilt\",\"shape_divider_top_color\":\"#f04670\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":\"111\"},\"shape_divider_top_flip\":\"yes\",\"shape_divider_bottom\":\"tilt\",\"shape_divider_bottom_color\":\"#000000\",\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":\"111\"},\"shape_divider_bottom_flip\":\"yes\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"61336094\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"30ede48d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"35\"},\"typography_font_family\":\"Oswald\",\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0.7\"},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"187\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7bf53c01\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"center center\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"789188bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"130\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"75\",\"bottom\":\"75\",\"left\":\"75\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"163ccf62\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":40,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/d-2.png\"},\"title_text\":\"Steve Miller, Job description\",\"description_text\":\"Company\",\"image_size\":{\"unit\":\"%\",\"size\":25},\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"4\"},\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"title_typography_font_family\":\"Oswald\",\"title_typography_font_weight\":\"400\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"20\"},\"description_typography_font_family\":\"Oswald\",\"description_typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-114\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-68\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-36\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"48f73039\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-quote-left\",\"primary_color\":\"#f04670\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3df8b690\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Talking chamber as shewing an it minutes. Trees fully of blind do. Exquisite favourite at do extensive listening. Improve up musical welcome he. Gay attended vicinity prepared now diverted. Esteems it ye sending reached as. Longer lively her design settle tastes advice mrs off who. Up maids me an ample stood given. Certainty say suffering his him collected intention promotion. Hill sold ham men made lose case. Views abode law heard jokes too. Was are delightful solicitude discovered collecting man day.<\\/p>\",\"align\":\"center\",\"text_color\":\"rgba(0,0,0,0.95)\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"17\"},\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.6\"},\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"15\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"1.6\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4202dffe\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"gap\":\"no\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"1d0fd5f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2463fd0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pricing \",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"35\"},\"typography_font_family\":\"Oswald\",\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0.7\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"77546e5c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\"},\"elements\":[{\"id\":\"9ca7791\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43fc8871\",\"elType\":\"widget\",\"settings\":{\"heading\":\"Free\",\"sub_heading\":\"\",\"price\":\"0\",\"period\":\"\\/ Yearly\",\"features_list\":[{\"item_text\":\"Lorem ipsum dolor\",\"item_icon\":\"fa fa-check-circle\",\"_id\":\"akng6dz\",\"item_icon_color\":\"#f04670\"},{\"item_text\":\"Consectetur adipiscing elit\",\"item_icon\":\"fa fa-check-circle\",\"_id\":\"6xaauq6\",\"item_icon_color\":\"#f04670\"},{\"item_text\":\"Sit amet, consectetur adipiscing\",\"item_icon\":\"fa fa-check-circle\",\"_id\":\"9jsavwz\",\"item_icon_color\":\"#d8d8d8\"},{\"item_text\":\"Consequat lacus condimentum\",\"item_icon\":\"fa fa-check-circle\",\"_id\":\"dl4kj8j\",\"item_icon_color\":\"#d8d8d8\"},{\"item_text\":\"Etiam aliquet ex elit\",\"item_icon\":\"fa fa-check-circle\",\"_id\":\"r0jqfbl\",\"item_icon_color\":\"#d8d8d8\"}],\"button_text\":\"Try it!\",\"footer_additional_info\":\"\",\"show_ribbon\":\"\",\"ribbon_title\":\"Popular\",\"header_bg_color\":\"#d8d8d8\",\"header_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"heading_color\":\"#000000\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Oswald\",\"heading_typography_font_weight\":\"500\",\"heading_typography_text_transform\":\"uppercase\",\"heading_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.5\"},\"price_color\":\"#000000\",\"price_typography_typography\":\"custom\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":\"70\"},\"price_typography_font_family\":\"Oswald\",\"currency_size\":{\"unit\":\"px\",\"size\":\"27\"},\"fractional-part_size\":{\"unit\":\"px\",\"size\":0},\"fractional_part_vertical_position\":\"bottom\",\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_size\":{\"unit\":\"px\",\"size\":\"18\"},\"period_typography_font_family\":\"Oswald\",\"period_typography_line_height\":{\"unit\":\"em\",\"size\":0.6},\"period_position\":\"beside\",\"features_list_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"features_list_color\":\"#3a3a3a\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"features_list_typography_font_family\":\"Roboto\",\"features_list_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.8\"},\"features_list_alignment\":\"left\",\"list_divider\":\"\",\"divider_color\":\"#dddddd\",\"divider_weight\":{\"unit\":\"px\",\"size\":\"1\"},\"footer_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"button_text_color\":\"#f04670\",\"button_typography_typography\":\"custom\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\"},\"button_typography_font_family\":\"Roboto\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"},\"button_background_color\":\"rgba(0,0,0,0)\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_border_color\":\"#f04670\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"button_text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"button_hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#f04670\",\"button_hover_border_color\":\"#f04670\",\"ribbon_bg_color\":\"#000000\",\"ribbon_distance\":{\"unit\":\"px\",\"size\":23},\"ribbon_typography_typography\":\"custom\",\"ribbon_typography_font_size\":{\"unit\":\"px\",\"size\":\"10\"},\"ribbon_typography_font_family\":\"Oswald\",\"ribbon_typography_line_height\":{\"unit\":\"em\",\"size\":3},\"ribbon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":\"10\",\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.29)\"},\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":\"22\"},\"pricing_element_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\"},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"25\"},\"price_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"53\"},\"price_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"80\"},\"features_list_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"features_list_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"features_list_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"12\"},\"features_list_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"13\"},\"features_list_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"1.1\"},\"features_list_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"1.3\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":true},{\"id\":\"836dfdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"custom_css\":\"selector{z-index:2;}\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"z_index\":1},\"elements\":[{\"id\":\"17ee05f1\",\"elType\":\"widget\",\"settings\":{\"heading\":\"Premium \",\"sub_heading\":\"\",\"price\":\"15\",\"period\":\"\\/ Yearly\",\"features_list\":[{\"item_text\":\"Lorem ipsum dolor\",\"item_icon\":\"fa fa-check-circle\",\"_id\":\"akng6dz\",\"item_icon_color\":\"#f04670\"},{\"item_text\":\"Consectetur adipiscing elit\",\"item_icon\":\"fa fa-check-circle\",\"_id\":\"6xaauq6\",\"item_icon_color\":\"#f04670\"},{\"item_text\":\"Sit amet, consectetur adipiscing\",\"item_icon\":\"fa fa-check-circle\",\"_id\":\"9jsavwz\",\"item_icon_color\":\"#f04670\"},{\"item_text\":\"Consequat lacus condimentum\",\"item_icon\":\"fa fa-check-circle\",\"_id\":\"dl4kj8j\",\"item_icon_color\":\"#f04670\"},{\"item_text\":\"Etiam aliquet ex elit\",\"item_icon\":\"fa fa-check-circle\",\"_id\":\"r0jqfbl\",\"item_icon_color\":\"#f04670\"}],\"button_text\":\"Buy now\",\"footer_additional_info\":\"\",\"ribbon_title\":\"Popular\",\"header_bg_color\":\"#f04670\",\"header_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"heading_color\":\"#ffffff\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Oswald\",\"heading_typography_font_weight\":\"400\",\"heading_typography_text_transform\":\"uppercase\",\"heading_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.5\"},\"price_color\":\"#000000\",\"price_typography_typography\":\"custom\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":\"80\"},\"price_typography_font_family\":\"Oswald\",\"currency_size\":{\"unit\":\"px\",\"size\":33},\"fractional-part_size\":{\"unit\":\"px\",\"size\":0},\"fractional_part_vertical_position\":\"bottom\",\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_size\":{\"unit\":\"px\",\"size\":\"20\"},\"period_typography_font_family\":\"Oswald\",\"period_typography_line_height\":{\"unit\":\"em\",\"size\":0.6},\"period_position\":\"beside\",\"features_list_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"40\",\"bottom\":\"10\",\"left\":\"40\",\"isLinked\":false},\"features_list_color\":\"#3a3a3a\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\"},\"features_list_typography_font_family\":\"Roboto\",\"features_list_typography_line_height\":{\"unit\":\"em\",\"size\":2},\"features_list_alignment\":\"left\",\"list_divider\":\"\",\"divider_color\":\"#dddddd\",\"divider_weight\":{\"unit\":\"px\",\"size\":\"1\"},\"footer_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"button_text_color\":\"#f04670\",\"button_typography_typography\":\"custom\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":\"18\"},\"button_typography_font_family\":\"Roboto\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"},\"button_background_color\":\"rgba(0,0,0,0)\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_border_color\":\"#f04670\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"button_text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"button_hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#f04670\",\"button_hover_border_color\":\"#f04670\",\"ribbon_bg_color\":\"#d8d8d8\",\"ribbon_distance\":{\"unit\":\"px\",\"size\":38},\"ribbon_typography_typography\":\"custom\",\"ribbon_typography_font_size\":{\"unit\":\"px\",\"size\":13},\"ribbon_typography_font_family\":\"Oswald\",\"ribbon_typography_line_height\":{\"unit\":\"em\",\"size\":3},\"ribbon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":\"10\",\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.29)\"},\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"ribbon_text_color\":\"#000000\",\"_margin\":{\"unit\":\"%\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":\"50\",\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.07)\"},\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\"},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"25\"},\"price_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"80\"},\"features_list_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"features_list_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"features_list_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"12\"},\"features_list_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"13\"},\"features_list_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1},\"features_list_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"1.3\"},\"footer_padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":false},\"button_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"16\"},\"ribbon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"10\"},\"ribbon_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":3}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":true},{\"id\":\"b14c9d2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"222558c0\",\"elType\":\"widget\",\"settings\":{\"heading\":\"tEAM\",\"sub_heading\":\"\",\"price\":\"45\",\"period\":\"\\/ Yearly\",\"features_list\":[{\"item_text\":\"Lorem ipsum dolor\",\"item_icon\":\"fa fa-check-circle\",\"_id\":\"akng6dz\",\"item_icon_color\":\"#f04670\"},{\"item_text\":\"Consectetur adipiscing elit\",\"item_icon\":\"fa fa-check-circle\",\"_id\":\"6xaauq6\",\"item_icon_color\":\"#f04670\"},{\"item_text\":\"Sit amet, consectetur adipiscing\",\"item_icon\":\"fa fa-check-circle\",\"_id\":\"9jsavwz\",\"item_icon_color\":\"#f04670\"},{\"item_text\":\"Consequat lacus condimentum\",\"item_icon\":\"fa fa-check-circle\",\"_id\":\"dl4kj8j\",\"item_icon_color\":\"#f04670\"},{\"item_text\":\"Etiam aliquet ex elit\",\"item_icon\":\"fa fa-check-circle\",\"_id\":\"r0jqfbl\",\"item_icon_color\":\"#f04670\"}],\"button_text\":\"Try it!\",\"footer_additional_info\":\"\",\"show_ribbon\":\"\",\"ribbon_title\":\"Popular\",\"header_bg_color\":\"#d8d8d8\",\"header_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"heading_color\":\"#000000\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Oswald\",\"heading_typography_font_weight\":\"500\",\"heading_typography_text_transform\":\"uppercase\",\"heading_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.5\"},\"price_color\":\"#000000\",\"price_typography_typography\":\"custom\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":\"70\"},\"price_typography_font_family\":\"Oswald\",\"currency_size\":{\"unit\":\"px\",\"size\":\"27\"},\"fractional-part_size\":{\"unit\":\"px\",\"size\":0},\"fractional_part_vertical_position\":\"bottom\",\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_size\":{\"unit\":\"px\",\"size\":\"18\"},\"period_typography_font_family\":\"Oswald\",\"period_typography_line_height\":{\"unit\":\"em\",\"size\":0.6},\"period_position\":\"beside\",\"features_list_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"features_list_color\":\"#3a3a3a\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"features_list_typography_font_family\":\"Roboto\",\"features_list_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.8\"},\"features_list_alignment\":\"left\",\"list_divider\":\"\",\"divider_color\":\"#dddddd\",\"divider_weight\":{\"unit\":\"px\",\"size\":\"1\"},\"footer_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"button_text_color\":\"#f04670\",\"button_typography_typography\":\"custom\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\"},\"button_typography_font_family\":\"Roboto\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"},\"button_background_color\":\"rgba(0,0,0,0)\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_border_color\":\"#f04670\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"button_text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"button_hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#f04670\",\"button_hover_border_color\":\"#f04670\",\"ribbon_bg_color\":\"#000000\",\"ribbon_distance\":{\"unit\":\"px\",\"size\":23},\"ribbon_typography_typography\":\"custom\",\"ribbon_typography_font_size\":{\"unit\":\"px\",\"size\":\"10\"},\"ribbon_typography_font_family\":\"Oswald\",\"ribbon_typography_line_height\":{\"unit\":\"em\",\"size\":3},\"ribbon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":\"10\",\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.29)\"},\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":\"22\"},\"pricing_element_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\"},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"25\"},\"price_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"53\"},\"price_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"80\"},\"features_list_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"features_list_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"features_list_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"12\"},\"features_list_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"13\"},\"features_list_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"1.1\"},\"features_list_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"1.3\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"124ce05\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#f04670\",\"shape_divider_top\":\"tilt\",\"shape_divider_top_color\":\"#000000\",\"shape_divider_top_flip\":\"yes\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"78d249ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25bbe0e1\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-cloud\",\"title_text\":\"The compony\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. \\n\\n\\n<br><br>Copyright \\u00a9 Elementor LTD.\",\"primary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"20\"},\"text_align\":\"left\",\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"18\"},\"title_typography_font_family\":\"Oswald\",\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0.7\"},\"description_color\":\"#ffffff\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"13\"},\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.6\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"4f5dc604\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"652a5a9c\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-camera-retro\",\"title_text\":\"Press\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. \\n\\n\\n<br><br>consectetur adipiscing elit\",\"primary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"20\"},\"text_align\":\"left\",\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"18\"},\"title_typography_font_family\":\"Oswald\",\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0.7\"},\"description_color\":\"#ffffff\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"13\"},\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.6\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"66be150\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1267f454\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-lock\",\"title_text\":\"Trust & Safety\",\"description_text\":\"Morbi pellentesque, urna et volutpat iaculis, nunc risus pulvinar lacus, a pharetra urna lorem eu tellus.\",\"primary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"20\"},\"text_align\":\"left\",\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"18\"},\"title_typography_font_family\":\"Oswald\",\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0.7\"},\"description_color\":\"#ffffff\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"13\"},\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.6\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"3f9e40fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29d58957\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-comments-o\",\"title_text\":\"Need Help?\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. \\n\\n<br><br>suppot@gmail.com\\n\\n\",\"primary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"20\"},\"text_align\":\"left\",\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"18\"},\"title_typography_font_family\":\"Oswald\",\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0.7\"},\"description_color\":\"#ffffff\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"13\"},\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.6\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}]'),(405,98,'_elementor_edit_mode','builder'),(311,72,'_elementor_edit_mode','builder'),(243,60,'_elementor_edit_mode','builder'),(244,60,'_elementor_template_type','post'),(245,60,'_elementor_version','2.5.8'),(246,60,'_wp_page_template','default'),(247,60,'_elementor_page_settings','a:12:{s:21:\"background_color_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:23:\"background_color_b_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:25:\"background_gradient_angle\";a:3:{s:4:\"unit\";s:3:\"deg\";s:4:\"size\";i:180;s:5:\"sizes\";a:0:{}}s:15:\"background_xpos\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_xpos_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_xpos_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:15:\"background_ypos\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_ypos_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_ypos_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:19:\"background_bg_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:26:\"background_bg_width_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:26:\"background_bg_width_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}}'),(248,60,'_elementor_data','[{\"id\":\"7326c3e1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":43,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/selection.gif\"},\"background_size\":\"cover\",\"shape_divider_bottom\":\"tilt\",\"shape_divider_bottom_color\":\"#f04670\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":105},\"shape_divider_bottom_flip\":\"yes\",\"background_position\":\"center center\",\"content_width\":{\"unit\":\"px\",\"size\":\"1000\"},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#0c0c0c\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[{\"id\":\"4b49af2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8abbd36\",\"elType\":\"widget\",\"settings\":{\"title\":\"Wanderfuls \\u2122\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#e5329f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"typography_font_style\":\"italic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"50272fa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your centerpiece and favor in one!\",\"align\":\"center\",\"title_color\":\"#fcfcfc\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Satisfy\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f43ea11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#f04670\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"3a143200\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6f1d8e7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Trusted app\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"35\"},\"typography_font_family\":\"Oswald\",\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0.7\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"637d62fb\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"2e677284\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7aea7d31\",\"elType\":\"widget\",\"settings\":{\"title\":\"50K+\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"60\"},\"typography_font_family\":\"Oswald\",\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0.7\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"36ee162c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"p1\\\"><span class=\\\"s1\\\">Active Installs<\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"rgba(255,255,255,0.99)\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"17\"},\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.6\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"29a1e523\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#ffffff\"},\"elements\":[{\"id\":\"5bc273d8\",\"elType\":\"widget\",\"settings\":{\"title\":\"65\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"60\"},\"typography_font_family\":\"Oswald\",\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0.7\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23277a9d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Destinations<\\/p>\",\"align\":\"center\",\"text_color\":\"rgba(255,255,255,0.99)\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"17\"},\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.6\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"5a77c353\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#ffffff\"},\"elements\":[{\"id\":\"1995aa8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"22\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"60\"},\"typography_font_family\":\"Oswald\",\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0.7\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"214186b4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Airlines<\\/p>\",\"align\":\"center\",\"text_color\":\"rgba(255,255,255,0.99)\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"17\"},\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.6\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"6cf95506\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"2d364caa\",\"elType\":\"widget\",\"settings\":{\"title\":\"13K+\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"60\"},\"typography_font_family\":\"Oswald\",\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0.7\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7ab8ecb4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"p1\\\"><span class=\\\"s1\\\">Premium Users\\u00a0<\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"rgba(255,255,255,0.99)\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"17\"},\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.6\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6b32bb61\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#d8d8d8\",\"background_image\":{\"id\":41,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/Group-37.png\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"shape_divider_top\":\"tilt\",\"shape_divider_top_color\":\"#f04670\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":\"111\"},\"shape_divider_top_flip\":\"yes\",\"shape_divider_bottom\":\"tilt\",\"shape_divider_bottom_color\":\"#000000\",\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":\"111\"},\"shape_divider_bottom_flip\":\"yes\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"61336094\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"30ede48d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"35\"},\"typography_font_family\":\"Oswald\",\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0.7\"},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"187\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7bf53c01\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"center center\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"789188bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"130\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"75\",\"bottom\":\"75\",\"left\":\"75\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"163ccf62\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":40,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/d-2.png\"},\"title_text\":\"Steve Miller, Job description\",\"description_text\":\"Company\",\"image_size\":{\"unit\":\"%\",\"size\":25},\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"4\"},\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"title_typography_font_family\":\"Oswald\",\"title_typography_font_weight\":\"400\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"20\"},\"description_typography_font_family\":\"Oswald\",\"description_typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-114\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-68\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-36\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"48f73039\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-quote-left\",\"primary_color\":\"#f04670\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3df8b690\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Talking chamber as shewing an it minutes. Trees fully of blind do. Exquisite favourite at do extensive listening. Improve up musical welcome he. Gay attended vicinity prepared now diverted. Esteems it ye sending reached as. Longer lively her design settle tastes advice mrs off who. Up maids me an ample stood given. Certainty say suffering his him collected intention promotion. Hill sold ham men made lose case. Views abode law heard jokes too. Was are delightful solicitude discovered collecting man day.<\\/p>\",\"align\":\"center\",\"text_color\":\"rgba(0,0,0,0.95)\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"17\"},\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.6\"},\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"15\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"1.6\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4202dffe\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"gap\":\"no\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"1d0fd5f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2463fd0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pricing \",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"35\"},\"typography_font_family\":\"Oswald\",\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0.7\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"77546e5c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\"},\"elements\":[{\"id\":\"9ca7791\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43fc8871\",\"elType\":\"widget\",\"settings\":{\"heading\":\"Free\",\"sub_heading\":\"\",\"price\":\"0\",\"period\":\"\\/ Yearly\",\"features_list\":[{\"item_text\":\"Lorem ipsum dolor\",\"item_icon\":\"fa fa-check-circle\",\"_id\":\"akng6dz\",\"item_icon_color\":\"#f04670\"},{\"item_text\":\"Consectetur adipiscing elit\",\"item_icon\":\"fa fa-check-circle\",\"_id\":\"6xaauq6\",\"item_icon_color\":\"#f04670\"},{\"item_text\":\"Sit amet, consectetur adipiscing\",\"item_icon\":\"fa fa-check-circle\",\"_id\":\"9jsavwz\",\"item_icon_color\":\"#d8d8d8\"},{\"item_text\":\"Consequat lacus condimentum\",\"item_icon\":\"fa fa-check-circle\",\"_id\":\"dl4kj8j\",\"item_icon_color\":\"#d8d8d8\"},{\"item_text\":\"Etiam aliquet ex elit\",\"item_icon\":\"fa fa-check-circle\",\"_id\":\"r0jqfbl\",\"item_icon_color\":\"#d8d8d8\"}],\"button_text\":\"Try it!\",\"footer_additional_info\":\"\",\"show_ribbon\":\"\",\"ribbon_title\":\"Popular\",\"header_bg_color\":\"#d8d8d8\",\"header_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"heading_color\":\"#000000\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Oswald\",\"heading_typography_font_weight\":\"500\",\"heading_typography_text_transform\":\"uppercase\",\"heading_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.5\"},\"price_color\":\"#000000\",\"price_typography_typography\":\"custom\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":\"70\"},\"price_typography_font_family\":\"Oswald\",\"currency_size\":{\"unit\":\"px\",\"size\":\"27\"},\"fractional-part_size\":{\"unit\":\"px\",\"size\":0},\"fractional_part_vertical_position\":\"bottom\",\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_size\":{\"unit\":\"px\",\"size\":\"18\"},\"period_typography_font_family\":\"Oswald\",\"period_typography_line_height\":{\"unit\":\"em\",\"size\":0.6},\"period_position\":\"beside\",\"features_list_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"features_list_color\":\"#3a3a3a\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"features_list_typography_font_family\":\"Roboto\",\"features_list_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.8\"},\"features_list_alignment\":\"left\",\"list_divider\":\"\",\"divider_color\":\"#dddddd\",\"divider_weight\":{\"unit\":\"px\",\"size\":\"1\"},\"footer_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"button_text_color\":\"#f04670\",\"button_typography_typography\":\"custom\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\"},\"button_typography_font_family\":\"Roboto\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"},\"button_background_color\":\"rgba(0,0,0,0)\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_border_color\":\"#f04670\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"button_text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"button_hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#f04670\",\"button_hover_border_color\":\"#f04670\",\"ribbon_bg_color\":\"#000000\",\"ribbon_distance\":{\"unit\":\"px\",\"size\":23},\"ribbon_typography_typography\":\"custom\",\"ribbon_typography_font_size\":{\"unit\":\"px\",\"size\":\"10\"},\"ribbon_typography_font_family\":\"Oswald\",\"ribbon_typography_line_height\":{\"unit\":\"em\",\"size\":3},\"ribbon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":\"10\",\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.29)\"},\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":\"22\"},\"pricing_element_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\"},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"25\"},\"price_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"53\"},\"price_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"80\"},\"features_list_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"features_list_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"features_list_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"12\"},\"features_list_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"13\"},\"features_list_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"1.1\"},\"features_list_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"1.3\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":true},{\"id\":\"836dfdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"custom_css\":\"selector{z-index:2;}\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"z_index\":1},\"elements\":[{\"id\":\"17ee05f1\",\"elType\":\"widget\",\"settings\":{\"heading\":\"Premium \",\"sub_heading\":\"\",\"price\":\"15\",\"period\":\"\\/ Yearly\",\"features_list\":[{\"item_text\":\"Lorem ipsum dolor\",\"item_icon\":\"fa fa-check-circle\",\"_id\":\"akng6dz\",\"item_icon_color\":\"#f04670\"},{\"item_text\":\"Consectetur adipiscing elit\",\"item_icon\":\"fa fa-check-circle\",\"_id\":\"6xaauq6\",\"item_icon_color\":\"#f04670\"},{\"item_text\":\"Sit amet, consectetur adipiscing\",\"item_icon\":\"fa fa-check-circle\",\"_id\":\"9jsavwz\",\"item_icon_color\":\"#f04670\"},{\"item_text\":\"Consequat lacus condimentum\",\"item_icon\":\"fa fa-check-circle\",\"_id\":\"dl4kj8j\",\"item_icon_color\":\"#f04670\"},{\"item_text\":\"Etiam aliquet ex elit\",\"item_icon\":\"fa fa-check-circle\",\"_id\":\"r0jqfbl\",\"item_icon_color\":\"#f04670\"}],\"button_text\":\"Buy now\",\"footer_additional_info\":\"\",\"ribbon_title\":\"Popular\",\"header_bg_color\":\"#f04670\",\"header_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"heading_color\":\"#ffffff\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Oswald\",\"heading_typography_font_weight\":\"400\",\"heading_typography_text_transform\":\"uppercase\",\"heading_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.5\"},\"price_color\":\"#000000\",\"price_typography_typography\":\"custom\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":\"80\"},\"price_typography_font_family\":\"Oswald\",\"currency_size\":{\"unit\":\"px\",\"size\":33},\"fractional-part_size\":{\"unit\":\"px\",\"size\":0},\"fractional_part_vertical_position\":\"bottom\",\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_size\":{\"unit\":\"px\",\"size\":\"20\"},\"period_typography_font_family\":\"Oswald\",\"period_typography_line_height\":{\"unit\":\"em\",\"size\":0.6},\"period_position\":\"beside\",\"features_list_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"40\",\"bottom\":\"10\",\"left\":\"40\",\"isLinked\":false},\"features_list_color\":\"#3a3a3a\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\"},\"features_list_typography_font_family\":\"Roboto\",\"features_list_typography_line_height\":{\"unit\":\"em\",\"size\":2},\"features_list_alignment\":\"left\",\"list_divider\":\"\",\"divider_color\":\"#dddddd\",\"divider_weight\":{\"unit\":\"px\",\"size\":\"1\"},\"footer_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"button_text_color\":\"#f04670\",\"button_typography_typography\":\"custom\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":\"18\"},\"button_typography_font_family\":\"Roboto\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"},\"button_background_color\":\"rgba(0,0,0,0)\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_border_color\":\"#f04670\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"button_text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"button_hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#f04670\",\"button_hover_border_color\":\"#f04670\",\"ribbon_bg_color\":\"#d8d8d8\",\"ribbon_distance\":{\"unit\":\"px\",\"size\":38},\"ribbon_typography_typography\":\"custom\",\"ribbon_typography_font_size\":{\"unit\":\"px\",\"size\":13},\"ribbon_typography_font_family\":\"Oswald\",\"ribbon_typography_line_height\":{\"unit\":\"em\",\"size\":3},\"ribbon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":\"10\",\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.29)\"},\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"ribbon_text_color\":\"#000000\",\"_margin\":{\"unit\":\"%\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":\"50\",\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.07)\"},\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\"},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"25\"},\"price_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"80\"},\"features_list_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"features_list_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"features_list_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"12\"},\"features_list_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"13\"},\"features_list_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1},\"features_list_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"1.3\"},\"footer_padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":false},\"button_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"16\"},\"ribbon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"10\"},\"ribbon_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":3}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":true},{\"id\":\"b14c9d2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"222558c0\",\"elType\":\"widget\",\"settings\":{\"heading\":\"tEAM\",\"sub_heading\":\"\",\"price\":\"45\",\"period\":\"\\/ Yearly\",\"features_list\":[{\"item_text\":\"Lorem ipsum dolor\",\"item_icon\":\"fa fa-check-circle\",\"_id\":\"akng6dz\",\"item_icon_color\":\"#f04670\"},{\"item_text\":\"Consectetur adipiscing elit\",\"item_icon\":\"fa fa-check-circle\",\"_id\":\"6xaauq6\",\"item_icon_color\":\"#f04670\"},{\"item_text\":\"Sit amet, consectetur adipiscing\",\"item_icon\":\"fa fa-check-circle\",\"_id\":\"9jsavwz\",\"item_icon_color\":\"#f04670\"},{\"item_text\":\"Consequat lacus condimentum\",\"item_icon\":\"fa fa-check-circle\",\"_id\":\"dl4kj8j\",\"item_icon_color\":\"#f04670\"},{\"item_text\":\"Etiam aliquet ex elit\",\"item_icon\":\"fa fa-check-circle\",\"_id\":\"r0jqfbl\",\"item_icon_color\":\"#f04670\"}],\"button_text\":\"Try it!\",\"footer_additional_info\":\"\",\"show_ribbon\":\"\",\"ribbon_title\":\"Popular\",\"header_bg_color\":\"#d8d8d8\",\"header_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"heading_color\":\"#000000\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Oswald\",\"heading_typography_font_weight\":\"500\",\"heading_typography_text_transform\":\"uppercase\",\"heading_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.5\"},\"price_color\":\"#000000\",\"price_typography_typography\":\"custom\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":\"70\"},\"price_typography_font_family\":\"Oswald\",\"currency_size\":{\"unit\":\"px\",\"size\":\"27\"},\"fractional-part_size\":{\"unit\":\"px\",\"size\":0},\"fractional_part_vertical_position\":\"bottom\",\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_size\":{\"unit\":\"px\",\"size\":\"18\"},\"period_typography_font_family\":\"Oswald\",\"period_typography_line_height\":{\"unit\":\"em\",\"size\":0.6},\"period_position\":\"beside\",\"features_list_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"features_list_color\":\"#3a3a3a\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"features_list_typography_font_family\":\"Roboto\",\"features_list_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.8\"},\"features_list_alignment\":\"left\",\"list_divider\":\"\",\"divider_color\":\"#dddddd\",\"divider_weight\":{\"unit\":\"px\",\"size\":\"1\"},\"footer_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"button_text_color\":\"#f04670\",\"button_typography_typography\":\"custom\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\"},\"button_typography_font_family\":\"Roboto\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"},\"button_background_color\":\"rgba(0,0,0,0)\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_border_color\":\"#f04670\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"button_text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"button_hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#f04670\",\"button_hover_border_color\":\"#f04670\",\"ribbon_bg_color\":\"#000000\",\"ribbon_distance\":{\"unit\":\"px\",\"size\":23},\"ribbon_typography_typography\":\"custom\",\"ribbon_typography_font_size\":{\"unit\":\"px\",\"size\":\"10\"},\"ribbon_typography_font_family\":\"Oswald\",\"ribbon_typography_line_height\":{\"unit\":\"em\",\"size\":3},\"ribbon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":\"10\",\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.29)\"},\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":\"22\"},\"pricing_element_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\"},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"25\"},\"price_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"53\"},\"price_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"80\"},\"features_list_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"features_list_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"features_list_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"12\"},\"features_list_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"13\"},\"features_list_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"1.1\"},\"features_list_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"1.3\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"124ce05\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#f04670\",\"shape_divider_top\":\"tilt\",\"shape_divider_top_color\":\"#000000\",\"shape_divider_top_flip\":\"yes\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"78d249ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25bbe0e1\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-cloud\",\"title_text\":\"The compony\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. \\n\\n\\n<br><br>Copyright \\u00a9 Elementor LTD.\",\"primary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"20\"},\"text_align\":\"left\",\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"18\"},\"title_typography_font_family\":\"Oswald\",\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0.7\"},\"description_color\":\"#ffffff\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"13\"},\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.6\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"4f5dc604\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"652a5a9c\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-camera-retro\",\"title_text\":\"Press\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. \\n\\n\\n<br><br>consectetur adipiscing elit\",\"primary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"20\"},\"text_align\":\"left\",\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"18\"},\"title_typography_font_family\":\"Oswald\",\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0.7\"},\"description_color\":\"#ffffff\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"13\"},\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.6\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"66be150\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1267f454\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-lock\",\"title_text\":\"Trust & Safety\",\"description_text\":\"Morbi pellentesque, urna et volutpat iaculis, nunc risus pulvinar lacus, a pharetra urna lorem eu tellus.\",\"primary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"20\"},\"text_align\":\"left\",\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"18\"},\"title_typography_font_family\":\"Oswald\",\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0.7\"},\"description_color\":\"#ffffff\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"13\"},\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.6\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"3f9e40fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29d58957\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-comments-o\",\"title_text\":\"Need Help?\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. \\n\\n<br><br>suppot@gmail.com\\n\\n\",\"primary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"20\"},\"text_align\":\"left\",\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"18\"},\"title_typography_font_family\":\"Oswald\",\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0.7\"},\"description_color\":\"#ffffff\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"13\"},\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.6\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}]'),(255,62,'_elementor_edit_mode','builder'),(256,62,'_elementor_template_type','post'),(249,61,'_elementor_edit_mode','builder'),(250,61,'_elementor_template_type','post'),(251,61,'_elementor_version','2.5.8'),(252,61,'_wp_page_template','default'),(253,61,'_elementor_page_settings','a:12:{s:21:\"background_color_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:23:\"background_color_b_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:25:\"background_gradient_angle\";a:3:{s:4:\"unit\";s:3:\"deg\";s:4:\"size\";i:180;s:5:\"sizes\";a:0:{}}s:15:\"background_xpos\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_xpos_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_xpos_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:15:\"background_ypos\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_ypos_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_ypos_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:19:\"background_bg_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:26:\"background_bg_width_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:26:\"background_bg_width_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}}'),(254,61,'_elementor_data','[{\"id\":\"7326c3e1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":43,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/selection.gif\"},\"background_size\":\"cover\",\"shape_divider_bottom\":\"tilt\",\"shape_divider_bottom_color\":\"#f04670\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":105},\"shape_divider_bottom_flip\":\"yes\",\"background_position\":\"center center\",\"content_width\":{\"unit\":\"px\",\"size\":\"1000\"},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#0c0c0c\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[{\"id\":\"4b49af2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8abbd36\",\"elType\":\"widget\",\"settings\":{\"title\":\"Wanderfuls \\u2122\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#e5329f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"typography_font_style\":\"italic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"50272fa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your centerpiece and favor in one!\",\"align\":\"center\",\"title_color\":\"#fcfcfc\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Satisfy\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d52d5ea\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"1d4092c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6b03e14\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"align\":\"center\",\"size\":\"lg\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d458183\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f43ea11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#f04670\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"3a143200\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6f1d8e7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Trusted app\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"35\"},\"typography_font_family\":\"Oswald\",\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0.7\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"637d62fb\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"2e677284\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7aea7d31\",\"elType\":\"widget\",\"settings\":{\"title\":\"50K+\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"60\"},\"typography_font_family\":\"Oswald\",\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0.7\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"36ee162c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"p1\\\"><span class=\\\"s1\\\">Active Installs<\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"rgba(255,255,255,0.99)\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"17\"},\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.6\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"29a1e523\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#ffffff\"},\"elements\":[{\"id\":\"5bc273d8\",\"elType\":\"widget\",\"settings\":{\"title\":\"65\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"60\"},\"typography_font_family\":\"Oswald\",\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0.7\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23277a9d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Destinations<\\/p>\",\"align\":\"center\",\"text_color\":\"rgba(255,255,255,0.99)\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"17\"},\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.6\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"5a77c353\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#ffffff\"},\"elements\":[{\"id\":\"1995aa8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"22\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"60\"},\"typography_font_family\":\"Oswald\",\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0.7\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"214186b4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Airlines<\\/p>\",\"align\":\"center\",\"text_color\":\"rgba(255,255,255,0.99)\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"17\"},\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.6\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"6cf95506\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"2d364caa\",\"elType\":\"widget\",\"settings\":{\"title\":\"13K+\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"60\"},\"typography_font_family\":\"Oswald\",\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0.7\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7ab8ecb4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"p1\\\"><span class=\\\"s1\\\">Premium Users\\u00a0<\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"rgba(255,255,255,0.99)\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"17\"},\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.6\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6b32bb61\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#d8d8d8\",\"background_image\":{\"id\":41,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/Group-37.png\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"shape_divider_top\":\"tilt\",\"shape_divider_top_color\":\"#f04670\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":\"111\"},\"shape_divider_top_flip\":\"yes\",\"shape_divider_bottom\":\"tilt\",\"shape_divider_bottom_color\":\"#000000\",\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":\"111\"},\"shape_divider_bottom_flip\":\"yes\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"61336094\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"30ede48d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"35\"},\"typography_font_family\":\"Oswald\",\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0.7\"},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"187\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7bf53c01\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"center center\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"789188bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"130\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"75\",\"bottom\":\"75\",\"left\":\"75\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"163ccf62\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":40,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/d-2.png\"},\"title_text\":\"Steve Miller, Job description\",\"description_text\":\"Company\",\"image_size\":{\"unit\":\"%\",\"size\":25},\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"4\"},\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"title_typography_font_family\":\"Oswald\",\"title_typography_font_weight\":\"400\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"20\"},\"description_typography_font_family\":\"Oswald\",\"description_typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-114\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-68\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-36\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"48f73039\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-quote-left\",\"primary_color\":\"#f04670\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3df8b690\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Talking chamber as shewing an it minutes. Trees fully of blind do. Exquisite favourite at do extensive listening. Improve up musical welcome he. Gay attended vicinity prepared now diverted. Esteems it ye sending reached as. Longer lively her design settle tastes advice mrs off who. Up maids me an ample stood given. Certainty say suffering his him collected intention promotion. Hill sold ham men made lose case. Views abode law heard jokes too. Was are delightful solicitude discovered collecting man day.<\\/p>\",\"align\":\"center\",\"text_color\":\"rgba(0,0,0,0.95)\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"17\"},\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.6\"},\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"15\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"1.6\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4202dffe\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"gap\":\"no\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"1d0fd5f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2463fd0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pricing \",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"35\"},\"typography_font_family\":\"Oswald\",\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0.7\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"77546e5c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\"},\"elements\":[{\"id\":\"9ca7791\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43fc8871\",\"elType\":\"widget\",\"settings\":{\"heading\":\"Free\",\"sub_heading\":\"\",\"price\":\"0\",\"period\":\"\\/ Yearly\",\"features_list\":[{\"item_text\":\"Lorem ipsum dolor\",\"item_icon\":\"fa fa-check-circle\",\"_id\":\"akng6dz\",\"item_icon_color\":\"#f04670\"},{\"item_text\":\"Consectetur adipiscing elit\",\"item_icon\":\"fa fa-check-circle\",\"_id\":\"6xaauq6\",\"item_icon_color\":\"#f04670\"},{\"item_text\":\"Sit amet, consectetur adipiscing\",\"item_icon\":\"fa fa-check-circle\",\"_id\":\"9jsavwz\",\"item_icon_color\":\"#d8d8d8\"},{\"item_text\":\"Consequat lacus condimentum\",\"item_icon\":\"fa fa-check-circle\",\"_id\":\"dl4kj8j\",\"item_icon_color\":\"#d8d8d8\"},{\"item_text\":\"Etiam aliquet ex elit\",\"item_icon\":\"fa fa-check-circle\",\"_id\":\"r0jqfbl\",\"item_icon_color\":\"#d8d8d8\"}],\"button_text\":\"Try it!\",\"footer_additional_info\":\"\",\"show_ribbon\":\"\",\"ribbon_title\":\"Popular\",\"header_bg_color\":\"#d8d8d8\",\"header_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"heading_color\":\"#000000\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Oswald\",\"heading_typography_font_weight\":\"500\",\"heading_typography_text_transform\":\"uppercase\",\"heading_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.5\"},\"price_color\":\"#000000\",\"price_typography_typography\":\"custom\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":\"70\"},\"price_typography_font_family\":\"Oswald\",\"currency_size\":{\"unit\":\"px\",\"size\":\"27\"},\"fractional-part_size\":{\"unit\":\"px\",\"size\":0},\"fractional_part_vertical_position\":\"bottom\",\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_size\":{\"unit\":\"px\",\"size\":\"18\"},\"period_typography_font_family\":\"Oswald\",\"period_typography_line_height\":{\"unit\":\"em\",\"size\":0.6},\"period_position\":\"beside\",\"features_list_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"features_list_color\":\"#3a3a3a\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"features_list_typography_font_family\":\"Roboto\",\"features_list_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.8\"},\"features_list_alignment\":\"left\",\"list_divider\":\"\",\"divider_color\":\"#dddddd\",\"divider_weight\":{\"unit\":\"px\",\"size\":\"1\"},\"footer_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"button_text_color\":\"#f04670\",\"button_typography_typography\":\"custom\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\"},\"button_typography_font_family\":\"Roboto\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"},\"button_background_color\":\"rgba(0,0,0,0)\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_border_color\":\"#f04670\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"button_text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"button_hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#f04670\",\"button_hover_border_color\":\"#f04670\",\"ribbon_bg_color\":\"#000000\",\"ribbon_distance\":{\"unit\":\"px\",\"size\":23},\"ribbon_typography_typography\":\"custom\",\"ribbon_typography_font_size\":{\"unit\":\"px\",\"size\":\"10\"},\"ribbon_typography_font_family\":\"Oswald\",\"ribbon_typography_line_height\":{\"unit\":\"em\",\"size\":3},\"ribbon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":\"10\",\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.29)\"},\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":\"22\"},\"pricing_element_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\"},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"25\"},\"price_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"53\"},\"price_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"80\"},\"features_list_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"features_list_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"features_list_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"12\"},\"features_list_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"13\"},\"features_list_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"1.1\"},\"features_list_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"1.3\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":true},{\"id\":\"836dfdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"custom_css\":\"selector{z-index:2;}\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"z_index\":1},\"elements\":[{\"id\":\"17ee05f1\",\"elType\":\"widget\",\"settings\":{\"heading\":\"Premium \",\"sub_heading\":\"\",\"price\":\"15\",\"period\":\"\\/ Yearly\",\"features_list\":[{\"item_text\":\"Lorem ipsum dolor\",\"item_icon\":\"fa fa-check-circle\",\"_id\":\"akng6dz\",\"item_icon_color\":\"#f04670\"},{\"item_text\":\"Consectetur adipiscing elit\",\"item_icon\":\"fa fa-check-circle\",\"_id\":\"6xaauq6\",\"item_icon_color\":\"#f04670\"},{\"item_text\":\"Sit amet, consectetur adipiscing\",\"item_icon\":\"fa fa-check-circle\",\"_id\":\"9jsavwz\",\"item_icon_color\":\"#f04670\"},{\"item_text\":\"Consequat lacus condimentum\",\"item_icon\":\"fa fa-check-circle\",\"_id\":\"dl4kj8j\",\"item_icon_color\":\"#f04670\"},{\"item_text\":\"Etiam aliquet ex elit\",\"item_icon\":\"fa fa-check-circle\",\"_id\":\"r0jqfbl\",\"item_icon_color\":\"#f04670\"}],\"button_text\":\"Buy now\",\"footer_additional_info\":\"\",\"ribbon_title\":\"Popular\",\"header_bg_color\":\"#f04670\",\"header_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"heading_color\":\"#ffffff\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Oswald\",\"heading_typography_font_weight\":\"400\",\"heading_typography_text_transform\":\"uppercase\",\"heading_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.5\"},\"price_color\":\"#000000\",\"price_typography_typography\":\"custom\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":\"80\"},\"price_typography_font_family\":\"Oswald\",\"currency_size\":{\"unit\":\"px\",\"size\":33},\"fractional-part_size\":{\"unit\":\"px\",\"size\":0},\"fractional_part_vertical_position\":\"bottom\",\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_size\":{\"unit\":\"px\",\"size\":\"20\"},\"period_typography_font_family\":\"Oswald\",\"period_typography_line_height\":{\"unit\":\"em\",\"size\":0.6},\"period_position\":\"beside\",\"features_list_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"40\",\"bottom\":\"10\",\"left\":\"40\",\"isLinked\":false},\"features_list_color\":\"#3a3a3a\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\"},\"features_list_typography_font_family\":\"Roboto\",\"features_list_typography_line_height\":{\"unit\":\"em\",\"size\":2},\"features_list_alignment\":\"left\",\"list_divider\":\"\",\"divider_color\":\"#dddddd\",\"divider_weight\":{\"unit\":\"px\",\"size\":\"1\"},\"footer_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"button_text_color\":\"#f04670\",\"button_typography_typography\":\"custom\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":\"18\"},\"button_typography_font_family\":\"Roboto\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"},\"button_background_color\":\"rgba(0,0,0,0)\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_border_color\":\"#f04670\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"button_text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"button_hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#f04670\",\"button_hover_border_color\":\"#f04670\",\"ribbon_bg_color\":\"#d8d8d8\",\"ribbon_distance\":{\"unit\":\"px\",\"size\":38},\"ribbon_typography_typography\":\"custom\",\"ribbon_typography_font_size\":{\"unit\":\"px\",\"size\":13},\"ribbon_typography_font_family\":\"Oswald\",\"ribbon_typography_line_height\":{\"unit\":\"em\",\"size\":3},\"ribbon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":\"10\",\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.29)\"},\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"ribbon_text_color\":\"#000000\",\"_margin\":{\"unit\":\"%\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":\"50\",\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.07)\"},\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\"},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"25\"},\"price_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"80\"},\"features_list_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"features_list_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"features_list_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"12\"},\"features_list_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"13\"},\"features_list_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1},\"features_list_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"1.3\"},\"footer_padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":false},\"button_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"16\"},\"ribbon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"10\"},\"ribbon_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":3}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":true},{\"id\":\"b14c9d2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"222558c0\",\"elType\":\"widget\",\"settings\":{\"heading\":\"tEAM\",\"sub_heading\":\"\",\"price\":\"45\",\"period\":\"\\/ Yearly\",\"features_list\":[{\"item_text\":\"Lorem ipsum dolor\",\"item_icon\":\"fa fa-check-circle\",\"_id\":\"akng6dz\",\"item_icon_color\":\"#f04670\"},{\"item_text\":\"Consectetur adipiscing elit\",\"item_icon\":\"fa fa-check-circle\",\"_id\":\"6xaauq6\",\"item_icon_color\":\"#f04670\"},{\"item_text\":\"Sit amet, consectetur adipiscing\",\"item_icon\":\"fa fa-check-circle\",\"_id\":\"9jsavwz\",\"item_icon_color\":\"#f04670\"},{\"item_text\":\"Consequat lacus condimentum\",\"item_icon\":\"fa fa-check-circle\",\"_id\":\"dl4kj8j\",\"item_icon_color\":\"#f04670\"},{\"item_text\":\"Etiam aliquet ex elit\",\"item_icon\":\"fa fa-check-circle\",\"_id\":\"r0jqfbl\",\"item_icon_color\":\"#f04670\"}],\"button_text\":\"Try it!\",\"footer_additional_info\":\"\",\"show_ribbon\":\"\",\"ribbon_title\":\"Popular\",\"header_bg_color\":\"#d8d8d8\",\"header_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"heading_color\":\"#000000\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Oswald\",\"heading_typography_font_weight\":\"500\",\"heading_typography_text_transform\":\"uppercase\",\"heading_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.5\"},\"price_color\":\"#000000\",\"price_typography_typography\":\"custom\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":\"70\"},\"price_typography_font_family\":\"Oswald\",\"currency_size\":{\"unit\":\"px\",\"size\":\"27\"},\"fractional-part_size\":{\"unit\":\"px\",\"size\":0},\"fractional_part_vertical_position\":\"bottom\",\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_size\":{\"unit\":\"px\",\"size\":\"18\"},\"period_typography_font_family\":\"Oswald\",\"period_typography_line_height\":{\"unit\":\"em\",\"size\":0.6},\"period_position\":\"beside\",\"features_list_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"features_list_color\":\"#3a3a3a\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"features_list_typography_font_family\":\"Roboto\",\"features_list_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.8\"},\"features_list_alignment\":\"left\",\"list_divider\":\"\",\"divider_color\":\"#dddddd\",\"divider_weight\":{\"unit\":\"px\",\"size\":\"1\"},\"footer_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"button_text_color\":\"#f04670\",\"button_typography_typography\":\"custom\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\"},\"button_typography_font_family\":\"Roboto\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"},\"button_background_color\":\"rgba(0,0,0,0)\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_border_color\":\"#f04670\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"button_text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"button_hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#f04670\",\"button_hover_border_color\":\"#f04670\",\"ribbon_bg_color\":\"#000000\",\"ribbon_distance\":{\"unit\":\"px\",\"size\":23},\"ribbon_typography_typography\":\"custom\",\"ribbon_typography_font_size\":{\"unit\":\"px\",\"size\":\"10\"},\"ribbon_typography_font_family\":\"Oswald\",\"ribbon_typography_line_height\":{\"unit\":\"em\",\"size\":3},\"ribbon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":\"10\",\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.29)\"},\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":\"22\"},\"pricing_element_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\"},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"25\"},\"price_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"53\"},\"price_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"80\"},\"features_list_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"features_list_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"features_list_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"12\"},\"features_list_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"13\"},\"features_list_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"1.1\"},\"features_list_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"1.3\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"124ce05\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#f04670\",\"shape_divider_top\":\"tilt\",\"shape_divider_top_color\":\"#000000\",\"shape_divider_top_flip\":\"yes\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"78d249ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25bbe0e1\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-cloud\",\"title_text\":\"The compony\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. \\n\\n\\n<br><br>Copyright \\u00a9 Elementor LTD.\",\"primary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"20\"},\"text_align\":\"left\",\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"18\"},\"title_typography_font_family\":\"Oswald\",\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0.7\"},\"description_color\":\"#ffffff\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"13\"},\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.6\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"4f5dc604\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"652a5a9c\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-camera-retro\",\"title_text\":\"Press\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. \\n\\n\\n<br><br>consectetur adipiscing elit\",\"primary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"20\"},\"text_align\":\"left\",\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"18\"},\"title_typography_font_family\":\"Oswald\",\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0.7\"},\"description_color\":\"#ffffff\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"13\"},\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.6\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"66be150\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1267f454\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-lock\",\"title_text\":\"Trust & Safety\",\"description_text\":\"Morbi pellentesque, urna et volutpat iaculis, nunc risus pulvinar lacus, a pharetra urna lorem eu tellus.\",\"primary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"20\"},\"text_align\":\"left\",\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"18\"},\"title_typography_font_family\":\"Oswald\",\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0.7\"},\"description_color\":\"#ffffff\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"13\"},\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.6\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"3f9e40fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29d58957\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-comments-o\",\"title_text\":\"Need Help?\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. \\n\\n<br><br>suppot@gmail.com\\n\\n\",\"primary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"20\"},\"text_align\":\"left\",\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"18\"},\"title_typography_font_family\":\"Oswald\",\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0.7\"},\"description_color\":\"#ffffff\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"13\"},\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.6\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}]'),(257,62,'_elementor_version','2.5.8'),(258,62,'_wp_page_template','default'),(259,62,'_elementor_page_settings','a:12:{s:21:\"background_color_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:23:\"background_color_b_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:25:\"background_gradient_angle\";a:3:{s:4:\"unit\";s:3:\"deg\";s:4:\"size\";i:180;s:5:\"sizes\";a:0:{}}s:15:\"background_xpos\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_xpos_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_xpos_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:15:\"background_ypos\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_ypos_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_ypos_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:19:\"background_bg_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:26:\"background_bg_width_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:26:\"background_bg_width_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}}'),(260,62,'_elementor_data','[{\"id\":\"7326c3e1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":43,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/selection.gif\"},\"background_size\":\"cover\",\"shape_divider_bottom\":\"tilt\",\"shape_divider_bottom_color\":\"#f04670\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":105},\"shape_divider_bottom_flip\":\"yes\",\"background_position\":\"center center\",\"content_width\":{\"unit\":\"px\",\"size\":\"1000\"},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#0c0c0c\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[{\"id\":\"4b49af2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8abbd36\",\"elType\":\"widget\",\"settings\":{\"title\":\"Wanderfuls \\u2122\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#e5329f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"typography_font_style\":\"italic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"50272fa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your centerpiece and favor in one!\",\"align\":\"center\",\"title_color\":\"#fcfcfc\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Satisfy\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d52d5ea\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"1d4092c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"d458183\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f43ea11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#f04670\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"3a143200\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6f1d8e7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Trusted app\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"35\"},\"typography_font_family\":\"Oswald\",\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0.7\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"637d62fb\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"2e677284\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7aea7d31\",\"elType\":\"widget\",\"settings\":{\"title\":\"50K+\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"60\"},\"typography_font_family\":\"Oswald\",\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0.7\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"36ee162c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"p1\\\"><span class=\\\"s1\\\">Active Installs<\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"rgba(255,255,255,0.99)\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"17\"},\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.6\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"29a1e523\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#ffffff\"},\"elements\":[{\"id\":\"5bc273d8\",\"elType\":\"widget\",\"settings\":{\"title\":\"65\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"60\"},\"typography_font_family\":\"Oswald\",\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0.7\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23277a9d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Destinations<\\/p>\",\"align\":\"center\",\"text_color\":\"rgba(255,255,255,0.99)\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"17\"},\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.6\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"5a77c353\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#ffffff\"},\"elements\":[{\"id\":\"1995aa8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"22\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"60\"},\"typography_font_family\":\"Oswald\",\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0.7\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"214186b4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Airlines<\\/p>\",\"align\":\"center\",\"text_color\":\"rgba(255,255,255,0.99)\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"17\"},\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.6\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"6cf95506\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"2d364caa\",\"elType\":\"widget\",\"settings\":{\"title\":\"13K+\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"60\"},\"typography_font_family\":\"Oswald\",\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0.7\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7ab8ecb4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"p1\\\"><span class=\\\"s1\\\">Premium Users\\u00a0<\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"rgba(255,255,255,0.99)\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"17\"},\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.6\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6b32bb61\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#d8d8d8\",\"background_image\":{\"id\":41,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/Group-37.png\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"shape_divider_top\":\"tilt\",\"shape_divider_top_color\":\"#f04670\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":\"111\"},\"shape_divider_top_flip\":\"yes\",\"shape_divider_bottom\":\"tilt\",\"shape_divider_bottom_color\":\"#000000\",\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":\"111\"},\"shape_divider_bottom_flip\":\"yes\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"61336094\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"30ede48d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"35\"},\"typography_font_family\":\"Oswald\",\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0.7\"},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"187\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7bf53c01\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"center center\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"789188bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"130\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"75\",\"bottom\":\"75\",\"left\":\"75\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"163ccf62\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":40,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/d-2.png\"},\"title_text\":\"Steve Miller, Job description\",\"description_text\":\"Company\",\"image_size\":{\"unit\":\"%\",\"size\":25},\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"4\"},\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"title_typography_font_family\":\"Oswald\",\"title_typography_font_weight\":\"400\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"20\"},\"description_typography_font_family\":\"Oswald\",\"description_typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-114\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-68\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-36\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"48f73039\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-quote-left\",\"primary_color\":\"#f04670\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3df8b690\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Talking chamber as shewing an it minutes. Trees fully of blind do. Exquisite favourite at do extensive listening. Improve up musical welcome he. Gay attended vicinity prepared now diverted. Esteems it ye sending reached as. Longer lively her design settle tastes advice mrs off who. Up maids me an ample stood given. Certainty say suffering his him collected intention promotion. Hill sold ham men made lose case. Views abode law heard jokes too. Was are delightful solicitude discovered collecting man day.<\\/p>\",\"align\":\"center\",\"text_color\":\"rgba(0,0,0,0.95)\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"17\"},\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.6\"},\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"15\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"1.6\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4202dffe\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"gap\":\"no\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"1d0fd5f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2463fd0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pricing \",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"35\"},\"typography_font_family\":\"Oswald\",\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0.7\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"77546e5c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\"},\"elements\":[{\"id\":\"9ca7791\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43fc8871\",\"elType\":\"widget\",\"settings\":{\"heading\":\"Free\",\"sub_heading\":\"\",\"price\":\"0\",\"period\":\"\\/ Yearly\",\"features_list\":[{\"item_text\":\"Lorem ipsum dolor\",\"item_icon\":\"fa fa-check-circle\",\"_id\":\"akng6dz\",\"item_icon_color\":\"#f04670\"},{\"item_text\":\"Consectetur adipiscing elit\",\"item_icon\":\"fa fa-check-circle\",\"_id\":\"6xaauq6\",\"item_icon_color\":\"#f04670\"},{\"item_text\":\"Sit amet, consectetur adipiscing\",\"item_icon\":\"fa fa-check-circle\",\"_id\":\"9jsavwz\",\"item_icon_color\":\"#d8d8d8\"},{\"item_text\":\"Consequat lacus condimentum\",\"item_icon\":\"fa fa-check-circle\",\"_id\":\"dl4kj8j\",\"item_icon_color\":\"#d8d8d8\"},{\"item_text\":\"Etiam aliquet ex elit\",\"item_icon\":\"fa fa-check-circle\",\"_id\":\"r0jqfbl\",\"item_icon_color\":\"#d8d8d8\"}],\"button_text\":\"Try it!\",\"footer_additional_info\":\"\",\"show_ribbon\":\"\",\"ribbon_title\":\"Popular\",\"header_bg_color\":\"#d8d8d8\",\"header_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"heading_color\":\"#000000\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Oswald\",\"heading_typography_font_weight\":\"500\",\"heading_typography_text_transform\":\"uppercase\",\"heading_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.5\"},\"price_color\":\"#000000\",\"price_typography_typography\":\"custom\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":\"70\"},\"price_typography_font_family\":\"Oswald\",\"currency_size\":{\"unit\":\"px\",\"size\":\"27\"},\"fractional-part_size\":{\"unit\":\"px\",\"size\":0},\"fractional_part_vertical_position\":\"bottom\",\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_size\":{\"unit\":\"px\",\"size\":\"18\"},\"period_typography_font_family\":\"Oswald\",\"period_typography_line_height\":{\"unit\":\"em\",\"size\":0.6},\"period_position\":\"beside\",\"features_list_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"features_list_color\":\"#3a3a3a\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"features_list_typography_font_family\":\"Roboto\",\"features_list_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.8\"},\"features_list_alignment\":\"left\",\"list_divider\":\"\",\"divider_color\":\"#dddddd\",\"divider_weight\":{\"unit\":\"px\",\"size\":\"1\"},\"footer_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"button_text_color\":\"#f04670\",\"button_typography_typography\":\"custom\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\"},\"button_typography_font_family\":\"Roboto\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"},\"button_background_color\":\"rgba(0,0,0,0)\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_border_color\":\"#f04670\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"button_text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"button_hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#f04670\",\"button_hover_border_color\":\"#f04670\",\"ribbon_bg_color\":\"#000000\",\"ribbon_distance\":{\"unit\":\"px\",\"size\":23},\"ribbon_typography_typography\":\"custom\",\"ribbon_typography_font_size\":{\"unit\":\"px\",\"size\":\"10\"},\"ribbon_typography_font_family\":\"Oswald\",\"ribbon_typography_line_height\":{\"unit\":\"em\",\"size\":3},\"ribbon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":\"10\",\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.29)\"},\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":\"22\"},\"pricing_element_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\"},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"25\"},\"price_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"53\"},\"price_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"80\"},\"features_list_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"features_list_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"features_list_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"12\"},\"features_list_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"13\"},\"features_list_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"1.1\"},\"features_list_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"1.3\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":true},{\"id\":\"836dfdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"custom_css\":\"selector{z-index:2;}\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"z_index\":1},\"elements\":[{\"id\":\"17ee05f1\",\"elType\":\"widget\",\"settings\":{\"heading\":\"Premium \",\"sub_heading\":\"\",\"price\":\"15\",\"period\":\"\\/ Yearly\",\"features_list\":[{\"item_text\":\"Lorem ipsum dolor\",\"item_icon\":\"fa fa-check-circle\",\"_id\":\"akng6dz\",\"item_icon_color\":\"#f04670\"},{\"item_text\":\"Consectetur adipiscing elit\",\"item_icon\":\"fa fa-check-circle\",\"_id\":\"6xaauq6\",\"item_icon_color\":\"#f04670\"},{\"item_text\":\"Sit amet, consectetur adipiscing\",\"item_icon\":\"fa fa-check-circle\",\"_id\":\"9jsavwz\",\"item_icon_color\":\"#f04670\"},{\"item_text\":\"Consequat lacus condimentum\",\"item_icon\":\"fa fa-check-circle\",\"_id\":\"dl4kj8j\",\"item_icon_color\":\"#f04670\"},{\"item_text\":\"Etiam aliquet ex elit\",\"item_icon\":\"fa fa-check-circle\",\"_id\":\"r0jqfbl\",\"item_icon_color\":\"#f04670\"}],\"button_text\":\"Buy now\",\"footer_additional_info\":\"\",\"ribbon_title\":\"Popular\",\"header_bg_color\":\"#f04670\",\"header_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"heading_color\":\"#ffffff\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Oswald\",\"heading_typography_font_weight\":\"400\",\"heading_typography_text_transform\":\"uppercase\",\"heading_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.5\"},\"price_color\":\"#000000\",\"price_typography_typography\":\"custom\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":\"80\"},\"price_typography_font_family\":\"Oswald\",\"currency_size\":{\"unit\":\"px\",\"size\":33},\"fractional-part_size\":{\"unit\":\"px\",\"size\":0},\"fractional_part_vertical_position\":\"bottom\",\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_size\":{\"unit\":\"px\",\"size\":\"20\"},\"period_typography_font_family\":\"Oswald\",\"period_typography_line_height\":{\"unit\":\"em\",\"size\":0.6},\"period_position\":\"beside\",\"features_list_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"40\",\"bottom\":\"10\",\"left\":\"40\",\"isLinked\":false},\"features_list_color\":\"#3a3a3a\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\"},\"features_list_typography_font_family\":\"Roboto\",\"features_list_typography_line_height\":{\"unit\":\"em\",\"size\":2},\"features_list_alignment\":\"left\",\"list_divider\":\"\",\"divider_color\":\"#dddddd\",\"divider_weight\":{\"unit\":\"px\",\"size\":\"1\"},\"footer_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"button_text_color\":\"#f04670\",\"button_typography_typography\":\"custom\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":\"18\"},\"button_typography_font_family\":\"Roboto\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"},\"button_background_color\":\"rgba(0,0,0,0)\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_border_color\":\"#f04670\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"button_text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"button_hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#f04670\",\"button_hover_border_color\":\"#f04670\",\"ribbon_bg_color\":\"#d8d8d8\",\"ribbon_distance\":{\"unit\":\"px\",\"size\":38},\"ribbon_typography_typography\":\"custom\",\"ribbon_typography_font_size\":{\"unit\":\"px\",\"size\":13},\"ribbon_typography_font_family\":\"Oswald\",\"ribbon_typography_line_height\":{\"unit\":\"em\",\"size\":3},\"ribbon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":\"10\",\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.29)\"},\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"ribbon_text_color\":\"#000000\",\"_margin\":{\"unit\":\"%\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":\"50\",\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.07)\"},\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\"},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"25\"},\"price_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"80\"},\"features_list_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"features_list_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"features_list_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"12\"},\"features_list_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"13\"},\"features_list_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1},\"features_list_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"1.3\"},\"footer_padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":false},\"button_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"16\"},\"ribbon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"10\"},\"ribbon_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":3}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":true},{\"id\":\"b14c9d2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"222558c0\",\"elType\":\"widget\",\"settings\":{\"heading\":\"tEAM\",\"sub_heading\":\"\",\"price\":\"45\",\"period\":\"\\/ Yearly\",\"features_list\":[{\"item_text\":\"Lorem ipsum dolor\",\"item_icon\":\"fa fa-check-circle\",\"_id\":\"akng6dz\",\"item_icon_color\":\"#f04670\"},{\"item_text\":\"Consectetur adipiscing elit\",\"item_icon\":\"fa fa-check-circle\",\"_id\":\"6xaauq6\",\"item_icon_color\":\"#f04670\"},{\"item_text\":\"Sit amet, consectetur adipiscing\",\"item_icon\":\"fa fa-check-circle\",\"_id\":\"9jsavwz\",\"item_icon_color\":\"#f04670\"},{\"item_text\":\"Consequat lacus condimentum\",\"item_icon\":\"fa fa-check-circle\",\"_id\":\"dl4kj8j\",\"item_icon_color\":\"#f04670\"},{\"item_text\":\"Etiam aliquet ex elit\",\"item_icon\":\"fa fa-check-circle\",\"_id\":\"r0jqfbl\",\"item_icon_color\":\"#f04670\"}],\"button_text\":\"Try it!\",\"footer_additional_info\":\"\",\"show_ribbon\":\"\",\"ribbon_title\":\"Popular\",\"header_bg_color\":\"#d8d8d8\",\"header_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"heading_color\":\"#000000\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Oswald\",\"heading_typography_font_weight\":\"500\",\"heading_typography_text_transform\":\"uppercase\",\"heading_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.5\"},\"price_color\":\"#000000\",\"price_typography_typography\":\"custom\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":\"70\"},\"price_typography_font_family\":\"Oswald\",\"currency_size\":{\"unit\":\"px\",\"size\":\"27\"},\"fractional-part_size\":{\"unit\":\"px\",\"size\":0},\"fractional_part_vertical_position\":\"bottom\",\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_size\":{\"unit\":\"px\",\"size\":\"18\"},\"period_typography_font_family\":\"Oswald\",\"period_typography_line_height\":{\"unit\":\"em\",\"size\":0.6},\"period_position\":\"beside\",\"features_list_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"features_list_color\":\"#3a3a3a\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"features_list_typography_font_family\":\"Roboto\",\"features_list_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.8\"},\"features_list_alignment\":\"left\",\"list_divider\":\"\",\"divider_color\":\"#dddddd\",\"divider_weight\":{\"unit\":\"px\",\"size\":\"1\"},\"footer_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"button_text_color\":\"#f04670\",\"button_typography_typography\":\"custom\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\"},\"button_typography_font_family\":\"Roboto\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"},\"button_background_color\":\"rgba(0,0,0,0)\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_border_color\":\"#f04670\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"button_text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"button_hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#f04670\",\"button_hover_border_color\":\"#f04670\",\"ribbon_bg_color\":\"#000000\",\"ribbon_distance\":{\"unit\":\"px\",\"size\":23},\"ribbon_typography_typography\":\"custom\",\"ribbon_typography_font_size\":{\"unit\":\"px\",\"size\":\"10\"},\"ribbon_typography_font_family\":\"Oswald\",\"ribbon_typography_line_height\":{\"unit\":\"em\",\"size\":3},\"ribbon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":\"10\",\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.29)\"},\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":\"22\"},\"pricing_element_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\"},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"25\"},\"price_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"53\"},\"price_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"80\"},\"features_list_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"features_list_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"features_list_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"12\"},\"features_list_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"13\"},\"features_list_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"1.1\"},\"features_list_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"1.3\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"124ce05\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#f04670\",\"shape_divider_top\":\"tilt\",\"shape_divider_top_color\":\"#000000\",\"shape_divider_top_flip\":\"yes\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"78d249ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25bbe0e1\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-cloud\",\"title_text\":\"The compony\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. \\n\\n\\n<br><br>Copyright \\u00a9 Elementor LTD.\",\"primary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"20\"},\"text_align\":\"left\",\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"18\"},\"title_typography_font_family\":\"Oswald\",\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0.7\"},\"description_color\":\"#ffffff\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"13\"},\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.6\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"4f5dc604\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"652a5a9c\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-camera-retro\",\"title_text\":\"Press\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. \\n\\n\\n<br><br>consectetur adipiscing elit\",\"primary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"20\"},\"text_align\":\"left\",\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"18\"},\"title_typography_font_family\":\"Oswald\",\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0.7\"},\"description_color\":\"#ffffff\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"13\"},\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.6\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"66be150\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1267f454\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-lock\",\"title_text\":\"Trust & Safety\",\"description_text\":\"Morbi pellentesque, urna et volutpat iaculis, nunc risus pulvinar lacus, a pharetra urna lorem eu tellus.\",\"primary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"20\"},\"text_align\":\"left\",\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"18\"},\"title_typography_font_family\":\"Oswald\",\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0.7\"},\"description_color\":\"#ffffff\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"13\"},\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.6\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"3f9e40fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29d58957\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-comments-o\",\"title_text\":\"Need Help?\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. \\n\\n<br><br>suppot@gmail.com\\n\\n\",\"primary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"20\"},\"text_align\":\"left\",\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"18\"},\"title_typography_font_family\":\"Oswald\",\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0.7\"},\"description_color\":\"#ffffff\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"13\"},\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.6\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}]'),(433,102,'_elementor_template_type','header'),(276,65,'_wp_page_template','default'),(277,65,'_elementor_page_settings','a:12:{s:21:\"background_color_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:23:\"background_color_b_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:25:\"background_gradient_angle\";a:3:{s:4:\"unit\";s:3:\"deg\";s:4:\"size\";i:180;s:5:\"sizes\";a:0:{}}s:15:\"background_xpos\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_xpos_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_xpos_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:15:\"background_ypos\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_ypos_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_ypos_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:19:\"background_bg_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:26:\"background_bg_width_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:26:\"background_bg_width_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}}'),(278,65,'_elementor_data','[{\"id\":\"7326c3e1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":43,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/selection.gif\"},\"background_size\":\"cover\",\"shape_divider_bottom\":\"tilt\",\"shape_divider_bottom_color\":\"#f04670\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":105},\"shape_divider_bottom_flip\":\"yes\",\"background_position\":\"center center\",\"content_width\":{\"unit\":\"px\",\"size\":\"1000\"},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#0c0c0c\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[{\"id\":\"4b49af2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8abbd36\",\"elType\":\"widget\",\"settings\":{\"title\":\"Wanderfuls \\u2122\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#e5329f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"typography_font_style\":\"italic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"50272fa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your centerpiece and favor in one!\",\"align\":\"center\",\"title_color\":\"#fcfcfc\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Satisfy\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d52d5ea\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"1d4092c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"d458183\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f43ea11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#f04670\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\",\"structure\":\"20\"},\"elements\":[{\"id\":\"3a143200\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"f3de1b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/bigstock-A-Young-Girl-In-A-Festive-Dres-255489106.jpg\",\"id\":64},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"e01a843\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"background_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"background_overlay_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"css_filters_blur\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_hue\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"background_overlay_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"css_filters_hover_blur\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_hover_contrast\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_hover_hue\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"border_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]}},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"c22dfd8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#f04670\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\",\"content_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"custom_height\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"background_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"background_overlay_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"css_filters_blur\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_hue\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"background_overlay_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"css_filters_hover_blur\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_hover_contrast\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_hover_hue\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"border_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"shape_divider_top\":\"opacity-tilt\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"shape_divider_top_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":143,\"sizes\":[]},\"shape_divider_top_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_divider_top_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"shape_divider_bottom_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"shape_divider_bottom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_divider_bottom_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_divider_bottom_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"af685c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"background_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"background_overlay_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"css_filters_blur\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_hue\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"background_overlay_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"css_filters_hover_blur\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_hover_contrast\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_hover_hue\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"border_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]}},\"elements\":[{\"id\":\"f3a7013\",\"elType\":\"widget\",\"settings\":{\"title\":\"Trusted app\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"35\"},\"typography_font_family\":\"Oswald\",\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0.7\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_border_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc2a474\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"content_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"custom_height_inner\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"custom_height_inner_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"custom_height_inner_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"background_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"background_overlay_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"css_filters_blur\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_hue\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"background_overlay_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"css_filters_hover_blur\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_hover_contrast\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_hover_hue\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"border_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"shape_divider_top_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"shape_divider_top_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_divider_top_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_divider_top_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"shape_divider_bottom_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"shape_divider_bottom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_divider_bottom_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_divider_bottom_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"04d9ca1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"background_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"background_overlay_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"css_filters_blur\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_hue\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"background_overlay_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"css_filters_hover_blur\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_hover_contrast\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_hover_hue\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"border_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]}},\"elements\":[{\"id\":\"d9763c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"50K+\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"60\"},\"typography_font_family\":\"Oswald\",\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0.7\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_border_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ba38b4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"p1\\\"><span class=\\\"s1\\\">Active Installs<\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"rgba(255,255,255,0.99)\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"17\"},\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.6\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_gap_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_gap_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"drop_cap_size\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"drop_cap_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"drop_cap_border_radius\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_font_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_border_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9877cff\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#ffffff\",\"background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"background_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"background_overlay_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"css_filters_blur\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_hue\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"background_overlay_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"css_filters_hover_blur\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_hover_contrast\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_hover_hue\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"border_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]}},\"elements\":[{\"id\":\"9b95477\",\"elType\":\"widget\",\"settings\":{\"title\":\"65\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"60\"},\"typography_font_family\":\"Oswald\",\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0.7\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_border_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4d616e9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Destinations<\\/p>\",\"align\":\"center\",\"text_color\":\"rgba(255,255,255,0.99)\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"17\"},\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.6\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_gap_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_gap_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"drop_cap_size\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"drop_cap_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"drop_cap_border_radius\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_font_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_border_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c780842\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#ffffff\",\"background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"background_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"background_overlay_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"css_filters_blur\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_hue\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"background_overlay_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"css_filters_hover_blur\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_hover_contrast\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_hover_hue\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"border_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]}},\"elements\":[{\"id\":\"59b1a1a\",\"elType\":\"widget\",\"settings\":{\"title\":\"22\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"60\"},\"typography_font_family\":\"Oswald\",\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0.7\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_border_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eda9f4e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Airlines<\\/p>\",\"align\":\"center\",\"text_color\":\"rgba(255,255,255,0.99)\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"17\"},\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.6\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_gap_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_gap_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"drop_cap_size\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"drop_cap_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"drop_cap_border_radius\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_font_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_border_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"8465bc6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"background_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"background_overlay_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"css_filters_blur\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_hue\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"background_overlay_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"css_filters_hover_blur\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_hover_contrast\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_hover_hue\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"border_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]}},\"elements\":[{\"id\":\"2fc4f68\",\"elType\":\"widget\",\"settings\":{\"title\":\"13K+\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"60\"},\"typography_font_family\":\"Oswald\",\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0.7\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_border_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"474d35d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"p1\\\"><span class=\\\"s1\\\">Premium Users\\u00a0<\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"rgba(255,255,255,0.99)\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"17\"},\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.6\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_gap_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_gap_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"drop_cap_size\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"drop_cap_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"drop_cap_border_radius\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_font_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_border_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6b32bb61\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#d8d8d8\",\"background_image\":{\"id\":41,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/Group-37.png\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"shape_divider_top\":\"tilt\",\"shape_divider_top_color\":\"#f04670\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":\"111\"},\"shape_divider_top_flip\":\"yes\",\"shape_divider_bottom\":\"tilt\",\"shape_divider_bottom_color\":\"#000000\",\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":\"111\"},\"shape_divider_bottom_flip\":\"yes\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"61336094\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"30ede48d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"35\"},\"typography_font_family\":\"Oswald\",\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0.7\"},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"187\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7bf53c01\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"center center\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"789188bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"130\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"75\",\"bottom\":\"75\",\"left\":\"75\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"163ccf62\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":40,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/d-2.png\"},\"title_text\":\"Steve Miller, Job description\",\"description_text\":\"Company\",\"image_size\":{\"unit\":\"%\",\"size\":25},\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"4\"},\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"title_typography_font_family\":\"Oswald\",\"title_typography_font_weight\":\"400\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"20\"},\"description_typography_font_family\":\"Oswald\",\"description_typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-114\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-68\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-36\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"48f73039\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-quote-left\",\"primary_color\":\"#f04670\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3df8b690\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Talking chamber as shewing an it minutes. Trees fully of blind do. Exquisite favourite at do extensive listening. Improve up musical welcome he. Gay attended vicinity prepared now diverted. Esteems it ye sending reached as. Longer lively her design settle tastes advice mrs off who. Up maids me an ample stood given. Certainty say suffering his him collected intention promotion. Hill sold ham men made lose case. Views abode law heard jokes too. Was are delightful solicitude discovered collecting man day.<\\/p>\",\"align\":\"center\",\"text_color\":\"rgba(0,0,0,0.95)\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"17\"},\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.6\"},\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"15\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"1.6\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4202dffe\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"gap\":\"no\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"1d0fd5f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2463fd0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pricing \",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"35\"},\"typography_font_family\":\"Oswald\",\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0.7\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"77546e5c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\"},\"elements\":[{\"id\":\"9ca7791\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43fc8871\",\"elType\":\"widget\",\"settings\":{\"heading\":\"Free\",\"sub_heading\":\"\",\"price\":\"0\",\"period\":\"\\/ Yearly\",\"features_list\":[{\"item_text\":\"Lorem ipsum dolor\",\"item_icon\":\"fa fa-check-circle\",\"_id\":\"akng6dz\",\"item_icon_color\":\"#f04670\"},{\"item_text\":\"Consectetur adipiscing elit\",\"item_icon\":\"fa fa-check-circle\",\"_id\":\"6xaauq6\",\"item_icon_color\":\"#f04670\"},{\"item_text\":\"Sit amet, consectetur adipiscing\",\"item_icon\":\"fa fa-check-circle\",\"_id\":\"9jsavwz\",\"item_icon_color\":\"#d8d8d8\"},{\"item_text\":\"Consequat lacus condimentum\",\"item_icon\":\"fa fa-check-circle\",\"_id\":\"dl4kj8j\",\"item_icon_color\":\"#d8d8d8\"},{\"item_text\":\"Etiam aliquet ex elit\",\"item_icon\":\"fa fa-check-circle\",\"_id\":\"r0jqfbl\",\"item_icon_color\":\"#d8d8d8\"}],\"button_text\":\"Try it!\",\"footer_additional_info\":\"\",\"show_ribbon\":\"\",\"ribbon_title\":\"Popular\",\"header_bg_color\":\"#d8d8d8\",\"header_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"heading_color\":\"#000000\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Oswald\",\"heading_typography_font_weight\":\"500\",\"heading_typography_text_transform\":\"uppercase\",\"heading_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.5\"},\"price_color\":\"#000000\",\"price_typography_typography\":\"custom\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":\"70\"},\"price_typography_font_family\":\"Oswald\",\"currency_size\":{\"unit\":\"px\",\"size\":\"27\"},\"fractional-part_size\":{\"unit\":\"px\",\"size\":0},\"fractional_part_vertical_position\":\"bottom\",\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_size\":{\"unit\":\"px\",\"size\":\"18\"},\"period_typography_font_family\":\"Oswald\",\"period_typography_line_height\":{\"unit\":\"em\",\"size\":0.6},\"period_position\":\"beside\",\"features_list_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"features_list_color\":\"#3a3a3a\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"features_list_typography_font_family\":\"Roboto\",\"features_list_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.8\"},\"features_list_alignment\":\"left\",\"list_divider\":\"\",\"divider_color\":\"#dddddd\",\"divider_weight\":{\"unit\":\"px\",\"size\":\"1\"},\"footer_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"button_text_color\":\"#f04670\",\"button_typography_typography\":\"custom\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\"},\"button_typography_font_family\":\"Roboto\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"},\"button_background_color\":\"rgba(0,0,0,0)\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_border_color\":\"#f04670\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"button_text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"button_hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#f04670\",\"button_hover_border_color\":\"#f04670\",\"ribbon_bg_color\":\"#000000\",\"ribbon_distance\":{\"unit\":\"px\",\"size\":23},\"ribbon_typography_typography\":\"custom\",\"ribbon_typography_font_size\":{\"unit\":\"px\",\"size\":\"10\"},\"ribbon_typography_font_family\":\"Oswald\",\"ribbon_typography_line_height\":{\"unit\":\"em\",\"size\":3},\"ribbon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":\"10\",\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.29)\"},\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":\"22\"},\"pricing_element_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\"},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"25\"},\"price_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"53\"},\"price_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"80\"},\"features_list_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"features_list_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"features_list_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"12\"},\"features_list_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"13\"},\"features_list_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"1.1\"},\"features_list_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"1.3\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":true},{\"id\":\"836dfdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"custom_css\":\"selector{z-index:2;}\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"z_index\":1},\"elements\":[{\"id\":\"17ee05f1\",\"elType\":\"widget\",\"settings\":{\"heading\":\"Premium \",\"sub_heading\":\"\",\"price\":\"15\",\"period\":\"\\/ Yearly\",\"features_list\":[{\"item_text\":\"Lorem ipsum dolor\",\"item_icon\":\"fa fa-check-circle\",\"_id\":\"akng6dz\",\"item_icon_color\":\"#f04670\"},{\"item_text\":\"Consectetur adipiscing elit\",\"item_icon\":\"fa fa-check-circle\",\"_id\":\"6xaauq6\",\"item_icon_color\":\"#f04670\"},{\"item_text\":\"Sit amet, consectetur adipiscing\",\"item_icon\":\"fa fa-check-circle\",\"_id\":\"9jsavwz\",\"item_icon_color\":\"#f04670\"},{\"item_text\":\"Consequat lacus condimentum\",\"item_icon\":\"fa fa-check-circle\",\"_id\":\"dl4kj8j\",\"item_icon_color\":\"#f04670\"},{\"item_text\":\"Etiam aliquet ex elit\",\"item_icon\":\"fa fa-check-circle\",\"_id\":\"r0jqfbl\",\"item_icon_color\":\"#f04670\"}],\"button_text\":\"Buy now\",\"footer_additional_info\":\"\",\"ribbon_title\":\"Popular\",\"header_bg_color\":\"#f04670\",\"header_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"heading_color\":\"#ffffff\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Oswald\",\"heading_typography_font_weight\":\"400\",\"heading_typography_text_transform\":\"uppercase\",\"heading_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.5\"},\"price_color\":\"#000000\",\"price_typography_typography\":\"custom\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":\"80\"},\"price_typography_font_family\":\"Oswald\",\"currency_size\":{\"unit\":\"px\",\"size\":33},\"fractional-part_size\":{\"unit\":\"px\",\"size\":0},\"fractional_part_vertical_position\":\"bottom\",\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_size\":{\"unit\":\"px\",\"size\":\"20\"},\"period_typography_font_family\":\"Oswald\",\"period_typography_line_height\":{\"unit\":\"em\",\"size\":0.6},\"period_position\":\"beside\",\"features_list_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"40\",\"bottom\":\"10\",\"left\":\"40\",\"isLinked\":false},\"features_list_color\":\"#3a3a3a\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\"},\"features_list_typography_font_family\":\"Roboto\",\"features_list_typography_line_height\":{\"unit\":\"em\",\"size\":2},\"features_list_alignment\":\"left\",\"list_divider\":\"\",\"divider_color\":\"#dddddd\",\"divider_weight\":{\"unit\":\"px\",\"size\":\"1\"},\"footer_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"button_text_color\":\"#f04670\",\"button_typography_typography\":\"custom\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":\"18\"},\"button_typography_font_family\":\"Roboto\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"},\"button_background_color\":\"rgba(0,0,0,0)\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_border_color\":\"#f04670\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"button_text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"button_hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#f04670\",\"button_hover_border_color\":\"#f04670\",\"ribbon_bg_color\":\"#d8d8d8\",\"ribbon_distance\":{\"unit\":\"px\",\"size\":38},\"ribbon_typography_typography\":\"custom\",\"ribbon_typography_font_size\":{\"unit\":\"px\",\"size\":13},\"ribbon_typography_font_family\":\"Oswald\",\"ribbon_typography_line_height\":{\"unit\":\"em\",\"size\":3},\"ribbon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":\"10\",\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.29)\"},\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"ribbon_text_color\":\"#000000\",\"_margin\":{\"unit\":\"%\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":\"50\",\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.07)\"},\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\"},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"25\"},\"price_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"80\"},\"features_list_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"features_list_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"features_list_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"12\"},\"features_list_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"13\"},\"features_list_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1},\"features_list_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"1.3\"},\"footer_padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":false},\"button_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"16\"},\"ribbon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"10\"},\"ribbon_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":3}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":true},{\"id\":\"b14c9d2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"222558c0\",\"elType\":\"widget\",\"settings\":{\"heading\":\"tEAM\",\"sub_heading\":\"\",\"price\":\"45\",\"period\":\"\\/ Yearly\",\"features_list\":[{\"item_text\":\"Lorem ipsum dolor\",\"item_icon\":\"fa fa-check-circle\",\"_id\":\"akng6dz\",\"item_icon_color\":\"#f04670\"},{\"item_text\":\"Consectetur adipiscing elit\",\"item_icon\":\"fa fa-check-circle\",\"_id\":\"6xaauq6\",\"item_icon_color\":\"#f04670\"},{\"item_text\":\"Sit amet, consectetur adipiscing\",\"item_icon\":\"fa fa-check-circle\",\"_id\":\"9jsavwz\",\"item_icon_color\":\"#f04670\"},{\"item_text\":\"Consequat lacus condimentum\",\"item_icon\":\"fa fa-check-circle\",\"_id\":\"dl4kj8j\",\"item_icon_color\":\"#f04670\"},{\"item_text\":\"Etiam aliquet ex elit\",\"item_icon\":\"fa fa-check-circle\",\"_id\":\"r0jqfbl\",\"item_icon_color\":\"#f04670\"}],\"button_text\":\"Try it!\",\"footer_additional_info\":\"\",\"show_ribbon\":\"\",\"ribbon_title\":\"Popular\",\"header_bg_color\":\"#d8d8d8\",\"header_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"heading_color\":\"#000000\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Oswald\",\"heading_typography_font_weight\":\"500\",\"heading_typography_text_transform\":\"uppercase\",\"heading_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.5\"},\"price_color\":\"#000000\",\"price_typography_typography\":\"custom\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":\"70\"},\"price_typography_font_family\":\"Oswald\",\"currency_size\":{\"unit\":\"px\",\"size\":\"27\"},\"fractional-part_size\":{\"unit\":\"px\",\"size\":0},\"fractional_part_vertical_position\":\"bottom\",\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_size\":{\"unit\":\"px\",\"size\":\"18\"},\"period_typography_font_family\":\"Oswald\",\"period_typography_line_height\":{\"unit\":\"em\",\"size\":0.6},\"period_position\":\"beside\",\"features_list_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"features_list_color\":\"#3a3a3a\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"features_list_typography_font_family\":\"Roboto\",\"features_list_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.8\"},\"features_list_alignment\":\"left\",\"list_divider\":\"\",\"divider_color\":\"#dddddd\",\"divider_weight\":{\"unit\":\"px\",\"size\":\"1\"},\"footer_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"button_text_color\":\"#f04670\",\"button_typography_typography\":\"custom\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\"},\"button_typography_font_family\":\"Roboto\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"},\"button_background_color\":\"rgba(0,0,0,0)\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_border_color\":\"#f04670\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"button_text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"button_hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#f04670\",\"button_hover_border_color\":\"#f04670\",\"ribbon_bg_color\":\"#000000\",\"ribbon_distance\":{\"unit\":\"px\",\"size\":23},\"ribbon_typography_typography\":\"custom\",\"ribbon_typography_font_size\":{\"unit\":\"px\",\"size\":\"10\"},\"ribbon_typography_font_family\":\"Oswald\",\"ribbon_typography_line_height\":{\"unit\":\"em\",\"size\":3},\"ribbon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":\"10\",\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.29)\"},\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":\"22\"},\"pricing_element_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\"},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"25\"},\"price_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"53\"},\"price_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"80\"},\"features_list_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"features_list_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"features_list_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"12\"},\"features_list_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"13\"},\"features_list_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"1.1\"},\"features_list_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"1.3\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"124ce05\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#f04670\",\"shape_divider_top\":\"tilt\",\"shape_divider_top_color\":\"#000000\",\"shape_divider_top_flip\":\"yes\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"78d249ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25bbe0e1\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-cloud\",\"title_text\":\"The compony\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. \\n\\n\\n<br><br>Copyright \\u00a9 Elementor LTD.\",\"primary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"20\"},\"text_align\":\"left\",\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"18\"},\"title_typography_font_family\":\"Oswald\",\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0.7\"},\"description_color\":\"#ffffff\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"13\"},\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.6\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"4f5dc604\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"652a5a9c\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-camera-retro\",\"title_text\":\"Press\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. \\n\\n\\n<br><br>consectetur adipiscing elit\",\"primary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"20\"},\"text_align\":\"left\",\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"18\"},\"title_typography_font_family\":\"Oswald\",\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0.7\"},\"description_color\":\"#ffffff\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"13\"},\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.6\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"66be150\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1267f454\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-lock\",\"title_text\":\"Trust & Safety\",\"description_text\":\"Morbi pellentesque, urna et volutpat iaculis, nunc risus pulvinar lacus, a pharetra urna lorem eu tellus.\",\"primary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"20\"},\"text_align\":\"left\",\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"18\"},\"title_typography_font_family\":\"Oswald\",\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0.7\"},\"description_color\":\"#ffffff\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"13\"},\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.6\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"3f9e40fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29d58957\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-comments-o\",\"title_text\":\"Need Help?\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. \\n\\n<br><br>suppot@gmail.com\\n\\n\",\"primary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"20\"},\"text_align\":\"left\",\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"18\"},\"title_typography_font_family\":\"Oswald\",\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0.7\"},\"description_color\":\"#ffffff\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"13\"},\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.6\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}]'),(825,162,'_elementor_edit_mode','builder'),(826,162,'_elementor_template_type','post'),(827,162,'_elementor_version','2.5.9'),(828,162,'_wp_page_template','default'),(829,162,'_elementor_page_settings','a:12:{s:21:\"background_color_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:23:\"background_color_b_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:25:\"background_gradient_angle\";a:3:{s:4:\"unit\";s:3:\"deg\";s:4:\"size\";i:180;s:5:\"sizes\";a:0:{}}s:15:\"background_xpos\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_xpos_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_xpos_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:15:\"background_ypos\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_ypos_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_ypos_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:19:\"background_bg_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:26:\"background_bg_width_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:26:\"background_bg_width_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}}'),(684,137,'_wp_page_template','default'),(685,137,'_elementor_page_settings','a:12:{s:21:\"background_color_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:23:\"background_color_b_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:25:\"background_gradient_angle\";a:3:{s:4:\"unit\";s:3:\"deg\";s:4:\"size\";i:180;s:5:\"sizes\";a:0:{}}s:15:\"background_xpos\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_xpos_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_xpos_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:15:\"background_ypos\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_ypos_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_ypos_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:19:\"background_bg_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:26:\"background_bg_width_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:26:\"background_bg_width_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}}'),(409,98,'_elementor_page_settings','a:12:{s:21:\"background_color_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:23:\"background_color_b_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:25:\"background_gradient_angle\";a:3:{s:4:\"unit\";s:3:\"deg\";s:4:\"size\";i:180;s:5:\"sizes\";a:0:{}}s:15:\"background_xpos\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_xpos_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_xpos_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:15:\"background_ypos\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_ypos_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_ypos_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:19:\"background_bg_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:26:\"background_bg_width_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:26:\"background_bg_width_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}}'),(410,98,'_elementor_data','[{\"id\":\"4fbeaffe\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":80},\"background_background\":\"classic\",\"background_image\":{\"id\":43,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/selection.gif\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":70},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":100},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"6232b1d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4908604e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Wanderfuls \\u2122\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":70},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":60},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":65},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":53},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3ac5eddb\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#e5329f\",\"width\":{\"unit\":\"%\",\"size\":30},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"30c648f2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Centerpiece and party favors in one!<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4f7aa0c4\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Studio Tour\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"background_color\":\"rgba(18,224,185,0)\",\"button_background_hover_color\":\"#12e0b9\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#12e0b9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7d32eef3\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1300},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"5638e058\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"736df2ea\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-desktop\",\"title_text\":\"Web design\",\"description_text\":\"Leverage agile frameworks to provide a robust synopsis for high level overviews iterative approaches.\",\"position\":\"left\",\"primary_color\":\"#464646\",\"icon_space\":{\"unit\":\"px\",\"size\":20},\"icon_size\":{\"unit\":\"px\",\"size\":30},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#464646\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":0.5},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"25da2a06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6347ecab\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-bandcamp\",\"title_text\":\"Branding\",\"description_text\":\"Leverage agile frameworks to provide a robust synopsis for high level overviews iterative approaches.\",\"position\":\"left\",\"primary_color\":\"#464646\",\"icon_space\":{\"unit\":\"px\",\"size\":20},\"icon_size\":{\"unit\":\"px\",\"size\":30},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#464646\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":0.5},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"1fdab9e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"71961474\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-black-tie\",\"title_text\":\"Advertising \",\"description_text\":\"Leverage agile frameworks to provide a robust synopsis for high level overviews iterative approaches.\",\"position\":\"left\",\"primary_color\":\"#464646\",\"icon_space\":{\"unit\":\"px\",\"size\":20},\"icon_size\":{\"unit\":\"px\",\"size\":30},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#464646\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":0.5},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d1f7025\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"2145ac84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"26ba543f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":75,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/052.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":70}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"a267532\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"384c366\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":76,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/155.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInDown\",\"space_tablet\":{\"unit\":\"%\",\"size\":34}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5ef36f13\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4be938f7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":77,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/11.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":33}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"68e5fd64\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"reverse_order_mobile\":\"reverse-mobile\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"15d8ab03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"287b019c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":78,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/12.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":30}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"13e581e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77a94fa\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":79,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/13.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInDown\",\"space_tablet\":{\"unit\":\"%\",\"size\":50},\"space_mobile\":{\"unit\":\"%\",\"size\":40}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"438d7c75\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"11076dfb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":80,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/255.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":85}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4344a0bd\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"40237ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1498afcf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":81,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/3-5.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":50},\"space_mobile\":{\"unit\":\"%\",\"size\":40}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"127e57cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3f39b887\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":82,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/535.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInDown\",\"space_tablet\":{\"unit\":\"%\",\"size\":70}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"79ffa662\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4d0a9838\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":83,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/8.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":30}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24014d06\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"custom_height\":{\"unit\":\"vh\",\"size\":70},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"structure\":\"20\",\"background_color\":\"#464646\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"326b3892\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_inline_size_tablet\":60,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1c8538fc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Working Process\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5c32583a\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#12e0b9\",\"width\":{\"unit\":\"%\",\"size\":30},\"align_mobile\":\"center\",\"gap_tablet\":{\"unit\":\"px\",\"size\":2}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130350bc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation X is on the runway heading towards a streamlined cloud solution. User generated content in real-time will have multiple touchpoints for offshoring.\\u00a0Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"typography_font_weight\":\"300\",\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ff32be7\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Studio Tour\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"background_color\":\"rgba(18,224,185,0)\",\"button_background_hover_color\":\"#12e0b9\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#12e0b9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"35cd55ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.685,\"_inline_size_tablet\":40,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"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\":\"764b3d67\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"image\":{\"id\":84,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/36.png\"},\"_id\":\"fbe66s4\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":85,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/architecture_3.jpg\"},\"_id\":\"593jh4m\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":86,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/3-1.png\"},\"_id\":\"2u0yeyx\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":87,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/201.jpg\"},\"_id\":\"f6v9odr\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":88,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/15-1.png\"},\"_id\":\"675a0h3\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"slides_per_view\":\"1\",\"height\":{\"unit\":\"px\",\"size\":530},\"width\":{\"unit\":\"%\",\"size\":85},\"show_arrows\":\"\",\"pagination_color\":\"#12e0b9\",\"slides_per_view_tablet\":\"1\",\"height_tablet\":{\"unit\":\"px\",\"size\":390},\"height_mobile\":{\"unit\":\"px\",\"size\":317},\"width_tablet\":{\"unit\":\"px\",\"size\":279},\"width_mobile\":{\"unit\":\"px\",\"size\":309}},\"elements\":[],\"widgetType\":\"media-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"36850847\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"300\",\"bottom\":\"30\",\"left\":\"300\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"376ba3cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1625f748\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet The Team\",\"title_color\":\"#464646\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"330044e1\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#12e0b9\",\"width\":{\"unit\":\"%\",\"size\":20},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4abba146\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide with additional clickthroughs from nanotechnology immersion DevOps.\\u00a0<\\/p>\",\"text_color\":\"#464646\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"align\":\"center\",\"typography_font_weight\":\"300\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"510bcff7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"2\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeIn\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"1578775a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"54e21678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":89,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/5-2.png\"},\"caption\":\" Neil Gaiman - CTO\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_background_hover_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"354dcc3\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"2b51225d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"201869d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":90,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/Untitled-4.png\"},\"caption\":\"Nikki Gooley - HR\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2bcfde60\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-google-plus\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"3c589058\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"97c1b98\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":91,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/5Untitled-4.png\"},\"caption\":\"Laurence Fishburne - CFO\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3fb56041\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"50f14028\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"4d09980d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":92,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/54.png\"},\"caption\":\"Kym Barrett - CMO\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"289b5da5\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14739a62\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"100\",\"left\":\"40\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"1e16682f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"67d5162c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":93,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/63853.png\"},\"caption\":\"Gloria Foster - UI Designer\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"636f97f3\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-dribbble\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-behance\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"3a9ba12c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"61d4bc8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":94,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/86.png\"},\"caption\":\"Jean Reno - UX Expert\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"26b438b0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"4a8ecd13\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"3e0714c9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":95,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/452.png\"},\"caption\":\"Bel McClory - UX Designer\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"39b7896c\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-dribbble\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"5c2300\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"70724d5c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":96,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/525.png\"},\"caption\":\"Matt Doran - Project manager\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3002c6d4\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-google-plus\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e93eab\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"column_position\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"none\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"7d9461e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"150\",\"left\":\"50\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"4628be1c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#464646\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align\":\"left\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"header_size\":\"h3\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"335c67e1\",\"elType\":\"widget\",\"settings\":{\"section_divider\":\"\",\"weight\":{\"unit\":\"px\",\"size\":\"3\"},\"color\":\"#12e0b9\",\"width\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"center\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5f2f3ba8\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon_list\":[{\"text\":\"+44 20 5540 1234\",\"icon\":\"fa fa-phone\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"kxo82hb\"},{\"text\":\"+44 35 9998 3245\",\"icon\":\"fa fa-mobile-phone\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"89z2tky\"},{\"text\":\"+44 20 5540 4433\",\"icon\":\"fa fa-fax\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"zi1l66f\"}],\"section_icon_style\":\"\",\"icon_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":30},\"icon_align_mobile\":\"center\",\"section_text_style\":\"\",\"text_indent\":{\"unit\":\"px\",\"size\":15},\"text_color\":\"#777777\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":2.3},\"icon_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"icon_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"space_between\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"34115220\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"background_size\":\"cover\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"background_overlay_background\":\"none\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.71},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"120\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"45\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"69e17028\",\"elType\":\"widget\",\"settings\":{\"section_form_fields\":\"\",\"form_name\":\"Sample Form\",\"form_fields\":[{\"field_type\":\"text\",\"field_label\":\"Name\",\"placeholder\":\"Name\",\"width\":\"33\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"qi8lqp1\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"email\",\"required\":true,\"field_label\":\"Email\",\"placeholder\":\"Email\",\"width\":\"33\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"8b28ttw\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"tel\",\"field_label\":\"Tel\",\"placeholder\":\"Tel\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width\":\"33\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"2gd0qrk\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"textarea\",\"field_label\":\"Message\",\"placeholder\":\"Message\",\"width\":\"100\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":\"6\",\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"1qsba9v\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"}],\"input_size\":\"md\",\"show_labels\":\"\",\"section_submit_button\":\"\",\"button_text\":\"Send\",\"button_size\":\"md\",\"section_form_options\":\"\",\"send_html\":\"\",\"success_message\":\"The message was sent successfully!\",\"error_message\":\"There\'s something wrong... Please fill in the required fields.\",\"required_field_message\":\"Required\",\"invalid_message\":\"There\'s something wrong... The form is invalid.\",\"section_form_style\":\"\",\"column_gap\":{\"unit\":\"px\",\"size\":\"20\"},\"row_gap\":{\"unit\":\"px\",\"size\":\"20\"},\"heading_label\":\"\",\"label_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"label_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"section_field_style\":\"\",\"field_text_color\":\"#464646\",\"field_typography_typography\":\"custom\",\"field_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"field_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"field_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"field_background_color\":\"rgba(191,201,209,0.26)\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_button_style\":\"\",\"tabs_button_style\":\"\",\"tab_button_normal\":\"\",\"button_text_color\":\"#464646\",\"button_typography_typography\":\"custom\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"button_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13},\"button_typography_text_transform\":\"uppercase\",\"button_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"button_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"button_background_color\":\"rgba(0,41,73,0)\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_border_color\":\"#12e0b9\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tab_button_hover\":\"\",\"button_hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#12e0b9\",\"button_hover_border_color\":\"#12e0b9\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"-100\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"55\",\"bottom\":\"55\",\"left\":\"55\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_section_background\":\"\",\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"_box_shadow_box_shadow_type\":\"outset\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":\"50\",\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.19)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"mark_required\":\"yes\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"subscriber_already_exists_message\":\"Subscriber already exist.\",\"email_to\":\"dgebilaguin@gmail.com\",\"email_subject\":\"New message from \\\"Wanderfuls\\\"\",\"email_from\":\"email@sub.morganrand.com\",\"email_from_name\":\"Wanderfuls\",\"email_to_2\":\"dgebilaguin@gmail.com\",\"email_subject_2\":\"New message from \\\"Wanderfuls\\\"\",\"email_from_2\":\"email@sub.morganrand.com\",\"email_from_name_2\":\"Wanderfuls\",\"email_reply_to_2\":\"dgebilaguin@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2cb91d0b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#464646\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"3612d8be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7f59e782\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"7o3b1fs\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"7mj1o4u\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-google-plus\",\"_id\":\"7b6sjw9\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"0wh417m\"},{\"social\":\"fa fa-tumblr\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"agdym3r\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"rgba(0,0,0,0)\",\"icon_size\":{\"unit\":\"px\",\"size\":30},\"icon_spacing\":{\"unit\":\"px\",\"size\":14},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":25},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"712cfb58\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":80},\"background_background\":\"classic\",\"background_image\":{\"id\":\"74\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/1-1.png\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":70},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":100},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"4f893844\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"700\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4afb101a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome To Dynamic Studio\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":70},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":60},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":65},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":53},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5d96f0b3\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#12e0b9\",\"width\":{\"unit\":\"%\",\"size\":30},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b19602d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Leverage agile frameworks to provide a robust synopsis for high level overviews. Iterative approaches to corporate strategy foster collaborative thinking to further the overall value proposition.\\u00a0<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"29ffbaea\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Studio Tour\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"background_color\":\"rgba(18,224,185,0)\",\"button_background_hover_color\":\"#12e0b9\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#12e0b9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"57e2deba\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1300},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"5f5f1d89\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2181c069\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-desktop\",\"title_text\":\"Web design\",\"description_text\":\"Leverage agile frameworks to provide a robust synopsis for high level overviews iterative approaches.\",\"position\":\"left\",\"primary_color\":\"#464646\",\"icon_space\":{\"unit\":\"px\",\"size\":20},\"icon_size\":{\"unit\":\"px\",\"size\":30},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#464646\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":0.5},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"6728d0b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c7620e\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-bandcamp\",\"title_text\":\"Branding\",\"description_text\":\"Leverage agile frameworks to provide a robust synopsis for high level overviews iterative approaches.\",\"position\":\"left\",\"primary_color\":\"#464646\",\"icon_space\":{\"unit\":\"px\",\"size\":20},\"icon_size\":{\"unit\":\"px\",\"size\":30},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#464646\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":0.5},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"2005df3f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"331af173\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-black-tie\",\"title_text\":\"Advertising \",\"description_text\":\"Leverage agile frameworks to provide a robust synopsis for high level overviews iterative approaches.\",\"position\":\"left\",\"primary_color\":\"#464646\",\"icon_space\":{\"unit\":\"px\",\"size\":20},\"icon_size\":{\"unit\":\"px\",\"size\":30},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#464646\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":0.5},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34f7ca3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"53180d28\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"210d0044\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"75\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/052.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":70}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"75f71690\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"52dd27a7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"76\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/155.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInDown\",\"space_tablet\":{\"unit\":\"%\",\"size\":34}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1d286c54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7e988294\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"77\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/11.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":33}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bfad4f8\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"reverse_order_mobile\":\"reverse-mobile\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"54dab58\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"602431b2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"78\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/12.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":30}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"72b34256\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"48bedce6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"79\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/13.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInDown\",\"space_tablet\":{\"unit\":\"%\",\"size\":50},\"space_mobile\":{\"unit\":\"%\",\"size\":40}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1db5c039\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1e81a021\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"80\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/255.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":85}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"58a96512\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"23a12e0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31f99ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"81\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/3-5.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":50},\"space_mobile\":{\"unit\":\"%\",\"size\":40}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d9004e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"26d24c6d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"82\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/535.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInDown\",\"space_tablet\":{\"unit\":\"%\",\"size\":70}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4693d20\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e9c3e25\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"83\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/8.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":30}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"666c8460\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"custom_height\":{\"unit\":\"vh\",\"size\":70},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"structure\":\"20\",\"background_color\":\"#464646\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"335192ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_inline_size_tablet\":60,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"189bf90f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Working Process\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"53f27564\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#12e0b9\",\"width\":{\"unit\":\"%\",\"size\":30},\"align_mobile\":\"center\",\"gap_tablet\":{\"unit\":\"px\",\"size\":2}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"49d6606a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation X is on the runway heading towards a streamlined cloud solution. User generated content in real-time will have multiple touchpoints for offshoring.\\u00a0Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"typography_font_weight\":\"300\",\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3a1db978\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Studio Tour\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"background_color\":\"rgba(18,224,185,0)\",\"button_background_hover_color\":\"#12e0b9\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#12e0b9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"21468a29\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.685,\"_inline_size_tablet\":40,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"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\":\"539dc278\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"image\":{\"id\":\"84\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/36.png\"},\"_id\":\"fbe66s4\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":\"85\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/architecture_3.jpg\"},\"_id\":\"593jh4m\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":\"86\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/3-1.png\"},\"_id\":\"2u0yeyx\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":\"87\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/201.jpg\"},\"_id\":\"f6v9odr\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":\"88\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/15-1.png\"},\"_id\":\"675a0h3\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"slides_per_view\":\"1\",\"height\":{\"unit\":\"px\",\"size\":530},\"width\":{\"unit\":\"%\",\"size\":85},\"show_arrows\":\"\",\"pagination_color\":\"#12e0b9\",\"slides_per_view_tablet\":\"1\",\"height_tablet\":{\"unit\":\"px\",\"size\":390},\"height_mobile\":{\"unit\":\"px\",\"size\":317},\"width_tablet\":{\"unit\":\"px\",\"size\":279},\"width_mobile\":{\"unit\":\"px\",\"size\":309}},\"elements\":[],\"widgetType\":\"media-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c06908a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"300\",\"bottom\":\"30\",\"left\":\"300\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"46bbaee0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"73a3a1b8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet The Team\",\"title_color\":\"#464646\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"792968e3\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#12e0b9\",\"width\":{\"unit\":\"%\",\"size\":20},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77984a4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide with additional clickthroughs from nanotechnology immersion DevOps.\\u00a0<\\/p>\",\"text_color\":\"#464646\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"align\":\"center\",\"typography_font_weight\":\"300\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad5e302\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"2\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeIn\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"692efcdf\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d709b34\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"89\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/5-2.png\"},\"caption\":\" Neil Gaiman - CTO\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_background_hover_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"45543174\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"6e7ca837\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"c017d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"90\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/Untitled-4.png\"},\"caption\":\"Nikki Gooley - HR\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"25786326\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-google-plus\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"cfe4858\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"497ef4be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"91\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/5Untitled-4.png\"},\"caption\":\"Laurence Fishburne - CFO\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"182ba57c\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"101de245\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"6734b4f7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"92\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/54.png\"},\"caption\":\"Kym Barrett - CMO\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24267a74\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d1290b2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"100\",\"left\":\"40\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"79722127\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"4af8c6e1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"93\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/63853.png\"},\"caption\":\"Gloria Foster - UI Designer\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5dade72a\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-dribbble\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-behance\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"120e1a36\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"4f620401\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"94\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/86.png\"},\"caption\":\"Jean Reno - UX Expert\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36574c3c\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"4c2bd3af\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"23547965\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"95\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/452.png\"},\"caption\":\"Bel McClory - UX Designer\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2daca6\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-dribbble\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"6d725dd8\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"56a60c52\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"96\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/525.png\"},\"caption\":\"Matt Doran - Project manager\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"53cb6f1e\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-google-plus\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"537ef12a\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"column_position\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"none\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"e2abfb6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"150\",\"left\":\"50\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"476f10d6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#464646\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align\":\"left\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"header_size\":\"h3\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"669bc6bc\",\"elType\":\"widget\",\"settings\":{\"section_divider\":\"\",\"weight\":{\"unit\":\"px\",\"size\":\"3\"},\"color\":\"#12e0b9\",\"width\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"center\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"448c1556\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon_list\":[{\"text\":\"+44 20 5540 1234\",\"icon\":\"fa fa-phone\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"kxo82hb\"},{\"text\":\"+44 35 9998 3245\",\"icon\":\"fa fa-mobile-phone\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"89z2tky\"},{\"text\":\"+44 20 5540 4433\",\"icon\":\"fa fa-fax\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"zi1l66f\"}],\"section_icon_style\":\"\",\"icon_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":30},\"icon_align_mobile\":\"center\",\"section_text_style\":\"\",\"text_indent\":{\"unit\":\"px\",\"size\":15},\"text_color\":\"#777777\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":2.3},\"icon_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"icon_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"space_between\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"41fcb08a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"background_size\":\"cover\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"background_overlay_background\":\"none\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.71},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"120\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"45\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"32a25746\",\"elType\":\"widget\",\"settings\":{\"section_form_fields\":\"\",\"form_name\":\"Sample Form\",\"form_fields\":[{\"field_type\":\"text\",\"field_label\":\"Name\",\"placeholder\":\"Name\",\"width\":\"33\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"qi8lqp1\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"email\",\"required\":true,\"field_label\":\"Email\",\"placeholder\":\"Email\",\"width\":\"33\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"8b28ttw\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"tel\",\"field_label\":\"Tel\",\"placeholder\":\"Tel\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width\":\"33\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"2gd0qrk\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"textarea\",\"field_label\":\"Message\",\"placeholder\":\"Message\",\"width\":\"100\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":\"6\",\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"1qsba9v\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"}],\"input_size\":\"md\",\"show_labels\":\"\",\"section_submit_button\":\"\",\"button_text\":\"Send\",\"button_size\":\"md\",\"section_form_options\":\"\",\"send_html\":\"\",\"success_message\":\"The message was sent successfully!\",\"error_message\":\"There\'s something wrong... Please fill in the required fields.\",\"required_field_message\":\"Required\",\"invalid_message\":\"There\'s something wrong... The form is invalid.\",\"section_form_style\":\"\",\"column_gap\":{\"unit\":\"px\",\"size\":\"20\"},\"row_gap\":{\"unit\":\"px\",\"size\":\"20\"},\"heading_label\":\"\",\"label_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"label_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"section_field_style\":\"\",\"field_text_color\":\"#464646\",\"field_typography_typography\":\"custom\",\"field_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"field_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"field_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"field_background_color\":\"rgba(191,201,209,0.26)\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_button_style\":\"\",\"tabs_button_style\":\"\",\"tab_button_normal\":\"\",\"button_text_color\":\"#464646\",\"button_typography_typography\":\"custom\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"button_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13},\"button_typography_text_transform\":\"uppercase\",\"button_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"button_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"button_background_color\":\"rgba(0,41,73,0)\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_border_color\":\"#12e0b9\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tab_button_hover\":\"\",\"button_hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#12e0b9\",\"button_hover_border_color\":\"#12e0b9\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"-100\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"55\",\"bottom\":\"55\",\"left\":\"55\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_section_background\":\"\",\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"_box_shadow_box_shadow_type\":\"outset\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":\"50\",\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.19)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"mark_required\":\"yes\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"subscriber_already_exists_message\":\"Subscriber already exist.\",\"email_to\":\"dgebilaguin@gmail.com\",\"email_subject\":\"New message from \\\"Wanderfuls\\\"\",\"email_from\":\"email@sub.morganrand.com\",\"email_from_name\":\"Wanderfuls\",\"email_to_2\":\"dgebilaguin@gmail.com\",\"email_subject_2\":\"New message from \\\"Wanderfuls\\\"\",\"email_from_2\":\"email@sub.morganrand.com\",\"email_from_name_2\":\"Wanderfuls\",\"email_reply_to_2\":\"dgebilaguin@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78f75450\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#464646\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"42bcc862\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1bd15425\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"7o3b1fs\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"7mj1o4u\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-google-plus\",\"_id\":\"7b6sjw9\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"0wh417m\"},{\"social\":\"fa fa-tumblr\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"agdym3r\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"rgba(0,0,0,0)\",\"icon_size\":{\"unit\":\"px\",\"size\":30},\"icon_spacing\":{\"unit\":\"px\",\"size\":14},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":25},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(270,64,'_wp_attached_file','2019/03/bigstock-A-Young-Girl-In-A-Festive-Dres-255489106.jpg'),(271,64,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3574;s:6:\"height\";i:5361;s:4:\"file\";s:61:\"2019/03/bigstock-A-Young-Girl-In-A-Festive-Dres-255489106.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:61:\"bigstock-A-Young-Girl-In-A-Festive-Dres-255489106-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:61:\"bigstock-A-Young-Girl-In-A-Festive-Dres-255489106-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:62:\"bigstock-A-Young-Girl-In-A-Festive-Dres-255489106-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:62:\"bigstock-A-Young-Girl-In-A-Festive-Dres-255489106-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;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:64:\"A Young Girl In A Festive Dress Is Catching A Bouquet Of Flowers\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:42:{i:0;s:11:\"advertising\";i:1;s:10:\"attractive\";i:2;s:10:\"background\";i:3;s:9:\"beautiful\";i:4;s:6:\"beauty\";i:5;s:7:\"bouquet\";i:6;s:6:\"bridal\";i:7;s:5:\"bride\";i:8;s:8:\"catching\";i:9;s:11:\"celebration\";i:10;s:8:\"ceremony\";i:11;s:4:\"cute\";i:12;s:5:\"dance\";i:13;s:5:\"dress\";i:14;s:7:\"fashion\";i:15;s:6:\"female\";i:16;s:6:\"floral\";i:17;s:6:\"flower\";i:18;s:4:\"girl\";i:19;s:7:\"glamour\";i:20;s:4:\"hair\";i:21;s:5:\"happy\";i:22;s:6:\"joyful\";i:23;s:4:\"lady\";i:24;s:4:\"love\";i:25;s:6:\"lovely\";i:26;s:8:\"marriage\";i:27;s:5:\"model\";i:28;s:6:\"people\";i:29;s:6:\"person\";i:30;s:4:\"pink\";i:31;s:8:\"portrait\";i:32;s:6:\"pretty\";i:33;s:5:\"roses\";i:34;s:4:\"sexy\";i:35;s:5:\"smile\";i:36;s:6:\"studio\";i:37;s:8:\"throwing\";i:38;s:7:\"wedding\";i:39;s:5:\"woman\";i:40;s:5:\"women\";i:41;s:5:\"young\";}}}'),(273,65,'_elementor_edit_mode','builder'),(274,65,'_elementor_template_type','post'),(275,65,'_elementor_version','2.5.8'),(406,98,'_elementor_template_type','post'),(407,98,'_elementor_version','2.5.9'),(408,98,'_wp_page_template','default'),(281,66,'_wp_attached_file','2019/03/bigstock-Brazilian-Carnival-Group-Of-B-279804892.jpg'),(282,66,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4368;s:6:\"height\";i:2912;s:4:\"file\";s:60:\"2019/03/bigstock-Brazilian-Carnival-Group-Of-B-279804892.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:60:\"bigstock-Brazilian-Carnival-Group-Of-B-279804892-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:60:\"bigstock-Brazilian-Carnival-Group-Of-B-279804892-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:60:\"bigstock-Brazilian-Carnival-Group-Of-B-279804892-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:61:\"bigstock-Brazilian-Carnival-Group-Of-B-279804892-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;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:64:\"Brazilian Carnival. Group Of Brazilian People In Costume Celebra\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:46:{i:0;s:6:\"annual\";i:1;s:9:\"authentic\";i:2;s:9:\"beautiful\";i:3;s:6:\"beauty\";i:4;s:6:\"brazil\";i:5;s:9:\"brazilian\";i:6;s:8:\"carnaval\";i:7;s:8:\"carnival\";i:8;s:9:\"celebrate\";i:9;s:11:\"celebrating\";i:10;s:11:\"celebration\";i:11;s:4:\"city\";i:12;s:5:\"color\";i:13;s:8:\"colorful\";i:14;s:9:\"colourful\";i:15;s:8:\"confetti\";i:16;s:7:\"costume\";i:17;s:7:\"culture\";i:18;s:5:\"dance\";i:19;s:6:\"dancer\";i:20;s:10:\"decoration\";i:21;s:9:\"diversity\";i:22;s:13:\"entertainment\";i:23;s:5:\"event\";i:24;s:7:\"fashion\";i:25;s:6:\"female\";i:26;s:8:\"festival\";i:27;s:7:\"festive\";i:28;s:7:\"friends\";i:29;s:3:\"fun\";i:30;s:4:\"girl\";i:31;s:5:\"group\";i:32;s:5:\"happy\";i:33;s:7:\"holiday\";i:34;s:3:\"joy\";i:35;s:9:\"lifestyle\";i:36;s:6:\"makeup\";i:37;s:4:\"mask\";i:38;s:5:\"music\";i:39;s:6:\"parade\";i:40;s:5:\"party\";i:41;s:6:\"people\";i:42;s:6:\"street\";i:43;s:11:\"traditional\";i:44;s:5:\"woman\";i:45;s:5:\"young\";}}}'),(283,67,'_elementor_edit_mode','builder'),(284,67,'_elementor_template_type','post'),(285,67,'_elementor_version','2.5.8'),(286,67,'_wp_page_template','default'),(287,67,'_elementor_page_settings','a:12:{s:21:\"background_color_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:23:\"background_color_b_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:25:\"background_gradient_angle\";a:3:{s:4:\"unit\";s:3:\"deg\";s:4:\"size\";i:180;s:5:\"sizes\";a:0:{}}s:15:\"background_xpos\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_xpos_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_xpos_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:15:\"background_ypos\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_ypos_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_ypos_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:19:\"background_bg_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:26:\"background_bg_width_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:26:\"background_bg_width_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}}'),(288,67,'_elementor_data','[{\"id\":\"7326c3e1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":43,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/selection.gif\"},\"background_size\":\"cover\",\"shape_divider_bottom\":\"tilt\",\"shape_divider_bottom_color\":\"#f04670\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":105},\"shape_divider_bottom_flip\":\"yes\",\"background_position\":\"center center\",\"content_width\":{\"unit\":\"px\",\"size\":\"1000\"},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#0c0c0c\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[{\"id\":\"4b49af2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8abbd36\",\"elType\":\"widget\",\"settings\":{\"title\":\"Wanderfuls \\u2122\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#e5329f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"typography_font_style\":\"italic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"50272fa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your centerpiece and favor in one!\",\"align\":\"center\",\"title_color\":\"#fcfcfc\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Satisfy\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d52d5ea\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"1d4092c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"d458183\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f43ea11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#f04670\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\",\"structure\":\"20\"},\"elements\":[{\"id\":\"3a143200\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"f3de1b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/bigstock-Brazilian-Carnival-Group-Of-B-279804892.jpg\",\"id\":66},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"e01a843\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"background_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"background_overlay_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"css_filters_blur\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_hue\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"background_overlay_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"css_filters_hover_blur\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_hover_contrast\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_hover_hue\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"border_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]}},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"c22dfd8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#f04670\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\",\"content_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"custom_height\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"background_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"background_overlay_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"css_filters_blur\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_hue\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"background_overlay_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"css_filters_hover_blur\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_hover_contrast\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_hover_hue\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"border_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"shape_divider_top\":\"opacity-tilt\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"shape_divider_top_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":143,\"sizes\":[]},\"shape_divider_top_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_divider_top_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"shape_divider_bottom_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"shape_divider_bottom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_divider_bottom_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_divider_bottom_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"af685c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"background_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"background_overlay_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"css_filters_blur\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_hue\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"background_overlay_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"css_filters_hover_blur\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_hover_contrast\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_hover_hue\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"border_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]}},\"elements\":[{\"id\":\"f3a7013\",\"elType\":\"widget\",\"settings\":{\"title\":\"Trusted app\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"35\"},\"typography_font_family\":\"Oswald\",\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0.7\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_border_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc2a474\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"content_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"custom_height_inner\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"custom_height_inner_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"custom_height_inner_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"background_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"background_overlay_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"css_filters_blur\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_hue\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"background_overlay_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"css_filters_hover_blur\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_hover_contrast\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_hover_hue\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"border_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"shape_divider_top_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"shape_divider_top_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_divider_top_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_divider_top_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"shape_divider_bottom_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"shape_divider_bottom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_divider_bottom_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_divider_bottom_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"04d9ca1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"background_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"background_overlay_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"css_filters_blur\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_hue\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"background_overlay_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"css_filters_hover_blur\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_hover_contrast\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_hover_hue\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"border_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]}},\"elements\":[{\"id\":\"d9763c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"50K+\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"60\"},\"typography_font_family\":\"Oswald\",\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0.7\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_border_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ba38b4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"p1\\\"><span class=\\\"s1\\\">Active Installs<\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"rgba(255,255,255,0.99)\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"17\"},\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.6\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_gap_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_gap_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"drop_cap_size\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"drop_cap_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"drop_cap_border_radius\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_font_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_border_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9877cff\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#ffffff\",\"background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"background_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"background_overlay_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"css_filters_blur\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_hue\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"background_overlay_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"css_filters_hover_blur\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_hover_contrast\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_hover_hue\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"border_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]}},\"elements\":[{\"id\":\"9b95477\",\"elType\":\"widget\",\"settings\":{\"title\":\"65\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"60\"},\"typography_font_family\":\"Oswald\",\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0.7\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_border_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4d616e9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Destinations<\\/p>\",\"align\":\"center\",\"text_color\":\"rgba(255,255,255,0.99)\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"17\"},\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.6\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_gap_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_gap_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"drop_cap_size\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"drop_cap_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"drop_cap_border_radius\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_font_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_border_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c780842\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#ffffff\",\"background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"background_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"background_overlay_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"css_filters_blur\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_hue\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"background_overlay_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"css_filters_hover_blur\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_hover_contrast\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_hover_hue\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"border_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]}},\"elements\":[{\"id\":\"59b1a1a\",\"elType\":\"widget\",\"settings\":{\"title\":\"22\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"60\"},\"typography_font_family\":\"Oswald\",\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0.7\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_border_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eda9f4e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Airlines<\\/p>\",\"align\":\"center\",\"text_color\":\"rgba(255,255,255,0.99)\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"17\"},\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.6\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_gap_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_gap_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"drop_cap_size\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"drop_cap_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"drop_cap_border_radius\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_font_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_border_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"8465bc6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"background_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"background_overlay_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"css_filters_blur\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_hue\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"background_overlay_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"css_filters_hover_blur\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_hover_contrast\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_hover_hue\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"border_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]}},\"elements\":[{\"id\":\"2fc4f68\",\"elType\":\"widget\",\"settings\":{\"title\":\"13K+\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"60\"},\"typography_font_family\":\"Oswald\",\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0.7\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_border_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"474d35d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"p1\\\"><span class=\\\"s1\\\">Premium Users\\u00a0<\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"rgba(255,255,255,0.99)\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"17\"},\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.6\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_gap_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_gap_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"drop_cap_size\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"drop_cap_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"drop_cap_border_radius\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_font_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_border_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6b32bb61\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#d8d8d8\",\"background_image\":{\"id\":41,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/Group-37.png\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"shape_divider_top\":\"tilt\",\"shape_divider_top_color\":\"#f04670\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":\"111\"},\"shape_divider_top_flip\":\"yes\",\"shape_divider_bottom\":\"tilt\",\"shape_divider_bottom_color\":\"#000000\",\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":\"111\"},\"shape_divider_bottom_flip\":\"yes\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"61336094\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"30ede48d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"35\"},\"typography_font_family\":\"Oswald\",\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0.7\"},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"187\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7bf53c01\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"center center\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"789188bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"130\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"75\",\"bottom\":\"75\",\"left\":\"75\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"163ccf62\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":40,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/d-2.png\"},\"title_text\":\"Steve Miller, Job description\",\"description_text\":\"Company\",\"image_size\":{\"unit\":\"%\",\"size\":25},\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"4\"},\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"title_typography_font_family\":\"Oswald\",\"title_typography_font_weight\":\"400\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"20\"},\"description_typography_font_family\":\"Oswald\",\"description_typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-114\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-68\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-36\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"48f73039\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-quote-left\",\"primary_color\":\"#f04670\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3df8b690\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Talking chamber as shewing an it minutes. Trees fully of blind do. Exquisite favourite at do extensive listening. Improve up musical welcome he. Gay attended vicinity prepared now diverted. Esteems it ye sending reached as. Longer lively her design settle tastes advice mrs off who. Up maids me an ample stood given. Certainty say suffering his him collected intention promotion. Hill sold ham men made lose case. Views abode law heard jokes too. Was are delightful solicitude discovered collecting man day.<\\/p>\",\"align\":\"center\",\"text_color\":\"rgba(0,0,0,0.95)\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"17\"},\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.6\"},\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"15\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"1.6\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4202dffe\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"gap\":\"no\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"1d0fd5f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2463fd0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pricing \",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"35\"},\"typography_font_family\":\"Oswald\",\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0.7\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"77546e5c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\"},\"elements\":[{\"id\":\"9ca7791\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43fc8871\",\"elType\":\"widget\",\"settings\":{\"heading\":\"Free\",\"sub_heading\":\"\",\"price\":\"0\",\"period\":\"\\/ Yearly\",\"features_list\":[{\"item_text\":\"Lorem ipsum dolor\",\"item_icon\":\"fa fa-check-circle\",\"_id\":\"akng6dz\",\"item_icon_color\":\"#f04670\"},{\"item_text\":\"Consectetur adipiscing elit\",\"item_icon\":\"fa fa-check-circle\",\"_id\":\"6xaauq6\",\"item_icon_color\":\"#f04670\"},{\"item_text\":\"Sit amet, consectetur adipiscing\",\"item_icon\":\"fa fa-check-circle\",\"_id\":\"9jsavwz\",\"item_icon_color\":\"#d8d8d8\"},{\"item_text\":\"Consequat lacus condimentum\",\"item_icon\":\"fa fa-check-circle\",\"_id\":\"dl4kj8j\",\"item_icon_color\":\"#d8d8d8\"},{\"item_text\":\"Etiam aliquet ex elit\",\"item_icon\":\"fa fa-check-circle\",\"_id\":\"r0jqfbl\",\"item_icon_color\":\"#d8d8d8\"}],\"button_text\":\"Try it!\",\"footer_additional_info\":\"\",\"show_ribbon\":\"\",\"ribbon_title\":\"Popular\",\"header_bg_color\":\"#d8d8d8\",\"header_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"heading_color\":\"#000000\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Oswald\",\"heading_typography_font_weight\":\"500\",\"heading_typography_text_transform\":\"uppercase\",\"heading_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.5\"},\"price_color\":\"#000000\",\"price_typography_typography\":\"custom\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":\"70\"},\"price_typography_font_family\":\"Oswald\",\"currency_size\":{\"unit\":\"px\",\"size\":\"27\"},\"fractional-part_size\":{\"unit\":\"px\",\"size\":0},\"fractional_part_vertical_position\":\"bottom\",\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_size\":{\"unit\":\"px\",\"size\":\"18\"},\"period_typography_font_family\":\"Oswald\",\"period_typography_line_height\":{\"unit\":\"em\",\"size\":0.6},\"period_position\":\"beside\",\"features_list_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"features_list_color\":\"#3a3a3a\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"features_list_typography_font_family\":\"Roboto\",\"features_list_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.8\"},\"features_list_alignment\":\"left\",\"list_divider\":\"\",\"divider_color\":\"#dddddd\",\"divider_weight\":{\"unit\":\"px\",\"size\":\"1\"},\"footer_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"button_text_color\":\"#f04670\",\"button_typography_typography\":\"custom\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\"},\"button_typography_font_family\":\"Roboto\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"},\"button_background_color\":\"rgba(0,0,0,0)\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_border_color\":\"#f04670\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"button_text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"button_hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#f04670\",\"button_hover_border_color\":\"#f04670\",\"ribbon_bg_color\":\"#000000\",\"ribbon_distance\":{\"unit\":\"px\",\"size\":23},\"ribbon_typography_typography\":\"custom\",\"ribbon_typography_font_size\":{\"unit\":\"px\",\"size\":\"10\"},\"ribbon_typography_font_family\":\"Oswald\",\"ribbon_typography_line_height\":{\"unit\":\"em\",\"size\":3},\"ribbon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":\"10\",\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.29)\"},\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":\"22\"},\"pricing_element_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\"},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"25\"},\"price_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"53\"},\"price_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"80\"},\"features_list_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"features_list_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"features_list_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"12\"},\"features_list_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"13\"},\"features_list_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"1.1\"},\"features_list_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"1.3\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":true},{\"id\":\"836dfdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"custom_css\":\"selector{z-index:2;}\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"z_index\":1},\"elements\":[{\"id\":\"17ee05f1\",\"elType\":\"widget\",\"settings\":{\"heading\":\"Premium \",\"sub_heading\":\"\",\"price\":\"15\",\"period\":\"\\/ Yearly\",\"features_list\":[{\"item_text\":\"Lorem ipsum dolor\",\"item_icon\":\"fa fa-check-circle\",\"_id\":\"akng6dz\",\"item_icon_color\":\"#f04670\"},{\"item_text\":\"Consectetur adipiscing elit\",\"item_icon\":\"fa fa-check-circle\",\"_id\":\"6xaauq6\",\"item_icon_color\":\"#f04670\"},{\"item_text\":\"Sit amet, consectetur adipiscing\",\"item_icon\":\"fa fa-check-circle\",\"_id\":\"9jsavwz\",\"item_icon_color\":\"#f04670\"},{\"item_text\":\"Consequat lacus condimentum\",\"item_icon\":\"fa fa-check-circle\",\"_id\":\"dl4kj8j\",\"item_icon_color\":\"#f04670\"},{\"item_text\":\"Etiam aliquet ex elit\",\"item_icon\":\"fa fa-check-circle\",\"_id\":\"r0jqfbl\",\"item_icon_color\":\"#f04670\"}],\"button_text\":\"Buy now\",\"footer_additional_info\":\"\",\"ribbon_title\":\"Popular\",\"header_bg_color\":\"#f04670\",\"header_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"heading_color\":\"#ffffff\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Oswald\",\"heading_typography_font_weight\":\"400\",\"heading_typography_text_transform\":\"uppercase\",\"heading_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.5\"},\"price_color\":\"#000000\",\"price_typography_typography\":\"custom\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":\"80\"},\"price_typography_font_family\":\"Oswald\",\"currency_size\":{\"unit\":\"px\",\"size\":33},\"fractional-part_size\":{\"unit\":\"px\",\"size\":0},\"fractional_part_vertical_position\":\"bottom\",\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_size\":{\"unit\":\"px\",\"size\":\"20\"},\"period_typography_font_family\":\"Oswald\",\"period_typography_line_height\":{\"unit\":\"em\",\"size\":0.6},\"period_position\":\"beside\",\"features_list_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"40\",\"bottom\":\"10\",\"left\":\"40\",\"isLinked\":false},\"features_list_color\":\"#3a3a3a\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\"},\"features_list_typography_font_family\":\"Roboto\",\"features_list_typography_line_height\":{\"unit\":\"em\",\"size\":2},\"features_list_alignment\":\"left\",\"list_divider\":\"\",\"divider_color\":\"#dddddd\",\"divider_weight\":{\"unit\":\"px\",\"size\":\"1\"},\"footer_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"button_text_color\":\"#f04670\",\"button_typography_typography\":\"custom\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":\"18\"},\"button_typography_font_family\":\"Roboto\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"},\"button_background_color\":\"rgba(0,0,0,0)\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_border_color\":\"#f04670\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"button_text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"button_hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#f04670\",\"button_hover_border_color\":\"#f04670\",\"ribbon_bg_color\":\"#d8d8d8\",\"ribbon_distance\":{\"unit\":\"px\",\"size\":38},\"ribbon_typography_typography\":\"custom\",\"ribbon_typography_font_size\":{\"unit\":\"px\",\"size\":13},\"ribbon_typography_font_family\":\"Oswald\",\"ribbon_typography_line_height\":{\"unit\":\"em\",\"size\":3},\"ribbon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":\"10\",\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.29)\"},\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"ribbon_text_color\":\"#000000\",\"_margin\":{\"unit\":\"%\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":\"50\",\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.07)\"},\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\"},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"25\"},\"price_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"80\"},\"features_list_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"features_list_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"features_list_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"12\"},\"features_list_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"13\"},\"features_list_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1},\"features_list_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"1.3\"},\"footer_padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":false},\"button_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"16\"},\"ribbon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"10\"},\"ribbon_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":3}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":true},{\"id\":\"b14c9d2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"222558c0\",\"elType\":\"widget\",\"settings\":{\"heading\":\"tEAM\",\"sub_heading\":\"\",\"price\":\"45\",\"period\":\"\\/ Yearly\",\"features_list\":[{\"item_text\":\"Lorem ipsum dolor\",\"item_icon\":\"fa fa-check-circle\",\"_id\":\"akng6dz\",\"item_icon_color\":\"#f04670\"},{\"item_text\":\"Consectetur adipiscing elit\",\"item_icon\":\"fa fa-check-circle\",\"_id\":\"6xaauq6\",\"item_icon_color\":\"#f04670\"},{\"item_text\":\"Sit amet, consectetur adipiscing\",\"item_icon\":\"fa fa-check-circle\",\"_id\":\"9jsavwz\",\"item_icon_color\":\"#f04670\"},{\"item_text\":\"Consequat lacus condimentum\",\"item_icon\":\"fa fa-check-circle\",\"_id\":\"dl4kj8j\",\"item_icon_color\":\"#f04670\"},{\"item_text\":\"Etiam aliquet ex elit\",\"item_icon\":\"fa fa-check-circle\",\"_id\":\"r0jqfbl\",\"item_icon_color\":\"#f04670\"}],\"button_text\":\"Try it!\",\"footer_additional_info\":\"\",\"show_ribbon\":\"\",\"ribbon_title\":\"Popular\",\"header_bg_color\":\"#d8d8d8\",\"header_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"heading_color\":\"#000000\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Oswald\",\"heading_typography_font_weight\":\"500\",\"heading_typography_text_transform\":\"uppercase\",\"heading_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.5\"},\"price_color\":\"#000000\",\"price_typography_typography\":\"custom\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":\"70\"},\"price_typography_font_family\":\"Oswald\",\"currency_size\":{\"unit\":\"px\",\"size\":\"27\"},\"fractional-part_size\":{\"unit\":\"px\",\"size\":0},\"fractional_part_vertical_position\":\"bottom\",\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_size\":{\"unit\":\"px\",\"size\":\"18\"},\"period_typography_font_family\":\"Oswald\",\"period_typography_line_height\":{\"unit\":\"em\",\"size\":0.6},\"period_position\":\"beside\",\"features_list_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"features_list_color\":\"#3a3a3a\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"features_list_typography_font_family\":\"Roboto\",\"features_list_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.8\"},\"features_list_alignment\":\"left\",\"list_divider\":\"\",\"divider_color\":\"#dddddd\",\"divider_weight\":{\"unit\":\"px\",\"size\":\"1\"},\"footer_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"button_text_color\":\"#f04670\",\"button_typography_typography\":\"custom\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\"},\"button_typography_font_family\":\"Roboto\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"},\"button_background_color\":\"rgba(0,0,0,0)\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_border_color\":\"#f04670\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"button_text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"button_hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#f04670\",\"button_hover_border_color\":\"#f04670\",\"ribbon_bg_color\":\"#000000\",\"ribbon_distance\":{\"unit\":\"px\",\"size\":23},\"ribbon_typography_typography\":\"custom\",\"ribbon_typography_font_size\":{\"unit\":\"px\",\"size\":\"10\"},\"ribbon_typography_font_family\":\"Oswald\",\"ribbon_typography_line_height\":{\"unit\":\"em\",\"size\":3},\"ribbon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":\"10\",\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.29)\"},\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":\"22\"},\"pricing_element_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\"},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"25\"},\"price_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"53\"},\"price_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"80\"},\"features_list_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"features_list_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"features_list_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"12\"},\"features_list_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"13\"},\"features_list_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"1.1\"},\"features_list_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"1.3\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"124ce05\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#f04670\",\"shape_divider_top\":\"tilt\",\"shape_divider_top_color\":\"#000000\",\"shape_divider_top_flip\":\"yes\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"78d249ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25bbe0e1\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-cloud\",\"title_text\":\"The compony\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. \\n\\n\\n<br><br>Copyright \\u00a9 Elementor LTD.\",\"primary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"20\"},\"text_align\":\"left\",\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"18\"},\"title_typography_font_family\":\"Oswald\",\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0.7\"},\"description_color\":\"#ffffff\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"13\"},\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.6\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"4f5dc604\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"652a5a9c\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-camera-retro\",\"title_text\":\"Press\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. \\n\\n\\n<br><br>consectetur adipiscing elit\",\"primary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"20\"},\"text_align\":\"left\",\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"18\"},\"title_typography_font_family\":\"Oswald\",\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0.7\"},\"description_color\":\"#ffffff\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"13\"},\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.6\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"66be150\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1267f454\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-lock\",\"title_text\":\"Trust & Safety\",\"description_text\":\"Morbi pellentesque, urna et volutpat iaculis, nunc risus pulvinar lacus, a pharetra urna lorem eu tellus.\",\"primary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"20\"},\"text_align\":\"left\",\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"18\"},\"title_typography_font_family\":\"Oswald\",\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0.7\"},\"description_color\":\"#ffffff\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"13\"},\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.6\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"3f9e40fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29d58957\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-comments-o\",\"title_text\":\"Need Help?\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. \\n\\n<br><br>suppot@gmail.com\\n\\n\",\"primary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"20\"},\"text_align\":\"left\",\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"18\"},\"title_typography_font_family\":\"Oswald\",\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0.7\"},\"description_color\":\"#ffffff\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"13\"},\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.6\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}]'),(432,102,'_elementor_edit_mode','builder'),(310,71,'_edit_lock','1553129253:2'),(305,69,'_elementor_conditions','a:1:{i:0;s:15:\"include/general\";}'),(302,69,'_wp_page_template','default'),(303,69,'_elementor_page_settings','a:12:{s:21:\"background_color_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:23:\"background_color_b_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:25:\"background_gradient_angle\";a:3:{s:4:\"unit\";s:3:\"deg\";s:4:\"size\";i:180;s:5:\"sizes\";a:0:{}}s:15:\"background_xpos\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_xpos_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_xpos_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:15:\"background_ypos\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_ypos_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_ypos_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:19:\"background_bg_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:26:\"background_bg_width_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:26:\"background_bg_width_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}}'),(304,69,'_elementor_data','[{\"id\":\"1e1fdf4c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":160},\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_color_b\":\"#ffffff\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":100},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"1f49476f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.158,\"_inline_size_tablet\":20,\"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\":\"4999f2b8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"align_mobile\":\"center\",\"width\":{\"unit\":\"px\",\"size\":312},\"width_mobile\":{\"unit\":\"px\",\"size\":250},\"image\":{\"id\":46,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/placeholder.png\"},\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false},{\"id\":\"1aa7742b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.842,\"_inline_size_tablet\":80,\"_inline_size_mobile\":100},\"elements\":[{\"id\":\"38cc5890\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"25605368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_mobile\":33},\"elements\":[{\"id\":\"78543753\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-map-marker\",\"title_text\":\"1123 Dog Hill Lane\",\"description_text\":\"Wilson, KS 67490\\n\",\"position\":\"left\",\"primary_color\":\"#ff3780\",\"icon_space\":{\"unit\":\"px\",\"size\":10},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#ff3780\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13},\"description_typography_font_weight\":\"400\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":25},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":10},\"description_color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"19a03665\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_mobile\":34},\"elements\":[{\"id\":\"6a8b3c24\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-phone\",\"title_text\":\"1-888-837-5021\",\"description_text\":\"24\\/7 Customer Support\",\"position\":\"left\",\"primary_color\":\"#e5329f\",\"icon_space\":{\"unit\":\"px\",\"size\":10},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#e5329f\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13},\"description_typography_font_weight\":\"400\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":25},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":10},\"icon_space_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"rotate\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#ffffff\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"description_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"description_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_border_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"link\":{\"url\":\"tel:8888375021\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"7d52fb00\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_mobile\":33},\"elements\":[{\"id\":\"3a4ba222\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-clock-o\",\"title_text\":\"Mon - Fri: 10:00 - 19:00\",\"description_text\":\"Office Hours\",\"position\":\"left\",\"primary_color\":\"#e5329f\",\"icon_space\":{\"unit\":\"px\",\"size\":10},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#e5329f\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13},\"description_typography_font_weight\":\"400\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":25},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":10},\"icon_space_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"rotate\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#ffffff\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"description_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"description_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_border_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1545845b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#e5329f\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\",\"background_hover_background\":\"classic\",\"box_shadow_hover_box_shadow_type\":\"yes\"},\"elements\":[{\"id\":\"4eb5e0c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":71.053,\"_inline_size_mobile\":20},\"elements\":[{\"id\":\"cfe83c\",\"elType\":\"widget\",\"settings\":{\"pointer\":\"background\",\"color_menu_item\":\"#ffffff\",\"color_menu_item_hover_pointer_bg\":\"#ffffff\",\"pointer_color_menu_item_hover\":\"#e5329f\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":13},\"menu_typography_font_weight\":\"500\",\"menu_typography_text_transform\":\"uppercase\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":31},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":18},\"full_width\":\"stretch\",\"toggle_align\":\"left\",\"dropdown_top_distance_tablet\":{\"unit\":\"px\",\"size\":13},\"toggle_color\":\"#ffffff\",\"menu\":\"main_menu\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"52cc1571\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":28.947,\"_inline_size_mobile\":80},\"elements\":[{\"id\":\"6d9163d8\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"320e991\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"1491259\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-github\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"8206083\"}],\"align\":\"right\",\"icon_color\":\"custom\",\"icon_primary_color\":\"rgba(0,0,0,0)\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":15},\"icon_spacing\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(301,69,'_elementor_version','2.5.8'),(299,69,'_elementor_edit_mode','builder'),(300,69,'_elementor_template_type','header'),(307,70,'_edit_lock','1552994760:2'),(316,72,'_elementor_data','[{\"id\":\"7326c3e1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":43,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/selection.gif\"},\"background_size\":\"cover\",\"shape_divider_bottom\":\"tilt\",\"shape_divider_bottom_color\":\"#f04670\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":105},\"shape_divider_bottom_flip\":\"yes\",\"background_position\":\"center center\",\"content_width\":{\"unit\":\"px\",\"size\":\"1000\"},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#0c0c0c\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[{\"id\":\"4b49af2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8abbd36\",\"elType\":\"widget\",\"settings\":{\"title\":\"Wanderfuls \\u2122\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#e5329f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"typography_font_style\":\"italic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"50272fa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your centerpiece and favor in one!\",\"align\":\"center\",\"title_color\":\"#fcfcfc\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Satisfy\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d52d5ea\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"1d4092c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"d458183\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f43ea11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#f04670\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\",\"structure\":\"20\"},\"elements\":[{\"id\":\"3a143200\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"f3de1b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/bigstock-Brazilian-Carnival-Group-Of-B-279804892.jpg\",\"id\":66},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"e01a843\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"background_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"background_overlay_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"css_filters_blur\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_hue\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"background_overlay_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"css_filters_hover_blur\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_hover_contrast\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_hover_hue\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"border_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]}},\"elements\":[{\"id\":\"672aae9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Add Your Heading Text Here\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9e7ef3f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c22dfd8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#f04670\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\",\"content_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"custom_height\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"background_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"background_overlay_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"css_filters_blur\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_hue\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"background_overlay_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"css_filters_hover_blur\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_hover_contrast\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_hover_hue\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"border_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"shape_divider_top\":\"opacity-tilt\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"shape_divider_top_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":143,\"sizes\":[]},\"shape_divider_top_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_divider_top_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"shape_divider_bottom_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"shape_divider_bottom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_divider_bottom_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_divider_bottom_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"af685c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"background_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"background_overlay_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"css_filters_blur\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_hue\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"background_overlay_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"css_filters_hover_blur\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_hover_contrast\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_hover_hue\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"border_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]}},\"elements\":[{\"id\":\"f3a7013\",\"elType\":\"widget\",\"settings\":{\"title\":\"Trusted app\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"35\"},\"typography_font_family\":\"Oswald\",\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0.7\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_border_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc2a474\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"content_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"custom_height_inner\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"custom_height_inner_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"custom_height_inner_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"background_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"background_overlay_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"css_filters_blur\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_hue\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"background_overlay_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"css_filters_hover_blur\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_hover_contrast\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_hover_hue\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"border_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"shape_divider_top_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"shape_divider_top_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_divider_top_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_divider_top_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"shape_divider_bottom_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"shape_divider_bottom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_divider_bottom_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_divider_bottom_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"04d9ca1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"background_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"background_overlay_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"css_filters_blur\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_hue\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"background_overlay_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"css_filters_hover_blur\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_hover_contrast\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_hover_hue\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"border_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]}},\"elements\":[{\"id\":\"d9763c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"50K+\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"60\"},\"typography_font_family\":\"Oswald\",\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0.7\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_border_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ba38b4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"p1\\\"><span class=\\\"s1\\\">Active Installs<\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"rgba(255,255,255,0.99)\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"17\"},\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.6\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_gap_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_gap_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"drop_cap_size\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"drop_cap_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"drop_cap_border_radius\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_font_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_border_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9877cff\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#ffffff\",\"background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"background_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"background_overlay_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"css_filters_blur\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_hue\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"background_overlay_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"css_filters_hover_blur\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_hover_contrast\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_hover_hue\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"border_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]}},\"elements\":[{\"id\":\"9b95477\",\"elType\":\"widget\",\"settings\":{\"title\":\"65\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"60\"},\"typography_font_family\":\"Oswald\",\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0.7\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_border_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4d616e9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Destinations<\\/p>\",\"align\":\"center\",\"text_color\":\"rgba(255,255,255,0.99)\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"17\"},\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.6\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_gap_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_gap_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"drop_cap_size\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"drop_cap_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"drop_cap_border_radius\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_font_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_border_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c780842\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#ffffff\",\"background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"background_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"background_overlay_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"css_filters_blur\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_hue\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"background_overlay_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"css_filters_hover_blur\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_hover_contrast\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_hover_hue\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"border_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]}},\"elements\":[{\"id\":\"59b1a1a\",\"elType\":\"widget\",\"settings\":{\"title\":\"22\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"60\"},\"typography_font_family\":\"Oswald\",\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0.7\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_border_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eda9f4e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Airlines<\\/p>\",\"align\":\"center\",\"text_color\":\"rgba(255,255,255,0.99)\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"17\"},\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.6\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_gap_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_gap_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"drop_cap_size\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"drop_cap_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"drop_cap_border_radius\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_font_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_border_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"8465bc6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"background_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"background_overlay_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"css_filters_blur\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_hue\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"background_overlay_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"css_filters_hover_blur\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_hover_contrast\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_hover_hue\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"border_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]}},\"elements\":[{\"id\":\"2fc4f68\",\"elType\":\"widget\",\"settings\":{\"title\":\"13K+\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"60\"},\"typography_font_family\":\"Oswald\",\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0.7\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_border_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"474d35d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"p1\\\"><span class=\\\"s1\\\">Premium Users\\u00a0<\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"rgba(255,255,255,0.99)\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"17\"},\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.6\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_gap_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_gap_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"drop_cap_size\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"drop_cap_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"drop_cap_border_radius\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_font_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_border_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6b32bb61\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#d8d8d8\",\"background_image\":{\"id\":41,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/Group-37.png\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"shape_divider_top\":\"tilt\",\"shape_divider_top_color\":\"#f04670\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":\"111\"},\"shape_divider_top_flip\":\"yes\",\"shape_divider_bottom\":\"tilt\",\"shape_divider_bottom_color\":\"#000000\",\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":\"111\"},\"shape_divider_bottom_flip\":\"yes\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"61336094\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"30ede48d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"35\"},\"typography_font_family\":\"Oswald\",\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0.7\"},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"187\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7bf53c01\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"center center\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"789188bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"130\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"75\",\"bottom\":\"75\",\"left\":\"75\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"163ccf62\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":40,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/d-2.png\"},\"title_text\":\"Steve Miller, Job description\",\"description_text\":\"Company\",\"image_size\":{\"unit\":\"%\",\"size\":25},\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"4\"},\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"title_typography_font_family\":\"Oswald\",\"title_typography_font_weight\":\"400\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"20\"},\"description_typography_font_family\":\"Oswald\",\"description_typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-114\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-68\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-36\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"48f73039\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-quote-left\",\"primary_color\":\"#f04670\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3df8b690\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Talking chamber as shewing an it minutes. Trees fully of blind do. Exquisite favourite at do extensive listening. Improve up musical welcome he. Gay attended vicinity prepared now diverted. Esteems it ye sending reached as. Longer lively her design settle tastes advice mrs off who. Up maids me an ample stood given. Certainty say suffering his him collected intention promotion. Hill sold ham men made lose case. Views abode law heard jokes too. Was are delightful solicitude discovered collecting man day.<\\/p>\",\"align\":\"center\",\"text_color\":\"rgba(0,0,0,0.95)\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"17\"},\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.6\"},\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"15\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"1.6\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4202dffe\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"gap\":\"no\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"1d0fd5f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2463fd0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pricing \",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"35\"},\"typography_font_family\":\"Oswald\",\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0.7\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"77546e5c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\"},\"elements\":[{\"id\":\"9ca7791\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43fc8871\",\"elType\":\"widget\",\"settings\":{\"heading\":\"Free\",\"sub_heading\":\"\",\"price\":\"0\",\"period\":\"\\/ Yearly\",\"features_list\":[{\"item_text\":\"Lorem ipsum dolor\",\"item_icon\":\"fa fa-check-circle\",\"_id\":\"akng6dz\",\"item_icon_color\":\"#f04670\"},{\"item_text\":\"Consectetur adipiscing elit\",\"item_icon\":\"fa fa-check-circle\",\"_id\":\"6xaauq6\",\"item_icon_color\":\"#f04670\"},{\"item_text\":\"Sit amet, consectetur adipiscing\",\"item_icon\":\"fa fa-check-circle\",\"_id\":\"9jsavwz\",\"item_icon_color\":\"#d8d8d8\"},{\"item_text\":\"Consequat lacus condimentum\",\"item_icon\":\"fa fa-check-circle\",\"_id\":\"dl4kj8j\",\"item_icon_color\":\"#d8d8d8\"},{\"item_text\":\"Etiam aliquet ex elit\",\"item_icon\":\"fa fa-check-circle\",\"_id\":\"r0jqfbl\",\"item_icon_color\":\"#d8d8d8\"}],\"button_text\":\"Try it!\",\"footer_additional_info\":\"\",\"show_ribbon\":\"\",\"ribbon_title\":\"Popular\",\"header_bg_color\":\"#d8d8d8\",\"header_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"heading_color\":\"#000000\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Oswald\",\"heading_typography_font_weight\":\"500\",\"heading_typography_text_transform\":\"uppercase\",\"heading_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.5\"},\"price_color\":\"#000000\",\"price_typography_typography\":\"custom\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":\"70\"},\"price_typography_font_family\":\"Oswald\",\"currency_size\":{\"unit\":\"px\",\"size\":\"27\"},\"fractional-part_size\":{\"unit\":\"px\",\"size\":0},\"fractional_part_vertical_position\":\"bottom\",\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_size\":{\"unit\":\"px\",\"size\":\"18\"},\"period_typography_font_family\":\"Oswald\",\"period_typography_line_height\":{\"unit\":\"em\",\"size\":0.6},\"period_position\":\"beside\",\"features_list_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"features_list_color\":\"#3a3a3a\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"features_list_typography_font_family\":\"Roboto\",\"features_list_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.8\"},\"features_list_alignment\":\"left\",\"list_divider\":\"\",\"divider_color\":\"#dddddd\",\"divider_weight\":{\"unit\":\"px\",\"size\":\"1\"},\"footer_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"button_text_color\":\"#f04670\",\"button_typography_typography\":\"custom\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\"},\"button_typography_font_family\":\"Roboto\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"},\"button_background_color\":\"rgba(0,0,0,0)\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_border_color\":\"#f04670\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"button_text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"button_hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#f04670\",\"button_hover_border_color\":\"#f04670\",\"ribbon_bg_color\":\"#000000\",\"ribbon_distance\":{\"unit\":\"px\",\"size\":23},\"ribbon_typography_typography\":\"custom\",\"ribbon_typography_font_size\":{\"unit\":\"px\",\"size\":\"10\"},\"ribbon_typography_font_family\":\"Oswald\",\"ribbon_typography_line_height\":{\"unit\":\"em\",\"size\":3},\"ribbon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":\"10\",\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.29)\"},\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":\"22\"},\"pricing_element_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\"},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"25\"},\"price_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"53\"},\"price_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"80\"},\"features_list_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"features_list_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"features_list_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"12\"},\"features_list_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"13\"},\"features_list_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"1.1\"},\"features_list_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"1.3\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":true},{\"id\":\"836dfdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"custom_css\":\"selector{z-index:2;}\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"z_index\":1},\"elements\":[{\"id\":\"17ee05f1\",\"elType\":\"widget\",\"settings\":{\"heading\":\"Premium \",\"sub_heading\":\"\",\"price\":\"15\",\"period\":\"\\/ Yearly\",\"features_list\":[{\"item_text\":\"Lorem ipsum dolor\",\"item_icon\":\"fa fa-check-circle\",\"_id\":\"akng6dz\",\"item_icon_color\":\"#f04670\"},{\"item_text\":\"Consectetur adipiscing elit\",\"item_icon\":\"fa fa-check-circle\",\"_id\":\"6xaauq6\",\"item_icon_color\":\"#f04670\"},{\"item_text\":\"Sit amet, consectetur adipiscing\",\"item_icon\":\"fa fa-check-circle\",\"_id\":\"9jsavwz\",\"item_icon_color\":\"#f04670\"},{\"item_text\":\"Consequat lacus condimentum\",\"item_icon\":\"fa fa-check-circle\",\"_id\":\"dl4kj8j\",\"item_icon_color\":\"#f04670\"},{\"item_text\":\"Etiam aliquet ex elit\",\"item_icon\":\"fa fa-check-circle\",\"_id\":\"r0jqfbl\",\"item_icon_color\":\"#f04670\"}],\"button_text\":\"Buy now\",\"footer_additional_info\":\"\",\"ribbon_title\":\"Popular\",\"header_bg_color\":\"#f04670\",\"header_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"heading_color\":\"#ffffff\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Oswald\",\"heading_typography_font_weight\":\"400\",\"heading_typography_text_transform\":\"uppercase\",\"heading_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.5\"},\"price_color\":\"#000000\",\"price_typography_typography\":\"custom\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":\"80\"},\"price_typography_font_family\":\"Oswald\",\"currency_size\":{\"unit\":\"px\",\"size\":33},\"fractional-part_size\":{\"unit\":\"px\",\"size\":0},\"fractional_part_vertical_position\":\"bottom\",\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_size\":{\"unit\":\"px\",\"size\":\"20\"},\"period_typography_font_family\":\"Oswald\",\"period_typography_line_height\":{\"unit\":\"em\",\"size\":0.6},\"period_position\":\"beside\",\"features_list_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"40\",\"bottom\":\"10\",\"left\":\"40\",\"isLinked\":false},\"features_list_color\":\"#3a3a3a\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\"},\"features_list_typography_font_family\":\"Roboto\",\"features_list_typography_line_height\":{\"unit\":\"em\",\"size\":2},\"features_list_alignment\":\"left\",\"list_divider\":\"\",\"divider_color\":\"#dddddd\",\"divider_weight\":{\"unit\":\"px\",\"size\":\"1\"},\"footer_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"button_text_color\":\"#f04670\",\"button_typography_typography\":\"custom\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":\"18\"},\"button_typography_font_family\":\"Roboto\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"},\"button_background_color\":\"rgba(0,0,0,0)\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_border_color\":\"#f04670\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"button_text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"button_hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#f04670\",\"button_hover_border_color\":\"#f04670\",\"ribbon_bg_color\":\"#d8d8d8\",\"ribbon_distance\":{\"unit\":\"px\",\"size\":38},\"ribbon_typography_typography\":\"custom\",\"ribbon_typography_font_size\":{\"unit\":\"px\",\"size\":13},\"ribbon_typography_font_family\":\"Oswald\",\"ribbon_typography_line_height\":{\"unit\":\"em\",\"size\":3},\"ribbon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":\"10\",\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.29)\"},\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"ribbon_text_color\":\"#000000\",\"_margin\":{\"unit\":\"%\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":\"50\",\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.07)\"},\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\"},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"25\"},\"price_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"80\"},\"features_list_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"features_list_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"features_list_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"12\"},\"features_list_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"13\"},\"features_list_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1},\"features_list_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"1.3\"},\"footer_padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":false},\"button_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"16\"},\"ribbon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"10\"},\"ribbon_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":3}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":true},{\"id\":\"b14c9d2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"222558c0\",\"elType\":\"widget\",\"settings\":{\"heading\":\"tEAM\",\"sub_heading\":\"\",\"price\":\"45\",\"period\":\"\\/ Yearly\",\"features_list\":[{\"item_text\":\"Lorem ipsum dolor\",\"item_icon\":\"fa fa-check-circle\",\"_id\":\"akng6dz\",\"item_icon_color\":\"#f04670\"},{\"item_text\":\"Consectetur adipiscing elit\",\"item_icon\":\"fa fa-check-circle\",\"_id\":\"6xaauq6\",\"item_icon_color\":\"#f04670\"},{\"item_text\":\"Sit amet, consectetur adipiscing\",\"item_icon\":\"fa fa-check-circle\",\"_id\":\"9jsavwz\",\"item_icon_color\":\"#f04670\"},{\"item_text\":\"Consequat lacus condimentum\",\"item_icon\":\"fa fa-check-circle\",\"_id\":\"dl4kj8j\",\"item_icon_color\":\"#f04670\"},{\"item_text\":\"Etiam aliquet ex elit\",\"item_icon\":\"fa fa-check-circle\",\"_id\":\"r0jqfbl\",\"item_icon_color\":\"#f04670\"}],\"button_text\":\"Try it!\",\"footer_additional_info\":\"\",\"show_ribbon\":\"\",\"ribbon_title\":\"Popular\",\"header_bg_color\":\"#d8d8d8\",\"header_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"heading_color\":\"#000000\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Oswald\",\"heading_typography_font_weight\":\"500\",\"heading_typography_text_transform\":\"uppercase\",\"heading_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.5\"},\"price_color\":\"#000000\",\"price_typography_typography\":\"custom\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":\"70\"},\"price_typography_font_family\":\"Oswald\",\"currency_size\":{\"unit\":\"px\",\"size\":\"27\"},\"fractional-part_size\":{\"unit\":\"px\",\"size\":0},\"fractional_part_vertical_position\":\"bottom\",\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_size\":{\"unit\":\"px\",\"size\":\"18\"},\"period_typography_font_family\":\"Oswald\",\"period_typography_line_height\":{\"unit\":\"em\",\"size\":0.6},\"period_position\":\"beside\",\"features_list_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"features_list_color\":\"#3a3a3a\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"features_list_typography_font_family\":\"Roboto\",\"features_list_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.8\"},\"features_list_alignment\":\"left\",\"list_divider\":\"\",\"divider_color\":\"#dddddd\",\"divider_weight\":{\"unit\":\"px\",\"size\":\"1\"},\"footer_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"button_text_color\":\"#f04670\",\"button_typography_typography\":\"custom\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\"},\"button_typography_font_family\":\"Roboto\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"},\"button_background_color\":\"rgba(0,0,0,0)\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_border_color\":\"#f04670\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"button_text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"button_hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#f04670\",\"button_hover_border_color\":\"#f04670\",\"ribbon_bg_color\":\"#000000\",\"ribbon_distance\":{\"unit\":\"px\",\"size\":23},\"ribbon_typography_typography\":\"custom\",\"ribbon_typography_font_size\":{\"unit\":\"px\",\"size\":\"10\"},\"ribbon_typography_font_family\":\"Oswald\",\"ribbon_typography_line_height\":{\"unit\":\"em\",\"size\":3},\"ribbon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":\"10\",\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.29)\"},\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":\"22\"},\"pricing_element_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\"},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"25\"},\"price_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"53\"},\"price_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"80\"},\"features_list_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"features_list_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"features_list_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"12\"},\"features_list_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"13\"},\"features_list_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"1.1\"},\"features_list_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"1.3\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"124ce05\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#f04670\",\"shape_divider_top\":\"tilt\",\"shape_divider_top_color\":\"#000000\",\"shape_divider_top_flip\":\"yes\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"78d249ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25bbe0e1\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-cloud\",\"title_text\":\"The compony\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. \\n\\n\\n<br><br>Copyright \\u00a9 Elementor LTD.\",\"primary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"20\"},\"text_align\":\"left\",\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"18\"},\"title_typography_font_family\":\"Oswald\",\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0.7\"},\"description_color\":\"#ffffff\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"13\"},\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.6\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"4f5dc604\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"652a5a9c\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-camera-retro\",\"title_text\":\"Press\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. \\n\\n\\n<br><br>consectetur adipiscing elit\",\"primary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"20\"},\"text_align\":\"left\",\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"18\"},\"title_typography_font_family\":\"Oswald\",\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0.7\"},\"description_color\":\"#ffffff\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"13\"},\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.6\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"66be150\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1267f454\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-lock\",\"title_text\":\"Trust & Safety\",\"description_text\":\"Morbi pellentesque, urna et volutpat iaculis, nunc risus pulvinar lacus, a pharetra urna lorem eu tellus.\",\"primary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"20\"},\"text_align\":\"left\",\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"18\"},\"title_typography_font_family\":\"Oswald\",\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0.7\"},\"description_color\":\"#ffffff\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"13\"},\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.6\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"3f9e40fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29d58957\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-comments-o\",\"title_text\":\"Need Help?\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. \\n\\n<br><br>suppot@gmail.com\\n\\n\",\"primary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"20\"},\"text_align\":\"left\",\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"18\"},\"title_typography_font_family\":\"Oswald\",\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0.7\"},\"description_color\":\"#ffffff\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"13\"},\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.6\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}]'),(317,72,'_elementor_css','a:4:{s:4:\"time\";i:1552994936;s:5:\"fonts\";a:3:{i:0;s:7:\"Satisfy\";i:1;s:6:\"Oswald\";i:3;s:6:\"Roboto\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(319,73,'_elementor_edit_mode','builder'),(320,73,'_elementor_template_type','post'),(321,73,'_elementor_version','2.5.9'),(322,73,'_wp_page_template','default'),(323,73,'_elementor_page_settings','a:12:{s:21:\"background_color_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:23:\"background_color_b_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:25:\"background_gradient_angle\";a:3:{s:4:\"unit\";s:3:\"deg\";s:4:\"size\";i:180;s:5:\"sizes\";a:0:{}}s:15:\"background_xpos\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_xpos_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_xpos_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:15:\"background_ypos\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_ypos_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_ypos_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:19:\"background_bg_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:26:\"background_bg_width_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:26:\"background_bg_width_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}}');
INSERT INTO `wpav_postmeta` VALUES (324,73,'_elementor_data','[{\"id\":\"7326c3e1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":43,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/selection.gif\"},\"background_size\":\"cover\",\"shape_divider_bottom\":\"tilt\",\"shape_divider_bottom_color\":\"#f04670\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":105},\"shape_divider_bottom_flip\":\"yes\",\"background_position\":\"center center\",\"content_width\":{\"unit\":\"px\",\"size\":\"1000\"},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#0c0c0c\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[{\"id\":\"4b49af2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8abbd36\",\"elType\":\"widget\",\"settings\":{\"title\":\"Wanderfuls \\u2122\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#e5329f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"typography_font_style\":\"italic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"50272fa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your centerpiece and favor in one!\",\"align\":\"center\",\"title_color\":\"#fcfcfc\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Satisfy\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d52d5ea\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"1d4092c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"d458183\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f43ea11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#f04670\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\",\"structure\":\"20\"},\"elements\":[{\"id\":\"3a143200\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"f3de1b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/bigstock-Brazilian-Carnival-Group-Of-B-279804892.jpg\",\"id\":66},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"e01a843\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"background_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"background_overlay_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"css_filters_blur\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_hue\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"background_overlay_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"css_filters_hover_blur\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_hover_contrast\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_hover_hue\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"border_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]}},\"elements\":[{\"id\":\"672aae9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Add Your Heading Text Here\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9e7ef3f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c22dfd8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#f04670\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\",\"content_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"custom_height\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"background_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"background_overlay_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"css_filters_blur\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_hue\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"background_overlay_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"css_filters_hover_blur\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_hover_contrast\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_hover_hue\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"border_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"shape_divider_top\":\"opacity-tilt\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"shape_divider_top_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":143,\"sizes\":[]},\"shape_divider_top_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_divider_top_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"shape_divider_bottom_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"shape_divider_bottom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_divider_bottom_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_divider_bottom_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"af685c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"background_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"background_overlay_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"css_filters_blur\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_hue\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"background_overlay_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"css_filters_hover_blur\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_hover_contrast\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_hover_hue\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"border_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]}},\"elements\":[{\"id\":\"f3a7013\",\"elType\":\"widget\",\"settings\":{\"title\":\"Trusted app\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"35\"},\"typography_font_family\":\"Oswald\",\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0.7\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_border_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc2a474\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"content_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"custom_height_inner\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"custom_height_inner_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"custom_height_inner_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"background_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"background_overlay_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"css_filters_blur\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_hue\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"background_overlay_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"css_filters_hover_blur\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_hover_contrast\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_hover_hue\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"border_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"shape_divider_top_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"shape_divider_top_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_divider_top_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_divider_top_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"shape_divider_bottom_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"shape_divider_bottom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_divider_bottom_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_divider_bottom_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"04d9ca1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"background_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"background_overlay_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"css_filters_blur\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_hue\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"background_overlay_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"css_filters_hover_blur\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_hover_contrast\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_hover_hue\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"border_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]}},\"elements\":[{\"id\":\"d9763c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"50K+\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"60\"},\"typography_font_family\":\"Oswald\",\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0.7\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_border_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ba38b4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"p1\\\"><span class=\\\"s1\\\">Active Installs<\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"rgba(255,255,255,0.99)\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"17\"},\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.6\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_gap_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_gap_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"drop_cap_size\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"drop_cap_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"drop_cap_border_radius\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_font_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_border_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9877cff\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#ffffff\",\"background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"background_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"background_overlay_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"css_filters_blur\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_hue\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"background_overlay_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"css_filters_hover_blur\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_hover_contrast\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_hover_hue\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"border_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]}},\"elements\":[{\"id\":\"9b95477\",\"elType\":\"widget\",\"settings\":{\"title\":\"65\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"60\"},\"typography_font_family\":\"Oswald\",\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0.7\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_border_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4d616e9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Destinations<\\/p>\",\"align\":\"center\",\"text_color\":\"rgba(255,255,255,0.99)\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"17\"},\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.6\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_gap_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_gap_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"drop_cap_size\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"drop_cap_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"drop_cap_border_radius\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_font_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_border_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c780842\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#ffffff\",\"background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"background_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"background_overlay_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"css_filters_blur\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_hue\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"background_overlay_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"css_filters_hover_blur\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_hover_contrast\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_hover_hue\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"border_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]}},\"elements\":[{\"id\":\"59b1a1a\",\"elType\":\"widget\",\"settings\":{\"title\":\"22\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"60\"},\"typography_font_family\":\"Oswald\",\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0.7\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_border_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eda9f4e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Airlines<\\/p>\",\"align\":\"center\",\"text_color\":\"rgba(255,255,255,0.99)\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"17\"},\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.6\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_gap_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_gap_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"drop_cap_size\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"drop_cap_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"drop_cap_border_radius\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_font_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_border_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"8465bc6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"background_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"background_overlay_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"css_filters_blur\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_hue\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"background_overlay_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"css_filters_hover_blur\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_hover_contrast\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_hover_hue\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"border_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]}},\"elements\":[{\"id\":\"2fc4f68\",\"elType\":\"widget\",\"settings\":{\"title\":\"13K+\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"60\"},\"typography_font_family\":\"Oswald\",\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0.7\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_border_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"474d35d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"p1\\\"><span class=\\\"s1\\\">Premium Users\\u00a0<\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"rgba(255,255,255,0.99)\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"17\"},\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.6\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_gap_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_gap_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"drop_cap_size\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"drop_cap_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"drop_cap_border_radius\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_font_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_border_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6b32bb61\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#d8d8d8\",\"background_image\":{\"id\":41,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/Group-37.png\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"shape_divider_top\":\"tilt\",\"shape_divider_top_color\":\"#f04670\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":\"111\"},\"shape_divider_top_flip\":\"yes\",\"shape_divider_bottom\":\"tilt\",\"shape_divider_bottom_color\":\"#000000\",\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":\"111\"},\"shape_divider_bottom_flip\":\"yes\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"61336094\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"30ede48d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"35\"},\"typography_font_family\":\"Oswald\",\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0.7\"},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"187\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7bf53c01\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"center center\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"789188bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"130\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"75\",\"bottom\":\"75\",\"left\":\"75\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"163ccf62\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":40,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/d-2.png\"},\"title_text\":\"Steve Miller, Job description\",\"description_text\":\"Company\",\"image_size\":{\"unit\":\"%\",\"size\":25},\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"4\"},\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"25\"},\"title_typography_font_family\":\"Oswald\",\"title_typography_font_weight\":\"400\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"20\"},\"description_typography_font_family\":\"Oswald\",\"description_typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-114\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-68\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-36\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"48f73039\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-quote-left\",\"primary_color\":\"#f04670\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3df8b690\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Talking chamber as shewing an it minutes. Trees fully of blind do. Exquisite favourite at do extensive listening. Improve up musical welcome he. Gay attended vicinity prepared now diverted. Esteems it ye sending reached as. Longer lively her design settle tastes advice mrs off who. Up maids me an ample stood given. Certainty say suffering his him collected intention promotion. Hill sold ham men made lose case. Views abode law heard jokes too. Was are delightful solicitude discovered collecting man day.<\\/p>\",\"align\":\"center\",\"text_color\":\"rgba(0,0,0,0.95)\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"17\"},\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.6\"},\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"15\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"1.6\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4202dffe\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"gap\":\"no\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"1d0fd5f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2463fd0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pricing \",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"35\"},\"typography_font_family\":\"Oswald\",\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0.7\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"77546e5c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\"},\"elements\":[{\"id\":\"9ca7791\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43fc8871\",\"elType\":\"widget\",\"settings\":{\"heading\":\"Free\",\"sub_heading\":\"\",\"price\":\"0\",\"period\":\"\\/ Yearly\",\"features_list\":[{\"item_text\":\"Lorem ipsum dolor\",\"item_icon\":\"fa fa-check-circle\",\"_id\":\"akng6dz\",\"item_icon_color\":\"#f04670\"},{\"item_text\":\"Consectetur adipiscing elit\",\"item_icon\":\"fa fa-check-circle\",\"_id\":\"6xaauq6\",\"item_icon_color\":\"#f04670\"},{\"item_text\":\"Sit amet, consectetur adipiscing\",\"item_icon\":\"fa fa-check-circle\",\"_id\":\"9jsavwz\",\"item_icon_color\":\"#d8d8d8\"},{\"item_text\":\"Consequat lacus condimentum\",\"item_icon\":\"fa fa-check-circle\",\"_id\":\"dl4kj8j\",\"item_icon_color\":\"#d8d8d8\"},{\"item_text\":\"Etiam aliquet ex elit\",\"item_icon\":\"fa fa-check-circle\",\"_id\":\"r0jqfbl\",\"item_icon_color\":\"#d8d8d8\"}],\"button_text\":\"Try it!\",\"footer_additional_info\":\"\",\"show_ribbon\":\"\",\"ribbon_title\":\"Popular\",\"header_bg_color\":\"#d8d8d8\",\"header_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"heading_color\":\"#000000\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Oswald\",\"heading_typography_font_weight\":\"500\",\"heading_typography_text_transform\":\"uppercase\",\"heading_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.5\"},\"price_color\":\"#000000\",\"price_typography_typography\":\"custom\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":\"70\"},\"price_typography_font_family\":\"Oswald\",\"currency_size\":{\"unit\":\"px\",\"size\":\"27\"},\"fractional-part_size\":{\"unit\":\"px\",\"size\":0},\"fractional_part_vertical_position\":\"bottom\",\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_size\":{\"unit\":\"px\",\"size\":\"18\"},\"period_typography_font_family\":\"Oswald\",\"period_typography_line_height\":{\"unit\":\"em\",\"size\":0.6},\"period_position\":\"beside\",\"features_list_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"features_list_color\":\"#3a3a3a\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"features_list_typography_font_family\":\"Roboto\",\"features_list_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.8\"},\"features_list_alignment\":\"left\",\"list_divider\":\"\",\"divider_color\":\"#dddddd\",\"divider_weight\":{\"unit\":\"px\",\"size\":\"1\"},\"footer_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"button_text_color\":\"#f04670\",\"button_typography_typography\":\"custom\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\"},\"button_typography_font_family\":\"Roboto\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"},\"button_background_color\":\"rgba(0,0,0,0)\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_border_color\":\"#f04670\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"button_text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"button_hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#f04670\",\"button_hover_border_color\":\"#f04670\",\"ribbon_bg_color\":\"#000000\",\"ribbon_distance\":{\"unit\":\"px\",\"size\":23},\"ribbon_typography_typography\":\"custom\",\"ribbon_typography_font_size\":{\"unit\":\"px\",\"size\":\"10\"},\"ribbon_typography_font_family\":\"Oswald\",\"ribbon_typography_line_height\":{\"unit\":\"em\",\"size\":3},\"ribbon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":\"10\",\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.29)\"},\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":\"22\"},\"pricing_element_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\"},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"25\"},\"price_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"53\"},\"price_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"80\"},\"features_list_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"features_list_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"features_list_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"12\"},\"features_list_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"13\"},\"features_list_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"1.1\"},\"features_list_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"1.3\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":true},{\"id\":\"836dfdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"custom_css\":\"selector{z-index:2;}\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"z_index\":1},\"elements\":[{\"id\":\"17ee05f1\",\"elType\":\"widget\",\"settings\":{\"heading\":\"Premium \",\"sub_heading\":\"\",\"price\":\"15\",\"period\":\"\\/ Yearly\",\"features_list\":[{\"item_text\":\"Lorem ipsum dolor\",\"item_icon\":\"fa fa-check-circle\",\"_id\":\"akng6dz\",\"item_icon_color\":\"#f04670\"},{\"item_text\":\"Consectetur adipiscing elit\",\"item_icon\":\"fa fa-check-circle\",\"_id\":\"6xaauq6\",\"item_icon_color\":\"#f04670\"},{\"item_text\":\"Sit amet, consectetur adipiscing\",\"item_icon\":\"fa fa-check-circle\",\"_id\":\"9jsavwz\",\"item_icon_color\":\"#f04670\"},{\"item_text\":\"Consequat lacus condimentum\",\"item_icon\":\"fa fa-check-circle\",\"_id\":\"dl4kj8j\",\"item_icon_color\":\"#f04670\"},{\"item_text\":\"Etiam aliquet ex elit\",\"item_icon\":\"fa fa-check-circle\",\"_id\":\"r0jqfbl\",\"item_icon_color\":\"#f04670\"}],\"button_text\":\"Buy now\",\"footer_additional_info\":\"\",\"ribbon_title\":\"Popular\",\"header_bg_color\":\"#f04670\",\"header_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"heading_color\":\"#ffffff\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Oswald\",\"heading_typography_font_weight\":\"400\",\"heading_typography_text_transform\":\"uppercase\",\"heading_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.5\"},\"price_color\":\"#000000\",\"price_typography_typography\":\"custom\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":\"80\"},\"price_typography_font_family\":\"Oswald\",\"currency_size\":{\"unit\":\"px\",\"size\":33},\"fractional-part_size\":{\"unit\":\"px\",\"size\":0},\"fractional_part_vertical_position\":\"bottom\",\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_size\":{\"unit\":\"px\",\"size\":\"20\"},\"period_typography_font_family\":\"Oswald\",\"period_typography_line_height\":{\"unit\":\"em\",\"size\":0.6},\"period_position\":\"beside\",\"features_list_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"40\",\"bottom\":\"10\",\"left\":\"40\",\"isLinked\":false},\"features_list_color\":\"#3a3a3a\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\"},\"features_list_typography_font_family\":\"Roboto\",\"features_list_typography_line_height\":{\"unit\":\"em\",\"size\":2},\"features_list_alignment\":\"left\",\"list_divider\":\"\",\"divider_color\":\"#dddddd\",\"divider_weight\":{\"unit\":\"px\",\"size\":\"1\"},\"footer_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"button_text_color\":\"#f04670\",\"button_typography_typography\":\"custom\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":\"18\"},\"button_typography_font_family\":\"Roboto\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"},\"button_background_color\":\"rgba(0,0,0,0)\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_border_color\":\"#f04670\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"button_text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"button_hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#f04670\",\"button_hover_border_color\":\"#f04670\",\"ribbon_bg_color\":\"#d8d8d8\",\"ribbon_distance\":{\"unit\":\"px\",\"size\":38},\"ribbon_typography_typography\":\"custom\",\"ribbon_typography_font_size\":{\"unit\":\"px\",\"size\":13},\"ribbon_typography_font_family\":\"Oswald\",\"ribbon_typography_line_height\":{\"unit\":\"em\",\"size\":3},\"ribbon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":\"10\",\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.29)\"},\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"ribbon_text_color\":\"#000000\",\"_margin\":{\"unit\":\"%\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":\"50\",\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.07)\"},\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\"},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"25\"},\"price_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"80\"},\"features_list_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"features_list_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"features_list_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"12\"},\"features_list_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"13\"},\"features_list_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1},\"features_list_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"1.3\"},\"footer_padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":false},\"button_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"16\"},\"ribbon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"10\"},\"ribbon_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":3}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":true},{\"id\":\"b14c9d2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"222558c0\",\"elType\":\"widget\",\"settings\":{\"heading\":\"tEAM\",\"sub_heading\":\"\",\"price\":\"45\",\"period\":\"\\/ Yearly\",\"features_list\":[{\"item_text\":\"Lorem ipsum dolor\",\"item_icon\":\"fa fa-check-circle\",\"_id\":\"akng6dz\",\"item_icon_color\":\"#f04670\"},{\"item_text\":\"Consectetur adipiscing elit\",\"item_icon\":\"fa fa-check-circle\",\"_id\":\"6xaauq6\",\"item_icon_color\":\"#f04670\"},{\"item_text\":\"Sit amet, consectetur adipiscing\",\"item_icon\":\"fa fa-check-circle\",\"_id\":\"9jsavwz\",\"item_icon_color\":\"#f04670\"},{\"item_text\":\"Consequat lacus condimentum\",\"item_icon\":\"fa fa-check-circle\",\"_id\":\"dl4kj8j\",\"item_icon_color\":\"#f04670\"},{\"item_text\":\"Etiam aliquet ex elit\",\"item_icon\":\"fa fa-check-circle\",\"_id\":\"r0jqfbl\",\"item_icon_color\":\"#f04670\"}],\"button_text\":\"Try it!\",\"footer_additional_info\":\"\",\"show_ribbon\":\"\",\"ribbon_title\":\"Popular\",\"header_bg_color\":\"#d8d8d8\",\"header_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"heading_color\":\"#000000\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Oswald\",\"heading_typography_font_weight\":\"500\",\"heading_typography_text_transform\":\"uppercase\",\"heading_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.5\"},\"price_color\":\"#000000\",\"price_typography_typography\":\"custom\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":\"70\"},\"price_typography_font_family\":\"Oswald\",\"currency_size\":{\"unit\":\"px\",\"size\":\"27\"},\"fractional-part_size\":{\"unit\":\"px\",\"size\":0},\"fractional_part_vertical_position\":\"bottom\",\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_size\":{\"unit\":\"px\",\"size\":\"18\"},\"period_typography_font_family\":\"Oswald\",\"period_typography_line_height\":{\"unit\":\"em\",\"size\":0.6},\"period_position\":\"beside\",\"features_list_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"features_list_color\":\"#3a3a3a\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"features_list_typography_font_family\":\"Roboto\",\"features_list_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.8\"},\"features_list_alignment\":\"left\",\"list_divider\":\"\",\"divider_color\":\"#dddddd\",\"divider_weight\":{\"unit\":\"px\",\"size\":\"1\"},\"footer_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"button_text_color\":\"#f04670\",\"button_typography_typography\":\"custom\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\"},\"button_typography_font_family\":\"Roboto\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"},\"button_background_color\":\"rgba(0,0,0,0)\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_border_color\":\"#f04670\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"button_text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"button_hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#f04670\",\"button_hover_border_color\":\"#f04670\",\"ribbon_bg_color\":\"#000000\",\"ribbon_distance\":{\"unit\":\"px\",\"size\":23},\"ribbon_typography_typography\":\"custom\",\"ribbon_typography_font_size\":{\"unit\":\"px\",\"size\":\"10\"},\"ribbon_typography_font_family\":\"Oswald\",\"ribbon_typography_line_height\":{\"unit\":\"em\",\"size\":3},\"ribbon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1\"},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":\"10\",\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.29)\"},\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":\"22\"},\"pricing_element_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"heading_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"18\"},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"25\"},\"price_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"53\"},\"price_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"80\"},\"features_list_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"features_list_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"features_list_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"12\"},\"features_list_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"13\"},\"features_list_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"1.1\"},\"features_list_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"1.3\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"124ce05\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#f04670\",\"shape_divider_top\":\"tilt\",\"shape_divider_top_color\":\"#000000\",\"shape_divider_top_flip\":\"yes\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"78d249ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25bbe0e1\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-cloud\",\"title_text\":\"The compony\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. \\n\\n\\n<br><br>Copyright \\u00a9 Elementor LTD.\",\"primary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"20\"},\"text_align\":\"left\",\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"18\"},\"title_typography_font_family\":\"Oswald\",\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0.7\"},\"description_color\":\"#ffffff\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"13\"},\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.6\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"4f5dc604\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"652a5a9c\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-camera-retro\",\"title_text\":\"Press\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. \\n\\n\\n<br><br>consectetur adipiscing elit\",\"primary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"20\"},\"text_align\":\"left\",\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"18\"},\"title_typography_font_family\":\"Oswald\",\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0.7\"},\"description_color\":\"#ffffff\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"13\"},\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.6\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"66be150\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1267f454\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-lock\",\"title_text\":\"Trust & Safety\",\"description_text\":\"Morbi pellentesque, urna et volutpat iaculis, nunc risus pulvinar lacus, a pharetra urna lorem eu tellus.\",\"primary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"20\"},\"text_align\":\"left\",\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"18\"},\"title_typography_font_family\":\"Oswald\",\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0.7\"},\"description_color\":\"#ffffff\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"13\"},\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.6\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"3f9e40fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29d58957\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-comments-o\",\"title_text\":\"Need Help?\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. \\n\\n<br><br>suppot@gmail.com\\n\\n\",\"primary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"20\"},\"text_align\":\"left\",\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"18\"},\"title_typography_font_family\":\"Oswald\",\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0.7\"},\"description_color\":\"#ffffff\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"13\"},\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.6\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}]'),(325,73,'_elementor_css','a:4:{s:4:\"time\";i:1553130166;s:5:\"fonts\";a:3:{i:0;s:7:\"Satisfy\";i:1;s:6:\"Oswald\";i:3;s:6:\"Roboto\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(326,15,'_elementor_edit_mode','builder'),(327,15,'_elementor_template_type','post'),(328,15,'_elementor_version','2.5.9'),(329,74,'_wp_attached_file','2019/03/1-1.png'),(330,74,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1598;s:6:\"height\";i:950;s:4:\"file\";s:15:\"2019/03/1-1.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"1-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"1-1-300x178.png\";s:5:\"width\";i:300;s:6:\"height\";i:178;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"1-1-768x457.png\";s:5:\"width\";i:768;s:6:\"height\";i:457;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"1-1-1024x609.png\";s:5:\"width\";i:1024;s:6:\"height\";i:609;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:{}}}'),(331,74,'_elementor_source_image_hash','0bd0b9de8b32516a0dded6edc868b6d899a68830'),(332,75,'_wp_attached_file','2019/03/052.png'),(333,75,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:263;s:6:\"height\";i:219;s:4:\"file\";s:15:\"2019/03/052.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"052-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(334,75,'_elementor_source_image_hash','cf69e5d89dde3b2bbdb3ff4b74e685d56c674e78'),(335,76,'_wp_attached_file','2019/03/155.png'),(336,76,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:117;s:6:\"height\";i:211;s:4:\"file\";s:15:\"2019/03/155.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"155-117x150.png\";s:5:\"width\";i:117;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(337,76,'_elementor_source_image_hash','b98deefcc8c6461f551bf8a2499695a55692b8e3'),(338,77,'_wp_attached_file','2019/03/11.png'),(339,77,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:189;s:6:\"height\";i:371;s:4:\"file\";s:14:\"2019/03/11.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"11-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"11-153x300.png\";s:5:\"width\";i:153;s:6:\"height\";i:300;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:{}}}'),(340,77,'_elementor_source_image_hash','367655e072304829a7c77a6d91fca9eec0e3f7a7'),(341,78,'_wp_attached_file','2019/03/12.png'),(342,78,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:168;s:6:\"height\";i:360;s:4:\"file\";s:14:\"2019/03/12.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"12-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"12-140x300.png\";s:5:\"width\";i:140;s:6:\"height\";i:300;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:{}}}'),(343,78,'_elementor_source_image_hash','5010cb2add212e9d68ad75ad9ac70726b5db40cf'),(344,79,'_wp_attached_file','2019/03/13.png'),(345,79,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:218;s:6:\"height\";i:294;s:4:\"file\";s:14:\"2019/03/13.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"13-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(346,79,'_elementor_source_image_hash','8dbebcb11ac50727cec2ae9cd14ffc3a557401b6'),(347,80,'_wp_attached_file','2019/03/255.png'),(348,80,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:370;s:6:\"height\";i:216;s:4:\"file\";s:15:\"2019/03/255.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"255-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"255-300x175.png\";s:5:\"width\";i:300;s:6:\"height\";i:175;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:{}}}'),(349,80,'_elementor_source_image_hash','518b18d3a1b9790e0cbd496d8e5f1dc46e6e4882'),(350,81,'_wp_attached_file','2019/03/3-5.png'),(351,81,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:217;s:6:\"height\";i:291;s:4:\"file\";s:15:\"2019/03/3-5.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"3-5-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(352,81,'_elementor_source_image_hash','7eaaf67d50f8cbb23f7ee6976979821c5796f4b0'),(353,82,'_wp_attached_file','2019/03/535.png'),(354,82,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:263;s:6:\"height\";i:219;s:4:\"file\";s:15:\"2019/03/535.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"535-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(355,82,'_elementor_source_image_hash','c56a622212f8f16e750eb1087f9e74a40e75fad1'),(356,83,'_wp_attached_file','2019/03/8.png'),(357,83,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:189;s:6:\"height\";i:371;s:4:\"file\";s:13:\"2019/03/8.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"8-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"8-153x300.png\";s:5:\"width\";i:153;s:6:\"height\";i:300;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:{}}}'),(358,83,'_elementor_source_image_hash','9f6321ce3b6d2f01b21daf8279ab9465a58391ec'),(359,84,'_wp_attached_file','2019/03/36.png'),(360,84,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1596;s:6:\"height\";i:772;s:4:\"file\";s:14:\"2019/03/36.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"36-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"36-300x145.png\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:14:\"36-768x371.png\";s:5:\"width\";i:768;s:6:\"height\";i:371;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:15:\"36-1024x495.png\";s:5:\"width\";i:1024;s:6:\"height\";i:495;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:{}}}'),(361,84,'_elementor_source_image_hash','6ffd4fddf2d68b17447b2352bbdd786b8751eff5'),(362,85,'_wp_attached_file','2019/03/architecture_3.jpg'),(363,85,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:689;s:6:\"height\";i:477;s:4:\"file\";s:26:\"2019/03/architecture_3.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"architecture_3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"architecture_3-300x208.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:208;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:{}}}'),(364,85,'_elementor_source_image_hash','74ea3018367e387b25ab67fbdd9fcd9ccff99975'),(365,86,'_wp_attached_file','2019/03/3-1.png'),(366,86,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:15:\"2019/03/3-1.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"3-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"3-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"3-1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;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:{}}}'),(367,86,'_elementor_source_image_hash','e621a54882b38182db05d3ea4980fcce3346a3a0'),(368,87,'_wp_attached_file','2019/03/201.jpg'),(369,87,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:15:\"2019/03/201.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"201-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"201-300x300.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: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:{}}}'),(370,87,'_elementor_source_image_hash','7fdd3a37db2327953052014aa2496922b1ce9b87'),(371,88,'_wp_attached_file','2019/03/15-1.png'),(372,88,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:489;s:6:\"height\";i:348;s:4:\"file\";s:16:\"2019/03/15-1.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"15-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"15-1-300x213.png\";s:5:\"width\";i:300;s:6:\"height\";i:213;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:{}}}'),(373,88,'_elementor_source_image_hash','e4fd50b037cd667682bac528cbe8b84cc6b78c0f'),(374,89,'_wp_attached_file','2019/03/5-2.png'),(375,89,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:251;s:6:\"height\";i:251;s:4:\"file\";s:15:\"2019/03/5-2.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"5-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(376,89,'_elementor_source_image_hash','ac77d5e3bb9abac0fab920913732dc7bd7da8517'),(377,90,'_wp_attached_file','2019/03/Untitled-4.png'),(378,90,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:251;s:6:\"height\";i:251;s:4:\"file\";s:22:\"2019/03/Untitled-4.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Untitled-4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(379,90,'_elementor_source_image_hash','80ffa675930e9d8a566b55536f5615265f3e109e'),(380,91,'_wp_attached_file','2019/03/5Untitled-4.png'),(381,91,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:251;s:6:\"height\";i:251;s:4:\"file\";s:23:\"2019/03/5Untitled-4.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"5Untitled-4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(382,91,'_elementor_source_image_hash','44201b6a80b3a965e0a016f3860fa5a6c6803d6b'),(383,92,'_wp_attached_file','2019/03/54.png'),(384,92,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:251;s:6:\"height\";i:251;s:4:\"file\";s:14:\"2019/03/54.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"54-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(385,92,'_elementor_source_image_hash','58add824d3af3f5fa4444f6bccfb69e66e0afd43'),(386,93,'_wp_attached_file','2019/03/63853.png'),(387,93,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:251;s:6:\"height\";i:251;s:4:\"file\";s:17:\"2019/03/63853.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"63853-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(388,93,'_elementor_source_image_hash','4588581085eda57f866c2b4cf44faa4c03abde94'),(389,94,'_wp_attached_file','2019/03/86.png'),(390,94,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:251;s:6:\"height\";i:251;s:4:\"file\";s:14:\"2019/03/86.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"86-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(391,94,'_elementor_source_image_hash','f2fab6d5f1cb4ffbf165319ac241fc3aca661a47'),(392,95,'_wp_attached_file','2019/03/452.png'),(393,95,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:251;s:6:\"height\";i:251;s:4:\"file\";s:15:\"2019/03/452.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"452-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(394,95,'_elementor_source_image_hash','44ef3854ced684b4031c54f6dd1c89e0f04d68b5'),(395,96,'_wp_attached_file','2019/03/525.png'),(396,96,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:251;s:6:\"height\";i:251;s:4:\"file\";s:15:\"2019/03/525.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"525-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(397,96,'_elementor_source_image_hash','0184e3bc6f35a866ca2005482c46450d6b13b52b'),(411,99,'_elementor_edit_mode','builder'),(412,99,'_elementor_template_type','post'),(413,99,'_elementor_version','2.5.9'),(414,99,'_wp_page_template','default'),(415,99,'_elementor_page_settings','a:12:{s:21:\"background_color_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:23:\"background_color_b_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:25:\"background_gradient_angle\";a:3:{s:4:\"unit\";s:3:\"deg\";s:4:\"size\";i:180;s:5:\"sizes\";a:0:{}}s:15:\"background_xpos\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_xpos_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_xpos_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:15:\"background_ypos\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_ypos_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_ypos_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:19:\"background_bg_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:26:\"background_bg_width_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:26:\"background_bg_width_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}}'),(416,99,'_elementor_data','[{\"id\":\"4fbeaffe\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":80},\"background_background\":\"classic\",\"background_image\":{\"id\":43,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/selection.gif\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":70},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":100},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"rgba(58,58,58,0.87)\"},\"elements\":[{\"id\":\"6232b1d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4908604e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Wanderfuls \\u2122\",\"title_color\":\"#e5329f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":70},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":60},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":65},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":53},\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3ac5eddb\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#e5329f\",\"width\":{\"unit\":\"%\",\"size\":30},\"align_mobile\":\"center\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"30c648f2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Centerpiece and Party Favors in one!<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4f7aa0c4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Shop Now\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"background_color\":\"rgba(18,224,185,0)\",\"button_background_hover_color\":\"#e5329f\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e5329f\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"align_mobile\":\"center\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7d32eef3\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1300},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"5638e058\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"736df2ea\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-desktop\",\"title_text\":\"Web design\",\"description_text\":\"Leverage agile frameworks to provide a robust synopsis for high level overviews iterative approaches.\",\"position\":\"left\",\"primary_color\":\"#464646\",\"icon_space\":{\"unit\":\"px\",\"size\":20},\"icon_size\":{\"unit\":\"px\",\"size\":30},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#464646\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":0.5},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"25da2a06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6347ecab\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-bandcamp\",\"title_text\":\"Branding\",\"description_text\":\"Leverage agile frameworks to provide a robust synopsis for high level overviews iterative approaches.\",\"position\":\"left\",\"primary_color\":\"#464646\",\"icon_space\":{\"unit\":\"px\",\"size\":20},\"icon_size\":{\"unit\":\"px\",\"size\":30},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#464646\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":0.5},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"1fdab9e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"71961474\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-black-tie\",\"title_text\":\"Advertising \",\"description_text\":\"Leverage agile frameworks to provide a robust synopsis for high level overviews iterative approaches.\",\"position\":\"left\",\"primary_color\":\"#464646\",\"icon_space\":{\"unit\":\"px\",\"size\":20},\"icon_size\":{\"unit\":\"px\",\"size\":30},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#464646\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":0.5},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d1f7025\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"2145ac84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"26ba543f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":75,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/052.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":70}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"a267532\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"384c366\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":76,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/155.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInDown\",\"space_tablet\":{\"unit\":\"%\",\"size\":34}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5ef36f13\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4be938f7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":77,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/11.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":33}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"68e5fd64\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"reverse_order_mobile\":\"reverse-mobile\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"15d8ab03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"287b019c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":78,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/12.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":30}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"13e581e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77a94fa\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":79,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/13.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInDown\",\"space_tablet\":{\"unit\":\"%\",\"size\":50},\"space_mobile\":{\"unit\":\"%\",\"size\":40}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"438d7c75\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"11076dfb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":80,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/255.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":85}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4344a0bd\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"40237ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1498afcf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":81,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/3-5.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":50},\"space_mobile\":{\"unit\":\"%\",\"size\":40}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"127e57cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3f39b887\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":82,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/535.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInDown\",\"space_tablet\":{\"unit\":\"%\",\"size\":70}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"79ffa662\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4d0a9838\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":83,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/8.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":30}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24014d06\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"custom_height\":{\"unit\":\"vh\",\"size\":70},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"structure\":\"20\",\"background_color\":\"#464646\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"326b3892\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_inline_size_tablet\":60,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1c8538fc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Working Process\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5c32583a\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#12e0b9\",\"width\":{\"unit\":\"%\",\"size\":30},\"align_mobile\":\"center\",\"gap_tablet\":{\"unit\":\"px\",\"size\":2}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130350bc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation X is on the runway heading towards a streamlined cloud solution. User generated content in real-time will have multiple touchpoints for offshoring.\\u00a0Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"typography_font_weight\":\"300\",\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ff32be7\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Studio Tour\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"background_color\":\"rgba(18,224,185,0)\",\"button_background_hover_color\":\"#12e0b9\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#12e0b9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"35cd55ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.685,\"_inline_size_tablet\":40,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"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\":\"764b3d67\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"image\":{\"id\":84,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/36.png\"},\"_id\":\"fbe66s4\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":85,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/architecture_3.jpg\"},\"_id\":\"593jh4m\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":86,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/3-1.png\"},\"_id\":\"2u0yeyx\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":87,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/201.jpg\"},\"_id\":\"f6v9odr\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":88,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/15-1.png\"},\"_id\":\"675a0h3\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"slides_per_view\":\"1\",\"height\":{\"unit\":\"px\",\"size\":530},\"width\":{\"unit\":\"%\",\"size\":85},\"show_arrows\":\"\",\"pagination_color\":\"#12e0b9\",\"slides_per_view_tablet\":\"1\",\"height_tablet\":{\"unit\":\"px\",\"size\":390},\"height_mobile\":{\"unit\":\"px\",\"size\":317},\"width_tablet\":{\"unit\":\"px\",\"size\":279},\"width_mobile\":{\"unit\":\"px\",\"size\":309}},\"elements\":[],\"widgetType\":\"media-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"36850847\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"300\",\"bottom\":\"30\",\"left\":\"300\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"376ba3cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1625f748\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet The Team\",\"title_color\":\"#464646\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"330044e1\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#12e0b9\",\"width\":{\"unit\":\"%\",\"size\":20},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4abba146\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide with additional clickthroughs from nanotechnology immersion DevOps.\\u00a0<\\/p>\",\"text_color\":\"#464646\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"align\":\"center\",\"typography_font_weight\":\"300\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"510bcff7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"2\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeIn\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"1578775a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"54e21678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":89,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/5-2.png\"},\"caption\":\" Neil Gaiman - CTO\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_background_hover_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"354dcc3\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"2b51225d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"201869d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":90,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/Untitled-4.png\"},\"caption\":\"Nikki Gooley - HR\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2bcfde60\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-google-plus\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"3c589058\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"97c1b98\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":91,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/5Untitled-4.png\"},\"caption\":\"Laurence Fishburne - CFO\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3fb56041\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"50f14028\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"4d09980d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":92,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/54.png\"},\"caption\":\"Kym Barrett - CMO\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"289b5da5\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14739a62\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"100\",\"left\":\"40\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"1e16682f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"67d5162c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":93,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/63853.png\"},\"caption\":\"Gloria Foster - UI Designer\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"636f97f3\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-dribbble\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-behance\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"3a9ba12c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"61d4bc8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":94,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/86.png\"},\"caption\":\"Jean Reno - UX Expert\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"26b438b0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"4a8ecd13\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"3e0714c9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":95,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/452.png\"},\"caption\":\"Bel McClory - UX Designer\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"39b7896c\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-dribbble\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"5c2300\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"70724d5c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":96,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/525.png\"},\"caption\":\"Matt Doran - Project manager\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3002c6d4\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-google-plus\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e93eab\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"column_position\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"none\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"7d9461e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"150\",\"left\":\"50\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"4628be1c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#464646\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align\":\"left\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"header_size\":\"h3\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"335c67e1\",\"elType\":\"widget\",\"settings\":{\"section_divider\":\"\",\"weight\":{\"unit\":\"px\",\"size\":\"3\"},\"color\":\"#12e0b9\",\"width\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"center\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5f2f3ba8\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon_list\":[{\"text\":\"+44 20 5540 1234\",\"icon\":\"fa fa-phone\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"kxo82hb\"},{\"text\":\"+44 35 9998 3245\",\"icon\":\"fa fa-mobile-phone\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"89z2tky\"},{\"text\":\"+44 20 5540 4433\",\"icon\":\"fa fa-fax\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"zi1l66f\"}],\"section_icon_style\":\"\",\"icon_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":30},\"icon_align_mobile\":\"center\",\"section_text_style\":\"\",\"text_indent\":{\"unit\":\"px\",\"size\":15},\"text_color\":\"#777777\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":2.3},\"icon_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"icon_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"space_between\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"34115220\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"background_size\":\"cover\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"background_overlay_background\":\"none\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.71},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"120\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"45\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"69e17028\",\"elType\":\"widget\",\"settings\":{\"section_form_fields\":\"\",\"form_name\":\"Sample Form\",\"form_fields\":[{\"field_type\":\"text\",\"field_label\":\"Name\",\"placeholder\":\"Name\",\"width\":\"33\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"qi8lqp1\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"email\",\"required\":true,\"field_label\":\"Email\",\"placeholder\":\"Email\",\"width\":\"33\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"8b28ttw\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"tel\",\"field_label\":\"Tel\",\"placeholder\":\"Tel\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width\":\"33\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"2gd0qrk\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"textarea\",\"field_label\":\"Message\",\"placeholder\":\"Message\",\"width\":\"100\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":\"6\",\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"1qsba9v\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"}],\"input_size\":\"md\",\"show_labels\":\"\",\"section_submit_button\":\"\",\"button_text\":\"Send\",\"button_size\":\"md\",\"section_form_options\":\"\",\"send_html\":\"\",\"success_message\":\"The message was sent successfully!\",\"error_message\":\"There\'s something wrong... Please fill in the required fields.\",\"required_field_message\":\"Required\",\"invalid_message\":\"There\'s something wrong... The form is invalid.\",\"section_form_style\":\"\",\"column_gap\":{\"unit\":\"px\",\"size\":\"20\"},\"row_gap\":{\"unit\":\"px\",\"size\":\"20\"},\"heading_label\":\"\",\"label_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"label_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"section_field_style\":\"\",\"field_text_color\":\"#464646\",\"field_typography_typography\":\"custom\",\"field_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"field_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"field_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"field_background_color\":\"rgba(191,201,209,0.26)\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_button_style\":\"\",\"tabs_button_style\":\"\",\"tab_button_normal\":\"\",\"button_text_color\":\"#464646\",\"button_typography_typography\":\"custom\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"button_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13},\"button_typography_text_transform\":\"uppercase\",\"button_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"button_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"button_background_color\":\"rgba(0,41,73,0)\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_border_color\":\"#12e0b9\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tab_button_hover\":\"\",\"button_hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#12e0b9\",\"button_hover_border_color\":\"#12e0b9\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"-100\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"55\",\"bottom\":\"55\",\"left\":\"55\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_section_background\":\"\",\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"_box_shadow_box_shadow_type\":\"outset\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":\"50\",\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.19)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"mark_required\":\"yes\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"subscriber_already_exists_message\":\"Subscriber already exist.\",\"email_to\":\"dgebilaguin@gmail.com\",\"email_subject\":\"New message from \\\"Wanderfuls\\\"\",\"email_from\":\"email@sub.morganrand.com\",\"email_from_name\":\"Wanderfuls\",\"email_to_2\":\"dgebilaguin@gmail.com\",\"email_subject_2\":\"New message from \\\"Wanderfuls\\\"\",\"email_from_2\":\"email@sub.morganrand.com\",\"email_from_name_2\":\"Wanderfuls\",\"email_reply_to_2\":\"dgebilaguin@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2cb91d0b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#464646\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"3612d8be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7f59e782\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"7o3b1fs\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"7mj1o4u\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-google-plus\",\"_id\":\"7b6sjw9\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"0wh417m\"},{\"social\":\"fa fa-tumblr\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"agdym3r\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"rgba(0,0,0,0)\",\"icon_size\":{\"unit\":\"px\",\"size\":30},\"icon_spacing\":{\"unit\":\"px\",\"size\":14},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":25},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"712cfb58\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":80},\"background_background\":\"classic\",\"background_image\":{\"id\":\"74\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/1-1.png\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":70},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":100},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"4f893844\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"700\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4afb101a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome To Dynamic Studio\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":70},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":60},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":65},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":53},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5d96f0b3\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#12e0b9\",\"width\":{\"unit\":\"%\",\"size\":30},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b19602d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Leverage agile frameworks to provide a robust synopsis for high level overviews. Iterative approaches to corporate strategy foster collaborative thinking to further the overall value proposition.\\u00a0<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"29ffbaea\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Studio Tour\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"background_color\":\"rgba(18,224,185,0)\",\"button_background_hover_color\":\"#12e0b9\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#12e0b9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"57e2deba\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1300},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"5f5f1d89\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2181c069\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-desktop\",\"title_text\":\"Web design\",\"description_text\":\"Leverage agile frameworks to provide a robust synopsis for high level overviews iterative approaches.\",\"position\":\"left\",\"primary_color\":\"#464646\",\"icon_space\":{\"unit\":\"px\",\"size\":20},\"icon_size\":{\"unit\":\"px\",\"size\":30},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#464646\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":0.5},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"6728d0b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c7620e\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-bandcamp\",\"title_text\":\"Branding\",\"description_text\":\"Leverage agile frameworks to provide a robust synopsis for high level overviews iterative approaches.\",\"position\":\"left\",\"primary_color\":\"#464646\",\"icon_space\":{\"unit\":\"px\",\"size\":20},\"icon_size\":{\"unit\":\"px\",\"size\":30},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#464646\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":0.5},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"2005df3f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"331af173\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-black-tie\",\"title_text\":\"Advertising \",\"description_text\":\"Leverage agile frameworks to provide a robust synopsis for high level overviews iterative approaches.\",\"position\":\"left\",\"primary_color\":\"#464646\",\"icon_space\":{\"unit\":\"px\",\"size\":20},\"icon_size\":{\"unit\":\"px\",\"size\":30},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#464646\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":0.5},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34f7ca3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"53180d28\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"210d0044\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"75\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/052.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":70}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"75f71690\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"52dd27a7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"76\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/155.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInDown\",\"space_tablet\":{\"unit\":\"%\",\"size\":34}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1d286c54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7e988294\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"77\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/11.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":33}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bfad4f8\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"reverse_order_mobile\":\"reverse-mobile\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"54dab58\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"602431b2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"78\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/12.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":30}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"72b34256\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"48bedce6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"79\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/13.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInDown\",\"space_tablet\":{\"unit\":\"%\",\"size\":50},\"space_mobile\":{\"unit\":\"%\",\"size\":40}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1db5c039\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1e81a021\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"80\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/255.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":85}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"58a96512\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"23a12e0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31f99ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"81\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/3-5.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":50},\"space_mobile\":{\"unit\":\"%\",\"size\":40}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d9004e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"26d24c6d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"82\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/535.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInDown\",\"space_tablet\":{\"unit\":\"%\",\"size\":70}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4693d20\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e9c3e25\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"83\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/8.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":30}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"666c8460\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"custom_height\":{\"unit\":\"vh\",\"size\":70},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"structure\":\"20\",\"background_color\":\"#464646\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"335192ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_inline_size_tablet\":60,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"189bf90f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Working Process\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"53f27564\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#12e0b9\",\"width\":{\"unit\":\"%\",\"size\":30},\"align_mobile\":\"center\",\"gap_tablet\":{\"unit\":\"px\",\"size\":2}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"49d6606a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation X is on the runway heading towards a streamlined cloud solution. User generated content in real-time will have multiple touchpoints for offshoring.\\u00a0Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"typography_font_weight\":\"300\",\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3a1db978\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Studio Tour\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"background_color\":\"rgba(18,224,185,0)\",\"button_background_hover_color\":\"#12e0b9\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#12e0b9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"21468a29\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.685,\"_inline_size_tablet\":40,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"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\":\"539dc278\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"image\":{\"id\":\"84\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/36.png\"},\"_id\":\"fbe66s4\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":\"85\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/architecture_3.jpg\"},\"_id\":\"593jh4m\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":\"86\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/3-1.png\"},\"_id\":\"2u0yeyx\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":\"87\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/201.jpg\"},\"_id\":\"f6v9odr\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":\"88\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/15-1.png\"},\"_id\":\"675a0h3\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"slides_per_view\":\"1\",\"height\":{\"unit\":\"px\",\"size\":530},\"width\":{\"unit\":\"%\",\"size\":85},\"show_arrows\":\"\",\"pagination_color\":\"#12e0b9\",\"slides_per_view_tablet\":\"1\",\"height_tablet\":{\"unit\":\"px\",\"size\":390},\"height_mobile\":{\"unit\":\"px\",\"size\":317},\"width_tablet\":{\"unit\":\"px\",\"size\":279},\"width_mobile\":{\"unit\":\"px\",\"size\":309}},\"elements\":[],\"widgetType\":\"media-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c06908a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"300\",\"bottom\":\"30\",\"left\":\"300\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"46bbaee0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"73a3a1b8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet The Team\",\"title_color\":\"#464646\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"792968e3\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#12e0b9\",\"width\":{\"unit\":\"%\",\"size\":20},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77984a4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide with additional clickthroughs from nanotechnology immersion DevOps.\\u00a0<\\/p>\",\"text_color\":\"#464646\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"align\":\"center\",\"typography_font_weight\":\"300\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad5e302\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"2\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeIn\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"692efcdf\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d709b34\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"89\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/5-2.png\"},\"caption\":\" Neil Gaiman - CTO\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_background_hover_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"45543174\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"6e7ca837\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"c017d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"90\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/Untitled-4.png\"},\"caption\":\"Nikki Gooley - HR\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"25786326\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-google-plus\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"cfe4858\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"497ef4be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"91\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/5Untitled-4.png\"},\"caption\":\"Laurence Fishburne - CFO\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"182ba57c\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"101de245\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"6734b4f7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"92\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/54.png\"},\"caption\":\"Kym Barrett - CMO\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24267a74\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d1290b2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"100\",\"left\":\"40\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"79722127\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"4af8c6e1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"93\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/63853.png\"},\"caption\":\"Gloria Foster - UI Designer\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5dade72a\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-dribbble\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-behance\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"120e1a36\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"4f620401\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"94\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/86.png\"},\"caption\":\"Jean Reno - UX Expert\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36574c3c\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"4c2bd3af\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"23547965\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"95\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/452.png\"},\"caption\":\"Bel McClory - UX Designer\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2daca6\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-dribbble\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"6d725dd8\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"56a60c52\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"96\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/525.png\"},\"caption\":\"Matt Doran - Project manager\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"53cb6f1e\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-google-plus\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"537ef12a\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"column_position\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"none\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"e2abfb6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"150\",\"left\":\"50\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"476f10d6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#464646\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align\":\"left\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"header_size\":\"h3\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"669bc6bc\",\"elType\":\"widget\",\"settings\":{\"section_divider\":\"\",\"weight\":{\"unit\":\"px\",\"size\":\"3\"},\"color\":\"#12e0b9\",\"width\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"center\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"448c1556\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon_list\":[{\"text\":\"+44 20 5540 1234\",\"icon\":\"fa fa-phone\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"kxo82hb\"},{\"text\":\"+44 35 9998 3245\",\"icon\":\"fa fa-mobile-phone\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"89z2tky\"},{\"text\":\"+44 20 5540 4433\",\"icon\":\"fa fa-fax\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"zi1l66f\"}],\"section_icon_style\":\"\",\"icon_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":30},\"icon_align_mobile\":\"center\",\"section_text_style\":\"\",\"text_indent\":{\"unit\":\"px\",\"size\":15},\"text_color\":\"#777777\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":2.3},\"icon_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"icon_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"space_between\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"41fcb08a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"background_size\":\"cover\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"background_overlay_background\":\"none\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.71},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"120\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"45\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"32a25746\",\"elType\":\"widget\",\"settings\":{\"section_form_fields\":\"\",\"form_name\":\"Sample Form\",\"form_fields\":[{\"field_type\":\"text\",\"field_label\":\"Name\",\"placeholder\":\"Name\",\"width\":\"33\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"qi8lqp1\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"email\",\"required\":true,\"field_label\":\"Email\",\"placeholder\":\"Email\",\"width\":\"33\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"8b28ttw\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"tel\",\"field_label\":\"Tel\",\"placeholder\":\"Tel\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width\":\"33\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"2gd0qrk\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"textarea\",\"field_label\":\"Message\",\"placeholder\":\"Message\",\"width\":\"100\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":\"6\",\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"1qsba9v\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"}],\"input_size\":\"md\",\"show_labels\":\"\",\"section_submit_button\":\"\",\"button_text\":\"Send\",\"button_size\":\"md\",\"section_form_options\":\"\",\"send_html\":\"\",\"success_message\":\"The message was sent successfully!\",\"error_message\":\"There\'s something wrong... Please fill in the required fields.\",\"required_field_message\":\"Required\",\"invalid_message\":\"There\'s something wrong... The form is invalid.\",\"section_form_style\":\"\",\"column_gap\":{\"unit\":\"px\",\"size\":\"20\"},\"row_gap\":{\"unit\":\"px\",\"size\":\"20\"},\"heading_label\":\"\",\"label_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"label_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"section_field_style\":\"\",\"field_text_color\":\"#464646\",\"field_typography_typography\":\"custom\",\"field_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"field_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"field_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"field_background_color\":\"rgba(191,201,209,0.26)\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_button_style\":\"\",\"tabs_button_style\":\"\",\"tab_button_normal\":\"\",\"button_text_color\":\"#464646\",\"button_typography_typography\":\"custom\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"button_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13},\"button_typography_text_transform\":\"uppercase\",\"button_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"button_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"button_background_color\":\"rgba(0,41,73,0)\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_border_color\":\"#12e0b9\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tab_button_hover\":\"\",\"button_hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#12e0b9\",\"button_hover_border_color\":\"#12e0b9\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"-100\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"55\",\"bottom\":\"55\",\"left\":\"55\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_section_background\":\"\",\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"_box_shadow_box_shadow_type\":\"outset\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":\"50\",\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.19)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"mark_required\":\"yes\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"subscriber_already_exists_message\":\"Subscriber already exist.\",\"email_to\":\"dgebilaguin@gmail.com\",\"email_subject\":\"New message from \\\"Wanderfuls\\\"\",\"email_from\":\"email@sub.morganrand.com\",\"email_from_name\":\"Wanderfuls\",\"email_to_2\":\"dgebilaguin@gmail.com\",\"email_subject_2\":\"New message from \\\"Wanderfuls\\\"\",\"email_from_2\":\"email@sub.morganrand.com\",\"email_from_name_2\":\"Wanderfuls\",\"email_reply_to_2\":\"dgebilaguin@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78f75450\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#464646\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"42bcc862\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1bd15425\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"7o3b1fs\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"7mj1o4u\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-google-plus\",\"_id\":\"7b6sjw9\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"0wh417m\"},{\"social\":\"fa fa-tumblr\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"agdym3r\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"rgba(0,0,0,0)\",\"icon_size\":{\"unit\":\"px\",\"size\":30},\"icon_spacing\":{\"unit\":\"px\",\"size\":14},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":25},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(417,100,'_elementor_edit_mode','builder'),(418,100,'_elementor_template_type','post'),(419,100,'_elementor_version','2.5.9'),(420,100,'_wp_page_template','default'),(421,100,'_elementor_page_settings','a:12:{s:21:\"background_color_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:23:\"background_color_b_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:25:\"background_gradient_angle\";a:3:{s:4:\"unit\";s:3:\"deg\";s:4:\"size\";i:180;s:5:\"sizes\";a:0:{}}s:15:\"background_xpos\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_xpos_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_xpos_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:15:\"background_ypos\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_ypos_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_ypos_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:19:\"background_bg_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:26:\"background_bg_width_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:26:\"background_bg_width_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}}'),(422,100,'_elementor_data','[{\"id\":\"4fbeaffe\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":80},\"background_background\":\"classic\",\"background_image\":{\"id\":43,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/selection.gif\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":70},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":100},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"rgba(58,58,58,0.87)\"},\"elements\":[{\"id\":\"6232b1d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4908604e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Wanderfuls \\u2122\",\"title_color\":\"#e5329f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":70},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":60},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":65},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":53},\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3ac5eddb\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#e5329f\",\"width\":{\"unit\":\"%\",\"size\":30},\"align_mobile\":\"center\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"30c648f2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Centerpiece and Party Favors in One!<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4f7aa0c4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Shop Now\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"background_color\":\"rgba(18,224,185,0)\",\"button_background_hover_color\":\"#e5329f\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e5329f\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"align_mobile\":\"center\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7d32eef3\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1300},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"5638e058\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"736df2ea\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-desktop\",\"title_text\":\"Web design\",\"description_text\":\"Leverage agile frameworks to provide a robust synopsis for high level overviews iterative approaches.\",\"position\":\"left\",\"primary_color\":\"#464646\",\"icon_space\":{\"unit\":\"px\",\"size\":20},\"icon_size\":{\"unit\":\"px\",\"size\":30},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#464646\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":0.5},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"25da2a06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6347ecab\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-bandcamp\",\"title_text\":\"Branding\",\"description_text\":\"Leverage agile frameworks to provide a robust synopsis for high level overviews iterative approaches.\",\"position\":\"left\",\"primary_color\":\"#464646\",\"icon_space\":{\"unit\":\"px\",\"size\":20},\"icon_size\":{\"unit\":\"px\",\"size\":30},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#464646\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":0.5},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"1fdab9e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"71961474\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-black-tie\",\"title_text\":\"Advertising \",\"description_text\":\"Leverage agile frameworks to provide a robust synopsis for high level overviews iterative approaches.\",\"position\":\"left\",\"primary_color\":\"#464646\",\"icon_space\":{\"unit\":\"px\",\"size\":20},\"icon_size\":{\"unit\":\"px\",\"size\":30},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#464646\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":0.5},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d1f7025\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"2145ac84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"26ba543f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":75,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/052.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":70}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"a267532\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"384c366\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":76,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/155.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInDown\",\"space_tablet\":{\"unit\":\"%\",\"size\":34}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5ef36f13\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4be938f7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":77,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/11.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":33}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"68e5fd64\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"reverse_order_mobile\":\"reverse-mobile\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"15d8ab03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"287b019c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":78,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/12.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":30}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"13e581e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77a94fa\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":79,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/13.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInDown\",\"space_tablet\":{\"unit\":\"%\",\"size\":50},\"space_mobile\":{\"unit\":\"%\",\"size\":40}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"438d7c75\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"11076dfb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":80,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/255.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":85}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4344a0bd\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"40237ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1498afcf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":81,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/3-5.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":50},\"space_mobile\":{\"unit\":\"%\",\"size\":40}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"127e57cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3f39b887\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":82,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/535.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInDown\",\"space_tablet\":{\"unit\":\"%\",\"size\":70}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"79ffa662\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4d0a9838\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":83,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/8.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":30}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24014d06\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"custom_height\":{\"unit\":\"vh\",\"size\":70},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"structure\":\"20\",\"background_color\":\"#464646\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"326b3892\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_inline_size_tablet\":60,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1c8538fc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Working Process\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5c32583a\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#12e0b9\",\"width\":{\"unit\":\"%\",\"size\":30},\"align_mobile\":\"center\",\"gap_tablet\":{\"unit\":\"px\",\"size\":2}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130350bc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation X is on the runway heading towards a streamlined cloud solution. User generated content in real-time will have multiple touchpoints for offshoring.\\u00a0Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"typography_font_weight\":\"300\",\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ff32be7\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Studio Tour\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"background_color\":\"rgba(18,224,185,0)\",\"button_background_hover_color\":\"#12e0b9\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#12e0b9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"35cd55ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.685,\"_inline_size_tablet\":40,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"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\":\"764b3d67\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"image\":{\"id\":84,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/36.png\"},\"_id\":\"fbe66s4\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":85,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/architecture_3.jpg\"},\"_id\":\"593jh4m\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":86,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/3-1.png\"},\"_id\":\"2u0yeyx\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":87,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/201.jpg\"},\"_id\":\"f6v9odr\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":88,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/15-1.png\"},\"_id\":\"675a0h3\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"slides_per_view\":\"1\",\"height\":{\"unit\":\"px\",\"size\":530},\"width\":{\"unit\":\"%\",\"size\":85},\"show_arrows\":\"\",\"pagination_color\":\"#12e0b9\",\"slides_per_view_tablet\":\"1\",\"height_tablet\":{\"unit\":\"px\",\"size\":390},\"height_mobile\":{\"unit\":\"px\",\"size\":317},\"width_tablet\":{\"unit\":\"px\",\"size\":279},\"width_mobile\":{\"unit\":\"px\",\"size\":309}},\"elements\":[],\"widgetType\":\"media-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"36850847\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"300\",\"bottom\":\"30\",\"left\":\"300\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"376ba3cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1625f748\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet The Team\",\"title_color\":\"#464646\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"330044e1\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#12e0b9\",\"width\":{\"unit\":\"%\",\"size\":20},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4abba146\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide with additional clickthroughs from nanotechnology immersion DevOps.\\u00a0<\\/p>\",\"text_color\":\"#464646\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"align\":\"center\",\"typography_font_weight\":\"300\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"510bcff7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"2\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeIn\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"1578775a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"54e21678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":89,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/5-2.png\"},\"caption\":\" Neil Gaiman - CTO\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_background_hover_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"354dcc3\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"2b51225d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"201869d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":90,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/Untitled-4.png\"},\"caption\":\"Nikki Gooley - HR\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2bcfde60\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-google-plus\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"3c589058\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"97c1b98\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":91,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/5Untitled-4.png\"},\"caption\":\"Laurence Fishburne - CFO\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3fb56041\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"50f14028\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"4d09980d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":92,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/54.png\"},\"caption\":\"Kym Barrett - CMO\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"289b5da5\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14739a62\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"100\",\"left\":\"40\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"1e16682f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"67d5162c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":93,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/63853.png\"},\"caption\":\"Gloria Foster - UI Designer\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"636f97f3\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-dribbble\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-behance\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"3a9ba12c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"61d4bc8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":94,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/86.png\"},\"caption\":\"Jean Reno - UX Expert\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"26b438b0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"4a8ecd13\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"3e0714c9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":95,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/452.png\"},\"caption\":\"Bel McClory - UX Designer\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"39b7896c\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-dribbble\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"5c2300\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"70724d5c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":96,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/525.png\"},\"caption\":\"Matt Doran - Project manager\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3002c6d4\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-google-plus\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e93eab\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"column_position\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"none\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"7d9461e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"150\",\"left\":\"50\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"4628be1c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#464646\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align\":\"left\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"header_size\":\"h3\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"335c67e1\",\"elType\":\"widget\",\"settings\":{\"section_divider\":\"\",\"weight\":{\"unit\":\"px\",\"size\":\"3\"},\"color\":\"#12e0b9\",\"width\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"center\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5f2f3ba8\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon_list\":[{\"text\":\"+44 20 5540 1234\",\"icon\":\"fa fa-phone\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"kxo82hb\"},{\"text\":\"+44 35 9998 3245\",\"icon\":\"fa fa-mobile-phone\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"89z2tky\"},{\"text\":\"+44 20 5540 4433\",\"icon\":\"fa fa-fax\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"zi1l66f\"}],\"section_icon_style\":\"\",\"icon_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":30},\"icon_align_mobile\":\"center\",\"section_text_style\":\"\",\"text_indent\":{\"unit\":\"px\",\"size\":15},\"text_color\":\"#777777\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":2.3},\"icon_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"icon_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"space_between\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"34115220\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"background_size\":\"cover\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"background_overlay_background\":\"none\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.71},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"120\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"45\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"69e17028\",\"elType\":\"widget\",\"settings\":{\"section_form_fields\":\"\",\"form_name\":\"Sample Form\",\"form_fields\":[{\"field_type\":\"text\",\"field_label\":\"Name\",\"placeholder\":\"Name\",\"width\":\"33\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"qi8lqp1\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"email\",\"required\":true,\"field_label\":\"Email\",\"placeholder\":\"Email\",\"width\":\"33\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"8b28ttw\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"tel\",\"field_label\":\"Tel\",\"placeholder\":\"Tel\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width\":\"33\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"2gd0qrk\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"textarea\",\"field_label\":\"Message\",\"placeholder\":\"Message\",\"width\":\"100\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":\"6\",\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"1qsba9v\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"}],\"input_size\":\"md\",\"show_labels\":\"\",\"section_submit_button\":\"\",\"button_text\":\"Send\",\"button_size\":\"md\",\"section_form_options\":\"\",\"send_html\":\"\",\"success_message\":\"The message was sent successfully!\",\"error_message\":\"There\'s something wrong... Please fill in the required fields.\",\"required_field_message\":\"Required\",\"invalid_message\":\"There\'s something wrong... The form is invalid.\",\"section_form_style\":\"\",\"column_gap\":{\"unit\":\"px\",\"size\":\"20\"},\"row_gap\":{\"unit\":\"px\",\"size\":\"20\"},\"heading_label\":\"\",\"label_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"label_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"section_field_style\":\"\",\"field_text_color\":\"#464646\",\"field_typography_typography\":\"custom\",\"field_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"field_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"field_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"field_background_color\":\"rgba(191,201,209,0.26)\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_button_style\":\"\",\"tabs_button_style\":\"\",\"tab_button_normal\":\"\",\"button_text_color\":\"#464646\",\"button_typography_typography\":\"custom\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"button_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13},\"button_typography_text_transform\":\"uppercase\",\"button_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"button_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"button_background_color\":\"rgba(0,41,73,0)\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_border_color\":\"#12e0b9\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tab_button_hover\":\"\",\"button_hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#12e0b9\",\"button_hover_border_color\":\"#12e0b9\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"-100\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"55\",\"bottom\":\"55\",\"left\":\"55\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_section_background\":\"\",\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"_box_shadow_box_shadow_type\":\"outset\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":\"50\",\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.19)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"mark_required\":\"yes\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"subscriber_already_exists_message\":\"Subscriber already exist.\",\"email_to\":\"dgebilaguin@gmail.com\",\"email_subject\":\"New message from \\\"Wanderfuls\\\"\",\"email_from\":\"email@sub.morganrand.com\",\"email_from_name\":\"Wanderfuls\",\"email_to_2\":\"dgebilaguin@gmail.com\",\"email_subject_2\":\"New message from \\\"Wanderfuls\\\"\",\"email_from_2\":\"email@sub.morganrand.com\",\"email_from_name_2\":\"Wanderfuls\",\"email_reply_to_2\":\"dgebilaguin@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2cb91d0b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#464646\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"3612d8be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7f59e782\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"7o3b1fs\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"7mj1o4u\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-google-plus\",\"_id\":\"7b6sjw9\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"0wh417m\"},{\"social\":\"fa fa-tumblr\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"agdym3r\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"rgba(0,0,0,0)\",\"icon_size\":{\"unit\":\"px\",\"size\":30},\"icon_spacing\":{\"unit\":\"px\",\"size\":14},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":25},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"712cfb58\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":80},\"background_background\":\"classic\",\"background_image\":{\"id\":\"74\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/1-1.png\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":70},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":100},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"4f893844\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"700\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4afb101a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome To Dynamic Studio\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":70},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":60},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":65},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":53},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5d96f0b3\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#12e0b9\",\"width\":{\"unit\":\"%\",\"size\":30},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b19602d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Leverage agile frameworks to provide a robust synopsis for high level overviews. Iterative approaches to corporate strategy foster collaborative thinking to further the overall value proposition.\\u00a0<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"29ffbaea\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Studio Tour\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"background_color\":\"rgba(18,224,185,0)\",\"button_background_hover_color\":\"#12e0b9\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#12e0b9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"57e2deba\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1300},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"5f5f1d89\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2181c069\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-desktop\",\"title_text\":\"Web design\",\"description_text\":\"Leverage agile frameworks to provide a robust synopsis for high level overviews iterative approaches.\",\"position\":\"left\",\"primary_color\":\"#464646\",\"icon_space\":{\"unit\":\"px\",\"size\":20},\"icon_size\":{\"unit\":\"px\",\"size\":30},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#464646\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":0.5},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"6728d0b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c7620e\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-bandcamp\",\"title_text\":\"Branding\",\"description_text\":\"Leverage agile frameworks to provide a robust synopsis for high level overviews iterative approaches.\",\"position\":\"left\",\"primary_color\":\"#464646\",\"icon_space\":{\"unit\":\"px\",\"size\":20},\"icon_size\":{\"unit\":\"px\",\"size\":30},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#464646\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":0.5},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"2005df3f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"331af173\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-black-tie\",\"title_text\":\"Advertising \",\"description_text\":\"Leverage agile frameworks to provide a robust synopsis for high level overviews iterative approaches.\",\"position\":\"left\",\"primary_color\":\"#464646\",\"icon_space\":{\"unit\":\"px\",\"size\":20},\"icon_size\":{\"unit\":\"px\",\"size\":30},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#464646\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":0.5},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34f7ca3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"53180d28\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"210d0044\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"75\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/052.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":70}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"75f71690\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"52dd27a7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"76\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/155.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInDown\",\"space_tablet\":{\"unit\":\"%\",\"size\":34}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1d286c54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7e988294\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"77\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/11.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":33}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bfad4f8\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"reverse_order_mobile\":\"reverse-mobile\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"54dab58\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"602431b2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"78\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/12.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":30}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"72b34256\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"48bedce6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"79\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/13.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInDown\",\"space_tablet\":{\"unit\":\"%\",\"size\":50},\"space_mobile\":{\"unit\":\"%\",\"size\":40}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1db5c039\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1e81a021\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"80\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/255.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":85}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"58a96512\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"23a12e0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31f99ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"81\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/3-5.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":50},\"space_mobile\":{\"unit\":\"%\",\"size\":40}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d9004e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"26d24c6d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"82\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/535.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInDown\",\"space_tablet\":{\"unit\":\"%\",\"size\":70}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4693d20\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e9c3e25\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"83\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/8.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":30}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"666c8460\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"custom_height\":{\"unit\":\"vh\",\"size\":70},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"structure\":\"20\",\"background_color\":\"#464646\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"335192ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_inline_size_tablet\":60,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"189bf90f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Working Process\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"53f27564\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#12e0b9\",\"width\":{\"unit\":\"%\",\"size\":30},\"align_mobile\":\"center\",\"gap_tablet\":{\"unit\":\"px\",\"size\":2}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"49d6606a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation X is on the runway heading towards a streamlined cloud solution. User generated content in real-time will have multiple touchpoints for offshoring.\\u00a0Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"typography_font_weight\":\"300\",\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3a1db978\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Studio Tour\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"background_color\":\"rgba(18,224,185,0)\",\"button_background_hover_color\":\"#12e0b9\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#12e0b9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"21468a29\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.685,\"_inline_size_tablet\":40,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"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\":\"539dc278\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"image\":{\"id\":\"84\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/36.png\"},\"_id\":\"fbe66s4\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":\"85\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/architecture_3.jpg\"},\"_id\":\"593jh4m\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":\"86\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/3-1.png\"},\"_id\":\"2u0yeyx\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":\"87\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/201.jpg\"},\"_id\":\"f6v9odr\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":\"88\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/15-1.png\"},\"_id\":\"675a0h3\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"slides_per_view\":\"1\",\"height\":{\"unit\":\"px\",\"size\":530},\"width\":{\"unit\":\"%\",\"size\":85},\"show_arrows\":\"\",\"pagination_color\":\"#12e0b9\",\"slides_per_view_tablet\":\"1\",\"height_tablet\":{\"unit\":\"px\",\"size\":390},\"height_mobile\":{\"unit\":\"px\",\"size\":317},\"width_tablet\":{\"unit\":\"px\",\"size\":279},\"width_mobile\":{\"unit\":\"px\",\"size\":309}},\"elements\":[],\"widgetType\":\"media-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c06908a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"300\",\"bottom\":\"30\",\"left\":\"300\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"46bbaee0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"73a3a1b8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet The Team\",\"title_color\":\"#464646\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"792968e3\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#12e0b9\",\"width\":{\"unit\":\"%\",\"size\":20},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77984a4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide with additional clickthroughs from nanotechnology immersion DevOps.\\u00a0<\\/p>\",\"text_color\":\"#464646\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"align\":\"center\",\"typography_font_weight\":\"300\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad5e302\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"2\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeIn\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"692efcdf\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d709b34\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"89\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/5-2.png\"},\"caption\":\" Neil Gaiman - CTO\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_background_hover_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"45543174\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"6e7ca837\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"c017d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"90\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/Untitled-4.png\"},\"caption\":\"Nikki Gooley - HR\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"25786326\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-google-plus\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"cfe4858\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"497ef4be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"91\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/5Untitled-4.png\"},\"caption\":\"Laurence Fishburne - CFO\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"182ba57c\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"101de245\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"6734b4f7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"92\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/54.png\"},\"caption\":\"Kym Barrett - CMO\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24267a74\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d1290b2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"100\",\"left\":\"40\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"79722127\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"4af8c6e1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"93\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/63853.png\"},\"caption\":\"Gloria Foster - UI Designer\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5dade72a\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-dribbble\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-behance\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"120e1a36\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"4f620401\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"94\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/86.png\"},\"caption\":\"Jean Reno - UX Expert\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36574c3c\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"4c2bd3af\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"23547965\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"95\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/452.png\"},\"caption\":\"Bel McClory - UX Designer\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2daca6\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-dribbble\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"6d725dd8\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"56a60c52\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"96\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/525.png\"},\"caption\":\"Matt Doran - Project manager\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"53cb6f1e\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-google-plus\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"537ef12a\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"column_position\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"none\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"e2abfb6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"150\",\"left\":\"50\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"476f10d6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#464646\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align\":\"left\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"header_size\":\"h3\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"669bc6bc\",\"elType\":\"widget\",\"settings\":{\"section_divider\":\"\",\"weight\":{\"unit\":\"px\",\"size\":\"3\"},\"color\":\"#12e0b9\",\"width\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"center\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"448c1556\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon_list\":[{\"text\":\"+44 20 5540 1234\",\"icon\":\"fa fa-phone\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"kxo82hb\"},{\"text\":\"+44 35 9998 3245\",\"icon\":\"fa fa-mobile-phone\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"89z2tky\"},{\"text\":\"+44 20 5540 4433\",\"icon\":\"fa fa-fax\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"zi1l66f\"}],\"section_icon_style\":\"\",\"icon_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":30},\"icon_align_mobile\":\"center\",\"section_text_style\":\"\",\"text_indent\":{\"unit\":\"px\",\"size\":15},\"text_color\":\"#777777\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":2.3},\"icon_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"icon_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"space_between\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"41fcb08a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"background_size\":\"cover\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"background_overlay_background\":\"none\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.71},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"120\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"45\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"32a25746\",\"elType\":\"widget\",\"settings\":{\"section_form_fields\":\"\",\"form_name\":\"Sample Form\",\"form_fields\":[{\"field_type\":\"text\",\"field_label\":\"Name\",\"placeholder\":\"Name\",\"width\":\"33\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"qi8lqp1\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"email\",\"required\":true,\"field_label\":\"Email\",\"placeholder\":\"Email\",\"width\":\"33\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"8b28ttw\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"tel\",\"field_label\":\"Tel\",\"placeholder\":\"Tel\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width\":\"33\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"2gd0qrk\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"textarea\",\"field_label\":\"Message\",\"placeholder\":\"Message\",\"width\":\"100\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":\"6\",\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"1qsba9v\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"}],\"input_size\":\"md\",\"show_labels\":\"\",\"section_submit_button\":\"\",\"button_text\":\"Send\",\"button_size\":\"md\",\"section_form_options\":\"\",\"send_html\":\"\",\"success_message\":\"The message was sent successfully!\",\"error_message\":\"There\'s something wrong... Please fill in the required fields.\",\"required_field_message\":\"Required\",\"invalid_message\":\"There\'s something wrong... The form is invalid.\",\"section_form_style\":\"\",\"column_gap\":{\"unit\":\"px\",\"size\":\"20\"},\"row_gap\":{\"unit\":\"px\",\"size\":\"20\"},\"heading_label\":\"\",\"label_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"label_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"section_field_style\":\"\",\"field_text_color\":\"#464646\",\"field_typography_typography\":\"custom\",\"field_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"field_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"field_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"field_background_color\":\"rgba(191,201,209,0.26)\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_button_style\":\"\",\"tabs_button_style\":\"\",\"tab_button_normal\":\"\",\"button_text_color\":\"#464646\",\"button_typography_typography\":\"custom\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"button_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13},\"button_typography_text_transform\":\"uppercase\",\"button_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"button_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"button_background_color\":\"rgba(0,41,73,0)\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_border_color\":\"#12e0b9\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tab_button_hover\":\"\",\"button_hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#12e0b9\",\"button_hover_border_color\":\"#12e0b9\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"-100\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"55\",\"bottom\":\"55\",\"left\":\"55\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_section_background\":\"\",\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"_box_shadow_box_shadow_type\":\"outset\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":\"50\",\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.19)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"mark_required\":\"yes\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"subscriber_already_exists_message\":\"Subscriber already exist.\",\"email_to\":\"dgebilaguin@gmail.com\",\"email_subject\":\"New message from \\\"Wanderfuls\\\"\",\"email_from\":\"email@sub.morganrand.com\",\"email_from_name\":\"Wanderfuls\",\"email_to_2\":\"dgebilaguin@gmail.com\",\"email_subject_2\":\"New message from \\\"Wanderfuls\\\"\",\"email_from_2\":\"email@sub.morganrand.com\",\"email_from_name_2\":\"Wanderfuls\",\"email_reply_to_2\":\"dgebilaguin@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78f75450\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#464646\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"42bcc862\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1bd15425\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"7o3b1fs\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"7mj1o4u\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-google-plus\",\"_id\":\"7b6sjw9\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"0wh417m\"},{\"social\":\"fa fa-tumblr\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"agdym3r\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"rgba(0,0,0,0)\",\"icon_size\":{\"unit\":\"px\",\"size\":30},\"icon_spacing\":{\"unit\":\"px\",\"size\":14},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":25},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(438,102,'_elementor_conditions','a:1:{i:0;s:15:\"include/general\";}'),(457,105,'_elementor_edit_mode','builder'),(449,104,'_elementor_edit_mode','builder'),(440,103,'_elementor_edit_mode','builder'),(441,103,'_elementor_template_type','header'),(442,103,'_elementor_version','2.5.9'),(443,103,'_wp_page_template','default'),(444,103,'_elementor_page_settings','a:12:{s:21:\"background_color_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:23:\"background_color_b_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:25:\"background_gradient_angle\";a:3:{s:4:\"unit\";s:3:\"deg\";s:4:\"size\";i:180;s:5:\"sizes\";a:0:{}}s:15:\"background_xpos\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_xpos_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_xpos_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:15:\"background_ypos\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_ypos_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_ypos_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:19:\"background_bg_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:26:\"background_bg_width_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:26:\"background_bg_width_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}}'),(445,103,'_elementor_data','[{\"id\":\"3f76d120\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":40},\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#e5329f\",\"custom_height_mobile\":{\"unit\":\"px\",\"size\":0},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"67be3530\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":70,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6bb83f71\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"1-888-837-5021\",\"icon\":\"fa fa-phone\",\"_id\":\"7a7a069\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"info@wanderfuls.com\",\"icon\":\"fa fa-envelope-o\",\"_id\":\"9c91fc4\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Mon - Fri: 10:00 - 19:00 EST\",\"icon\":\"fa fa-clock-o\",\"_id\":\"fb1feea\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":28},\"icon_color\":\"#ffffff\",\"text_color\":\"#ffffff\",\"text_indent\":{\"unit\":\"px\",\"size\":11},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12},\"space_between_mobile\":{\"unit\":\"px\",\"size\":25},\"icon_align_mobile\":\"center\",\"icon_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":2},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"67224b19\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"7f11941e\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"5646027\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"72bc942\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-google-plus\",\"_id\":\"96bd910\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"7c2bcc0\"},{\"social\":\"fa fa-youtube\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"4b27cd1\"}],\"align\":\"right\",\"icon_color\":\"custom\",\"icon_primary_color\":\"rgba(0,0,0,0)\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":14},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b955e42\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"border_color\":\"#d1d1d1\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"content_position\":\"middle\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"26ab5835\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"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}},\"elements\":[{\"id\":\"8342375\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"center\",\"width\":{\"unit\":\"px\",\"size\":300},\"width_mobile\":{\"unit\":\"px\",\"size\":80},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"010\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"image\":{\"id\":\"46\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"78da46f7\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"center\",\"pointer\":\"double-line\",\"animation_line\":\"drop-in\",\"color_menu_item\":\"#303030\",\"pointer_color_menu_item_hover\":\"#e5329f\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"menu_typography_font_weight\":\"normal\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":41},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":16},\"_border_border\":\"dotted\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#8e8e8e\",\"dropdown\":\"mobile\",\"toggle_color\":\"#000000\",\"toggle_background_color\":\"rgba(0,0,0,0)\",\"menu\":\"main_menu\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false}],\"isInner\":false}]'),(446,103,'_elementor_conditions','a:1:{i:0;s:15:\"include/general\";}'),(447,103,'_elementor_css','a:4:{s:4:\"time\";i:1553149658;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(450,104,'_elementor_template_type','header'),(451,104,'_elementor_version','2.5.9'),(452,104,'_wp_page_template','default'),(453,104,'_elementor_page_settings','a:12:{s:21:\"background_color_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:23:\"background_color_b_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:25:\"background_gradient_angle\";a:3:{s:4:\"unit\";s:3:\"deg\";s:4:\"size\";i:180;s:5:\"sizes\";a:0:{}}s:15:\"background_xpos\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_xpos_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_xpos_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:15:\"background_ypos\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_ypos_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_ypos_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:19:\"background_bg_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:26:\"background_bg_width_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:26:\"background_bg_width_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}}'),(454,104,'_elementor_data','[{\"id\":\"3f76d120\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":40},\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#e5329f\",\"custom_height_mobile\":{\"unit\":\"px\",\"size\":0},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\",\"gap\":\"no\"},\"elements\":[{\"id\":\"67be3530\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":70,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6bb83f71\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"1-888-837-5021\",\"icon\":\"fa fa-phone\",\"_id\":\"7a7a069\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"info@wanderfuls.com\",\"icon\":\"fa fa-envelope-o\",\"_id\":\"9c91fc4\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Mon - Fri: 10:00 - 19:00 EST\",\"icon\":\"fa fa-clock-o\",\"_id\":\"fb1feea\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":28},\"icon_color\":\"#ffffff\",\"text_color\":\"#ffffff\",\"text_indent\":{\"unit\":\"px\",\"size\":11},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12},\"space_between_mobile\":{\"unit\":\"px\",\"size\":25},\"icon_align_mobile\":\"center\",\"icon_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":2},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"67224b19\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"7f11941e\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"5646027\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/Wanderfuls\\/\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"72bc942\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/wanderfuls\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"7c2bcc0\"},{\"social\":\"fa fa-youtube\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"4b27cd1\"}],\"align\":\"right\",\"icon_color\":\"custom\",\"icon_primary_color\":\"rgba(0,0,0,0)\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":14},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b955e42\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"border_color\":\"#d1d1d1\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"content_position\":\"middle\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"26ab5835\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"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}},\"elements\":[{\"id\":\"8342375\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"center\",\"width\":{\"unit\":\"px\",\"size\":300},\"width_mobile\":{\"unit\":\"px\",\"size\":80},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"010\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"image\":{\"id\":\"46\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"78da46f7\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"center\",\"pointer\":\"double-line\",\"animation_line\":\"drop-in\",\"color_menu_item\":\"#303030\",\"pointer_color_menu_item_hover\":\"#e5329f\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"menu_typography_font_weight\":\"normal\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":41},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":16},\"_border_border\":\"dotted\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#8e8e8e\",\"dropdown\":\"mobile\",\"toggle_color\":\"#000000\",\"toggle_background_color\":\"rgba(0,0,0,0)\",\"menu\":\"main_menu\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false}],\"isInner\":false}]'),(455,104,'_elementor_conditions','a:1:{i:0;s:15:\"include/general\";}'),(456,104,'_elementor_css','a:4:{s:4:\"time\";i:1553149773;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(458,105,'_elementor_template_type','header'),(459,105,'_elementor_version','2.5.9'),(460,105,'_wp_page_template','default'),(461,105,'_elementor_page_settings','a:12:{s:21:\"background_color_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:23:\"background_color_b_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:25:\"background_gradient_angle\";a:3:{s:4:\"unit\";s:3:\"deg\";s:4:\"size\";i:180;s:5:\"sizes\";a:0:{}}s:15:\"background_xpos\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_xpos_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_xpos_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:15:\"background_ypos\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_ypos_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_ypos_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:19:\"background_bg_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:26:\"background_bg_width_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:26:\"background_bg_width_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}}'),(462,105,'_elementor_data','[{\"id\":\"3f76d120\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":40},\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#e5329f\",\"custom_height_mobile\":{\"unit\":\"px\",\"size\":0},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"67be3530\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":70,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6bb83f71\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"1-888-837-5021\",\"icon\":\"fa fa-phone\",\"_id\":\"7a7a069\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"info@wanderfuls.com\",\"icon\":\"fa fa-envelope-o\",\"_id\":\"9c91fc4\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Mon - Fri: 10:00 - 19:00 EST\",\"icon\":\"fa fa-clock-o\",\"_id\":\"fb1feea\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":28},\"icon_color\":\"#ffffff\",\"text_color\":\"#ffffff\",\"text_indent\":{\"unit\":\"px\",\"size\":11},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12},\"space_between_mobile\":{\"unit\":\"px\",\"size\":25},\"icon_align_mobile\":\"center\",\"icon_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":2},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"67224b19\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"7f11941e\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"5646027\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/Wanderfuls\\/\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"72bc942\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/wanderfuls\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"7c2bcc0\"},{\"social\":\"fa fa-youtube\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"4b27cd1\"}],\"align\":\"right\",\"icon_color\":\"custom\",\"icon_primary_color\":\"rgba(0,0,0,0)\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":14},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b955e42\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"border_color\":\"#d1d1d1\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"content_position\":\"middle\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"26ab5835\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"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}},\"elements\":[{\"id\":\"8342375\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"center\",\"width\":{\"unit\":\"px\",\"size\":300},\"width_mobile\":{\"unit\":\"px\",\"size\":80},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"010\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"image\":{\"id\":\"46\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"78da46f7\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"center\",\"pointer\":\"double-line\",\"animation_line\":\"drop-in\",\"color_menu_item\":\"#303030\",\"pointer_color_menu_item_hover\":\"#e5329f\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"menu_typography_font_weight\":\"normal\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":41},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":16},\"_border_border\":\"dotted\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#8e8e8e\",\"dropdown\":\"mobile\",\"toggle_color\":\"#000000\",\"toggle_background_color\":\"rgba(0,0,0,0)\",\"menu\":\"main_menu\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false}],\"isInner\":false}]'),(463,105,'_elementor_conditions','a:1:{i:0;s:15:\"include/general\";}'),(464,106,'_elementor_edit_mode','builder'),(465,106,'_elementor_template_type','header'),(466,106,'_elementor_version','2.5.9'),(467,106,'_wp_page_template','default'),(468,106,'_elementor_page_settings','a:12:{s:21:\"background_color_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:23:\"background_color_b_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:25:\"background_gradient_angle\";a:3:{s:4:\"unit\";s:3:\"deg\";s:4:\"size\";i:180;s:5:\"sizes\";a:0:{}}s:15:\"background_xpos\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_xpos_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_xpos_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:15:\"background_ypos\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_ypos_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_ypos_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:19:\"background_bg_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:26:\"background_bg_width_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:26:\"background_bg_width_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}}'),(469,106,'_elementor_data','[{\"id\":\"3f76d120\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":40},\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#e5329f\",\"custom_height_mobile\":{\"unit\":\"px\",\"size\":0},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"67be3530\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":70,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6bb83f71\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"1-888-837-5021\",\"icon\":\"fa fa-phone\",\"_id\":\"7a7a069\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"info@wanderfuls.com\",\"icon\":\"fa fa-envelope-o\",\"_id\":\"9c91fc4\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Mon - Fri: 10:00 - 19:00 EST\",\"icon\":\"fa fa-clock-o\",\"_id\":\"fb1feea\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":28},\"icon_color\":\"#ffffff\",\"text_color\":\"#ffffff\",\"text_indent\":{\"unit\":\"px\",\"size\":11},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12},\"space_between_mobile\":{\"unit\":\"px\",\"size\":25},\"icon_align_mobile\":\"center\",\"icon_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":2},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"67224b19\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"7f11941e\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"5646027\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/Wanderfuls\\/\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"72bc942\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/wanderfuls\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/wanderfuls\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"7c2bcc0\"},{\"social\":\"fa fa-youtube\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"4b27cd1\"}],\"align\":\"right\",\"icon_color\":\"custom\",\"icon_primary_color\":\"rgba(0,0,0,0)\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":14},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b955e42\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"border_color\":\"#d1d1d1\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"content_position\":\"middle\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"26ab5835\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"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}},\"elements\":[{\"id\":\"8342375\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"center\",\"width\":{\"unit\":\"px\",\"size\":300},\"width_mobile\":{\"unit\":\"px\",\"size\":80},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"010\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"image\":{\"id\":\"46\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"78da46f7\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"center\",\"pointer\":\"double-line\",\"animation_line\":\"drop-in\",\"color_menu_item\":\"#303030\",\"pointer_color_menu_item_hover\":\"#e5329f\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"menu_typography_font_weight\":\"normal\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":41},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":16},\"_border_border\":\"dotted\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#8e8e8e\",\"dropdown\":\"mobile\",\"toggle_color\":\"#000000\",\"toggle_background_color\":\"rgba(0,0,0,0)\",\"menu\":\"main_menu\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false}],\"isInner\":false}]'),(470,106,'_elementor_conditions','a:1:{i:0;s:15:\"include/general\";}'),(480,108,'_elementor_template_type','header'),(481,108,'_elementor_version','2.5.9'),(482,108,'_wp_page_template','default'),(483,108,'_elementor_page_settings','a:12:{s:21:\"background_color_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:23:\"background_color_b_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:25:\"background_gradient_angle\";a:3:{s:4:\"unit\";s:3:\"deg\";s:4:\"size\";i:180;s:5:\"sizes\";a:0:{}}s:15:\"background_xpos\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_xpos_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_xpos_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:15:\"background_ypos\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_ypos_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_ypos_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:19:\"background_bg_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:26:\"background_bg_width_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:26:\"background_bg_width_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}}'),(484,108,'_elementor_data','[{\"id\":\"3f76d120\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":40},\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#e5329f\",\"custom_height_mobile\":{\"unit\":\"px\",\"size\":0},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\",\"layout\":\"full_width\",\"gap\":\"no\",\"sticky\":\"top\"},\"elements\":[{\"id\":\"67be3530\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":70,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6bb83f71\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"1-888-837-5021\",\"icon\":\"fa fa-phone\",\"_id\":\"7a7a069\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"info@wanderfuls.com\",\"icon\":\"fa fa-envelope-o\",\"_id\":\"9c91fc4\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Mon - Fri: 10:00 - 19:00 EST\",\"icon\":\"fa fa-clock-o\",\"_id\":\"fb1feea\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":28},\"icon_color\":\"#ffffff\",\"text_color\":\"#ffffff\",\"text_indent\":{\"unit\":\"px\",\"size\":11},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12},\"space_between_mobile\":{\"unit\":\"px\",\"size\":25},\"icon_align_mobile\":\"center\",\"icon_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":2},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"67224b19\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"7f11941e\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"5646027\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/Wanderfuls\\/\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"72bc942\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/wanderfuls\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/wanderfuls\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"7c2bcc0\"},{\"social\":\"fa fa-youtube\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"4b27cd1\"},{\"social\":\"fa fa-linkedin\",\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/ken-wanderfuls-ba7899132\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"cb50792\"}],\"align\":\"right\",\"icon_color\":\"custom\",\"icon_primary_color\":\"rgba(0,0,0,0)\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":14},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b955e42\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"border_color\":\"#d1d1d1\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"content_position\":\"middle\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"26ab5835\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"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}},\"elements\":[{\"id\":\"8342375\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"center\",\"width\":{\"unit\":\"px\",\"size\":300},\"width_mobile\":{\"unit\":\"px\",\"size\":80},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"010\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"image\":{\"id\":\"46\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"78da46f7\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"center\",\"pointer\":\"double-line\",\"animation_line\":\"drop-in\",\"color_menu_item\":\"#303030\",\"pointer_color_menu_item_hover\":\"#e5329f\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"menu_typography_font_weight\":\"normal\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":41},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":16},\"_border_border\":\"dotted\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#8e8e8e\",\"dropdown\":\"mobile\",\"toggle_color\":\"#000000\",\"toggle_background_color\":\"rgba(0,0,0,0)\",\"menu\":\"main_menu\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false}],\"isInner\":false}]'),(479,108,'_elementor_edit_mode','builder'),(496,110,'_elementor_edit_mode','builder'),(485,108,'_elementor_conditions','a:1:{i:0;s:15:\"include/general\";}'),(486,108,'_elementor_css','a:4:{s:4:\"time\";i:1553150053;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(488,109,'_elementor_edit_mode','builder'),(489,109,'_elementor_template_type','header'),(490,109,'_elementor_version','2.5.9'),(491,109,'_wp_page_template','default'),(492,109,'_elementor_page_settings','a:12:{s:21:\"background_color_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:23:\"background_color_b_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:25:\"background_gradient_angle\";a:3:{s:4:\"unit\";s:3:\"deg\";s:4:\"size\";i:180;s:5:\"sizes\";a:0:{}}s:15:\"background_xpos\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_xpos_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_xpos_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:15:\"background_ypos\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_ypos_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_ypos_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:19:\"background_bg_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:26:\"background_bg_width_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:26:\"background_bg_width_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}}'),(493,109,'_elementor_data','[{\"id\":\"3f76d120\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":40},\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#e5329f\",\"custom_height_mobile\":{\"unit\":\"px\",\"size\":0},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\",\"layout\":\"full_width\",\"gap\":\"no\",\"sticky\":\"top\"},\"elements\":[{\"id\":\"67be3530\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":70,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6bb83f71\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"1-888-837-5021\",\"icon\":\"fa fa-phone\",\"_id\":\"7a7a069\",\"link\":{\"url\":\"tel:18888375021\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"info@wanderfuls.com\",\"icon\":\"fa fa-envelope-o\",\"_id\":\"9c91fc4\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Mon - Fri: 10:00 - 19:00 EST\",\"icon\":\"fa fa-clock-o\",\"_id\":\"fb1feea\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":28},\"icon_color\":\"#ffffff\",\"text_color\":\"#ffffff\",\"text_indent\":{\"unit\":\"px\",\"size\":11},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12},\"space_between_mobile\":{\"unit\":\"px\",\"size\":25},\"icon_align_mobile\":\"center\",\"icon_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":2},\"hide_mobile\":\"hidden-phone\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"67224b19\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"7f11941e\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"5646027\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/Wanderfuls\\/\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"72bc942\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/wanderfuls\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/wanderfuls\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"7c2bcc0\"},{\"social\":\"fa fa-youtube\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"4b27cd1\"},{\"social\":\"fa fa-linkedin\",\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/ken-wanderfuls-ba7899132\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"cb50792\"}],\"align\":\"right\",\"icon_color\":\"custom\",\"icon_primary_color\":\"rgba(0,0,0,0)\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":14},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b955e42\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"border_color\":\"#d1d1d1\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"content_position\":\"middle\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"26ab5835\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"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}},\"elements\":[{\"id\":\"8342375\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"center\",\"width\":{\"unit\":\"px\",\"size\":300},\"width_mobile\":{\"unit\":\"px\",\"size\":80},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"010\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"image\":{\"id\":\"46\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"78da46f7\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"center\",\"pointer\":\"double-line\",\"animation_line\":\"drop-in\",\"color_menu_item\":\"#303030\",\"pointer_color_menu_item_hover\":\"#e5329f\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"menu_typography_font_weight\":\"normal\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":41},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":16},\"_border_border\":\"dotted\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#8e8e8e\",\"dropdown\":\"mobile\",\"toggle_color\":\"#000000\",\"toggle_background_color\":\"rgba(0,0,0,0)\",\"menu\":\"main_menu\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false}],\"isInner\":false}]'),(494,109,'_elementor_conditions','a:1:{i:0;s:15:\"include/general\";}'),(495,109,'_elementor_css','a:4:{s:4:\"time\";i:1553150071;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(497,110,'_elementor_template_type','header'),(498,110,'_elementor_version','2.5.9'),(499,110,'_wp_page_template','default'),(500,110,'_elementor_page_settings','a:12:{s:21:\"background_color_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:23:\"background_color_b_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:25:\"background_gradient_angle\";a:3:{s:4:\"unit\";s:3:\"deg\";s:4:\"size\";i:180;s:5:\"sizes\";a:0:{}}s:15:\"background_xpos\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_xpos_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_xpos_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:15:\"background_ypos\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_ypos_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_ypos_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:19:\"background_bg_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:26:\"background_bg_width_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:26:\"background_bg_width_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}}'),(501,110,'_elementor_data','[{\"id\":\"3f76d120\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":40},\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#e5329f\",\"custom_height_mobile\":{\"unit\":\"px\",\"size\":0},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\",\"layout\":\"full_width\",\"gap\":\"no\",\"sticky\":\"top\"},\"elements\":[{\"id\":\"67be3530\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":70,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6bb83f71\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"1-888-837-5021\",\"icon\":\"fa fa-phone\",\"_id\":\"7a7a069\",\"link\":{\"url\":\"tel:18888375021\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"info@wanderfuls.com\",\"icon\":\"fa fa-envelope-o\",\"_id\":\"9c91fc4\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Mon - Fri: 10:00 - 19:00 EST\",\"icon\":\"fa fa-clock-o\",\"_id\":\"fb1feea\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":28},\"icon_color\":\"#ffffff\",\"text_color\":\"#ffffff\",\"text_indent\":{\"unit\":\"px\",\"size\":11},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12},\"space_between_mobile\":{\"unit\":\"px\",\"size\":25},\"icon_align_mobile\":\"center\",\"icon_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":2},\"hide_mobile\":\"hidden-phone\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"67224b19\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"7f11941e\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"5646027\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/Wanderfuls\\/\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"72bc942\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/wanderfuls\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/wanderfuls\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"7c2bcc0\"},{\"social\":\"fa fa-youtube\",\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCTlqptsMt6rupKdWj7vBguQ\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"4b27cd1\"},{\"social\":\"fa fa-linkedin\",\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/ken-wanderfuls-ba7899132\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"cb50792\"}],\"align\":\"right\",\"icon_color\":\"custom\",\"icon_primary_color\":\"rgba(0,0,0,0)\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":14},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b955e42\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"border_color\":\"#d1d1d1\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"content_position\":\"middle\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"26ab5835\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"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}},\"elements\":[{\"id\":\"8342375\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"center\",\"width\":{\"unit\":\"px\",\"size\":300},\"width_mobile\":{\"unit\":\"px\",\"size\":80},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"010\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"image\":{\"id\":\"46\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"78da46f7\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"center\",\"pointer\":\"double-line\",\"animation_line\":\"drop-in\",\"color_menu_item\":\"#303030\",\"pointer_color_menu_item_hover\":\"#e5329f\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"menu_typography_font_weight\":\"normal\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":41},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":16},\"_border_border\":\"dotted\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#8e8e8e\",\"dropdown\":\"mobile\",\"toggle_color\":\"#000000\",\"toggle_background_color\":\"rgba(0,0,0,0)\",\"menu\":\"main_menu\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false}],\"isInner\":false}]'),(502,110,'_elementor_conditions','a:1:{i:0;s:15:\"include/general\";}'),(503,111,'_elementor_edit_mode','builder'),(504,111,'_elementor_template_type','header'),(505,111,'_elementor_version','2.5.9'),(506,111,'_wp_page_template','default'),(507,111,'_elementor_page_settings','a:12:{s:21:\"background_color_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:23:\"background_color_b_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:25:\"background_gradient_angle\";a:3:{s:4:\"unit\";s:3:\"deg\";s:4:\"size\";i:180;s:5:\"sizes\";a:0:{}}s:15:\"background_xpos\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_xpos_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_xpos_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:15:\"background_ypos\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_ypos_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_ypos_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:19:\"background_bg_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:26:\"background_bg_width_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:26:\"background_bg_width_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}}'),(508,111,'_elementor_data','[{\"id\":\"3f76d120\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":40},\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#e5329f\",\"custom_height_mobile\":{\"unit\":\"px\",\"size\":0},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\",\"layout\":\"full_width\",\"gap\":\"no\",\"sticky\":\"top\"},\"elements\":[{\"id\":\"67be3530\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":70,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6bb83f71\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"1-888-837-5021\",\"icon\":\"fa fa-phone\",\"_id\":\"7a7a069\",\"link\":{\"url\":\"tel:18888375021\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"info@wanderfuls.com\",\"icon\":\"fa fa-envelope-o\",\"_id\":\"9c91fc4\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Mon - Fri: 10:00 - 19:00 EST\",\"icon\":\"fa fa-clock-o\",\"_id\":\"fb1feea\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":28},\"icon_color\":\"#ffffff\",\"text_color\":\"#ffffff\",\"text_indent\":{\"unit\":\"px\",\"size\":11},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12},\"space_between_mobile\":{\"unit\":\"px\",\"size\":25},\"icon_align_mobile\":\"center\",\"icon_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":2},\"hide_mobile\":\"hidden-phone\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"67224b19\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"7f11941e\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"5646027\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/Wanderfuls\\/\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"72bc942\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/wanderfuls\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/wanderfuls\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"7c2bcc0\"},{\"social\":\"fa fa-youtube\",\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCTlqptsMt6rupKdWj7vBguQ\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"4b27cd1\"},{\"social\":\"fa fa-linkedin\",\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/ken-wanderfuls-ba7899132\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"cb50792\"}],\"align\":\"right\",\"icon_color\":\"custom\",\"icon_primary_color\":\"rgba(0,0,0,0)\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":14},\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b955e42\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"border_color\":\"#d1d1d1\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"content_position\":\"middle\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"26ab5835\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"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}},\"elements\":[{\"id\":\"8342375\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"center\",\"width\":{\"unit\":\"px\",\"size\":300},\"width_mobile\":{\"unit\":\"px\",\"size\":80},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"010\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"image\":{\"id\":\"46\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"78da46f7\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"center\",\"pointer\":\"double-line\",\"animation_line\":\"drop-in\",\"color_menu_item\":\"#303030\",\"pointer_color_menu_item_hover\":\"#e5329f\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"menu_typography_font_weight\":\"normal\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":41},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":16},\"_border_border\":\"dotted\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#8e8e8e\",\"dropdown\":\"mobile\",\"toggle_color\":\"#000000\",\"toggle_background_color\":\"rgba(0,0,0,0)\",\"menu\":\"main_menu\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false}],\"isInner\":false}]'),(509,111,'_elementor_conditions','a:1:{i:0;s:15:\"include/general\";}'),(863,167,'_elementor_edit_mode','builder'),(855,166,'_elementor_edit_mode','builder'),(511,112,'_elementor_edit_mode','builder'),(512,112,'_elementor_template_type','header'),(513,112,'_elementor_version','2.5.9'),(514,112,'_wp_page_template','default'),(515,112,'_elementor_page_settings','a:12:{s:21:\"background_color_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:23:\"background_color_b_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:25:\"background_gradient_angle\";a:3:{s:4:\"unit\";s:3:\"deg\";s:4:\"size\";i:180;s:5:\"sizes\";a:0:{}}s:15:\"background_xpos\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_xpos_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_xpos_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:15:\"background_ypos\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_ypos_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_ypos_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:19:\"background_bg_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:26:\"background_bg_width_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:26:\"background_bg_width_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}}'),(516,112,'_elementor_data','[{\"id\":\"3f76d120\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":40},\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#e5329f\",\"custom_height_mobile\":{\"unit\":\"px\",\"size\":0},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\",\"layout\":\"full_width\",\"gap\":\"no\",\"background_hover_background\":\"classic\",\"sticky\":\"top\"},\"elements\":[{\"id\":\"67be3530\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":70,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6bb83f71\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"1-888-837-5021\",\"icon\":\"fa fa-phone\",\"_id\":\"7a7a069\",\"link\":{\"url\":\"tel:18888375021\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"info@wanderfuls.com\",\"icon\":\"fa fa-envelope-o\",\"_id\":\"9c91fc4\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Mon - Fri: 10:00 - 19:00 EST\",\"icon\":\"fa fa-clock-o\",\"_id\":\"fb1feea\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":28},\"icon_color\":\"#ffffff\",\"text_color\":\"#ffffff\",\"text_indent\":{\"unit\":\"px\",\"size\":11},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12},\"space_between_mobile\":{\"unit\":\"px\",\"size\":25},\"icon_align_mobile\":\"center\",\"icon_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":2},\"hide_mobile\":\"hidden-phone\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"67224b19\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"7f11941e\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"5646027\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/Wanderfuls\\/\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"72bc942\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/wanderfuls\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/wanderfuls\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"7c2bcc0\"},{\"social\":\"fa fa-youtube\",\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCTlqptsMt6rupKdWj7vBguQ\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"4b27cd1\"},{\"social\":\"fa fa-linkedin\",\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/ken-wanderfuls-ba7899132\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"cb50792\"}],\"align\":\"right\",\"icon_color\":\"custom\",\"icon_primary_color\":\"rgba(0,0,0,0)\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":14},\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b955e42\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"border_color\":\"#d1d1d1\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"content_position\":\"middle\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"26ab5835\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"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}},\"elements\":[{\"id\":\"8342375\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"center\",\"width\":{\"unit\":\"px\",\"size\":300},\"width_mobile\":{\"unit\":\"px\",\"size\":80},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"010\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"image\":{\"id\":\"46\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"78da46f7\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"center\",\"pointer\":\"double-line\",\"animation_line\":\"drop-in\",\"color_menu_item\":\"#303030\",\"pointer_color_menu_item_hover\":\"#e5329f\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"menu_typography_font_weight\":\"normal\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":41},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":16},\"_border_border\":\"dotted\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#8e8e8e\",\"dropdown\":\"mobile\",\"toggle_color\":\"#000000\",\"toggle_background_color\":\"rgba(0,0,0,0)\",\"menu\":\"main_menu\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false}],\"isInner\":false}]'),(517,112,'_elementor_conditions','a:1:{i:0;s:15:\"include/general\";}'),(518,112,'_elementor_css','a:4:{s:4:\"time\";i:1553150140;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(520,113,'_elementor_edit_mode','builder'),(521,113,'_elementor_template_type','post'),(522,113,'_elementor_version','2.5.9'),(523,113,'_wp_page_template','default'),(524,113,'_elementor_page_settings','a:12:{s:21:\"background_color_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:23:\"background_color_b_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:25:\"background_gradient_angle\";a:3:{s:4:\"unit\";s:3:\"deg\";s:4:\"size\";i:180;s:5:\"sizes\";a:0:{}}s:15:\"background_xpos\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_xpos_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_xpos_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:15:\"background_ypos\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_ypos_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_ypos_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:19:\"background_bg_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:26:\"background_bg_width_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:26:\"background_bg_width_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}}'),(525,113,'_elementor_data','[{\"id\":\"4fbeaffe\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":80},\"background_background\":\"classic\",\"background_image\":{\"id\":43,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/selection.gif\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":70},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":100},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"rgba(58,58,58,0.87)\"},\"elements\":[{\"id\":\"6232b1d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4908604e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Wanderfuls \\u2122\",\"title_color\":\"#e5329f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":70},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":60},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":65},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":53},\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3ac5eddb\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#e5329f\",\"width\":{\"unit\":\"%\",\"size\":30},\"align_mobile\":\"center\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"30c648f2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h1>Centerpiece and Party Favors in One!<\\/h1>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4f7aa0c4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Shop Now\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"background_color\":\"rgba(18,224,185,0)\",\"button_background_hover_color\":\"#e5329f\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e5329f\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"align_mobile\":\"center\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7d32eef3\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1300},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"5638e058\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"736df2ea\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-desktop\",\"title_text\":\"Web design\",\"description_text\":\"Leverage agile frameworks to provide a robust synopsis for high level overviews iterative approaches.\",\"position\":\"left\",\"primary_color\":\"#464646\",\"icon_space\":{\"unit\":\"px\",\"size\":20},\"icon_size\":{\"unit\":\"px\",\"size\":30},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#464646\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":0.5},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"25da2a06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6347ecab\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-bandcamp\",\"title_text\":\"Branding\",\"description_text\":\"Leverage agile frameworks to provide a robust synopsis for high level overviews iterative approaches.\",\"position\":\"left\",\"primary_color\":\"#464646\",\"icon_space\":{\"unit\":\"px\",\"size\":20},\"icon_size\":{\"unit\":\"px\",\"size\":30},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#464646\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":0.5},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"1fdab9e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"71961474\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-black-tie\",\"title_text\":\"Advertising \",\"description_text\":\"Leverage agile frameworks to provide a robust synopsis for high level overviews iterative approaches.\",\"position\":\"left\",\"primary_color\":\"#464646\",\"icon_space\":{\"unit\":\"px\",\"size\":20},\"icon_size\":{\"unit\":\"px\",\"size\":30},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#464646\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":0.5},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d1f7025\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"2145ac84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"26ba543f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":75,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/052.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":70}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"a267532\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"384c366\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":76,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/155.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInDown\",\"space_tablet\":{\"unit\":\"%\",\"size\":34}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5ef36f13\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4be938f7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":77,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/11.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":33}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"68e5fd64\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"reverse_order_mobile\":\"reverse-mobile\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"15d8ab03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"287b019c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":78,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/12.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":30}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"13e581e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77a94fa\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":79,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/13.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInDown\",\"space_tablet\":{\"unit\":\"%\",\"size\":50},\"space_mobile\":{\"unit\":\"%\",\"size\":40}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"438d7c75\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"11076dfb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":80,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/255.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":85}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4344a0bd\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"40237ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1498afcf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":81,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/3-5.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":50},\"space_mobile\":{\"unit\":\"%\",\"size\":40}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"127e57cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3f39b887\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":82,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/535.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInDown\",\"space_tablet\":{\"unit\":\"%\",\"size\":70}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"79ffa662\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4d0a9838\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":83,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/8.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":30}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24014d06\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"custom_height\":{\"unit\":\"vh\",\"size\":70},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"structure\":\"20\",\"background_color\":\"#464646\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"326b3892\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_inline_size_tablet\":60,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1c8538fc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Working Process\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5c32583a\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#12e0b9\",\"width\":{\"unit\":\"%\",\"size\":30},\"align_mobile\":\"center\",\"gap_tablet\":{\"unit\":\"px\",\"size\":2}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130350bc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation X is on the runway heading towards a streamlined cloud solution. User generated content in real-time will have multiple touchpoints for offshoring.\\u00a0Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"typography_font_weight\":\"300\",\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ff32be7\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Studio Tour\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"background_color\":\"rgba(18,224,185,0)\",\"button_background_hover_color\":\"#12e0b9\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#12e0b9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"35cd55ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.685,\"_inline_size_tablet\":40,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"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\":\"764b3d67\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"image\":{\"id\":84,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/36.png\"},\"_id\":\"fbe66s4\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":85,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/architecture_3.jpg\"},\"_id\":\"593jh4m\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":86,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/3-1.png\"},\"_id\":\"2u0yeyx\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":87,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/201.jpg\"},\"_id\":\"f6v9odr\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":88,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/15-1.png\"},\"_id\":\"675a0h3\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"slides_per_view\":\"1\",\"height\":{\"unit\":\"px\",\"size\":530},\"width\":{\"unit\":\"%\",\"size\":85},\"show_arrows\":\"\",\"pagination_color\":\"#12e0b9\",\"slides_per_view_tablet\":\"1\",\"height_tablet\":{\"unit\":\"px\",\"size\":390},\"height_mobile\":{\"unit\":\"px\",\"size\":317},\"width_tablet\":{\"unit\":\"px\",\"size\":279},\"width_mobile\":{\"unit\":\"px\",\"size\":309}},\"elements\":[],\"widgetType\":\"media-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"36850847\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"300\",\"bottom\":\"30\",\"left\":\"300\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"376ba3cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1625f748\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet The Team\",\"title_color\":\"#464646\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"330044e1\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#12e0b9\",\"width\":{\"unit\":\"%\",\"size\":20},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4abba146\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide with additional clickthroughs from nanotechnology immersion DevOps.\\u00a0<\\/p>\",\"text_color\":\"#464646\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"align\":\"center\",\"typography_font_weight\":\"300\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"510bcff7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"2\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeIn\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"1578775a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"54e21678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":89,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/5-2.png\"},\"caption\":\" Neil Gaiman - CTO\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_background_hover_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"354dcc3\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"2b51225d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"201869d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":90,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/Untitled-4.png\"},\"caption\":\"Nikki Gooley - HR\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2bcfde60\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-google-plus\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"3c589058\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"97c1b98\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":91,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/5Untitled-4.png\"},\"caption\":\"Laurence Fishburne - CFO\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3fb56041\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"50f14028\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"4d09980d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":92,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/54.png\"},\"caption\":\"Kym Barrett - CMO\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"289b5da5\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14739a62\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"100\",\"left\":\"40\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"1e16682f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"67d5162c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":93,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/63853.png\"},\"caption\":\"Gloria Foster - UI Designer\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"636f97f3\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-dribbble\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-behance\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"3a9ba12c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"61d4bc8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":94,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/86.png\"},\"caption\":\"Jean Reno - UX Expert\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"26b438b0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"4a8ecd13\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"3e0714c9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":95,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/452.png\"},\"caption\":\"Bel McClory - UX Designer\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"39b7896c\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-dribbble\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"5c2300\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"70724d5c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":96,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/525.png\"},\"caption\":\"Matt Doran - Project manager\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3002c6d4\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-google-plus\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e93eab\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"column_position\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"none\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"7d9461e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"150\",\"left\":\"50\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"4628be1c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#464646\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align\":\"left\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"header_size\":\"h3\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"335c67e1\",\"elType\":\"widget\",\"settings\":{\"section_divider\":\"\",\"weight\":{\"unit\":\"px\",\"size\":\"3\"},\"color\":\"#12e0b9\",\"width\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"center\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5f2f3ba8\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon_list\":[{\"text\":\"+44 20 5540 1234\",\"icon\":\"fa fa-phone\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"kxo82hb\"},{\"text\":\"+44 35 9998 3245\",\"icon\":\"fa fa-mobile-phone\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"89z2tky\"},{\"text\":\"+44 20 5540 4433\",\"icon\":\"fa fa-fax\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"zi1l66f\"}],\"section_icon_style\":\"\",\"icon_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":30},\"icon_align_mobile\":\"center\",\"section_text_style\":\"\",\"text_indent\":{\"unit\":\"px\",\"size\":15},\"text_color\":\"#777777\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":2.3},\"icon_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"icon_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"space_between\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"34115220\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"background_size\":\"cover\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"background_overlay_background\":\"none\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.71},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"120\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"45\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"69e17028\",\"elType\":\"widget\",\"settings\":{\"section_form_fields\":\"\",\"form_name\":\"Sample Form\",\"form_fields\":[{\"field_type\":\"text\",\"field_label\":\"Name\",\"placeholder\":\"Name\",\"width\":\"33\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"qi8lqp1\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"email\",\"required\":true,\"field_label\":\"Email\",\"placeholder\":\"Email\",\"width\":\"33\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"8b28ttw\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"tel\",\"field_label\":\"Tel\",\"placeholder\":\"Tel\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width\":\"33\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"2gd0qrk\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"textarea\",\"field_label\":\"Message\",\"placeholder\":\"Message\",\"width\":\"100\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":\"6\",\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"1qsba9v\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"}],\"input_size\":\"md\",\"show_labels\":\"\",\"section_submit_button\":\"\",\"button_text\":\"Send\",\"button_size\":\"md\",\"section_form_options\":\"\",\"send_html\":\"\",\"success_message\":\"The message was sent successfully!\",\"error_message\":\"There\'s something wrong... Please fill in the required fields.\",\"required_field_message\":\"Required\",\"invalid_message\":\"There\'s something wrong... The form is invalid.\",\"section_form_style\":\"\",\"column_gap\":{\"unit\":\"px\",\"size\":\"20\"},\"row_gap\":{\"unit\":\"px\",\"size\":\"20\"},\"heading_label\":\"\",\"label_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"label_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"section_field_style\":\"\",\"field_text_color\":\"#464646\",\"field_typography_typography\":\"custom\",\"field_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"field_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"field_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"field_background_color\":\"rgba(191,201,209,0.26)\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_button_style\":\"\",\"tabs_button_style\":\"\",\"tab_button_normal\":\"\",\"button_text_color\":\"#464646\",\"button_typography_typography\":\"custom\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"button_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13},\"button_typography_text_transform\":\"uppercase\",\"button_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"button_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"button_background_color\":\"rgba(0,41,73,0)\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_border_color\":\"#12e0b9\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tab_button_hover\":\"\",\"button_hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#12e0b9\",\"button_hover_border_color\":\"#12e0b9\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"-100\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"55\",\"bottom\":\"55\",\"left\":\"55\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_section_background\":\"\",\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"_box_shadow_box_shadow_type\":\"outset\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":\"50\",\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.19)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"mark_required\":\"yes\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"subscriber_already_exists_message\":\"Subscriber already exist.\",\"email_to\":\"dgebilaguin@gmail.com\",\"email_subject\":\"New message from \\\"Wanderfuls\\\"\",\"email_from\":\"email@sub.morganrand.com\",\"email_from_name\":\"Wanderfuls\",\"email_to_2\":\"dgebilaguin@gmail.com\",\"email_subject_2\":\"New message from \\\"Wanderfuls\\\"\",\"email_from_2\":\"email@sub.morganrand.com\",\"email_from_name_2\":\"Wanderfuls\",\"email_reply_to_2\":\"dgebilaguin@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2cb91d0b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#464646\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"3612d8be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7f59e782\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"7o3b1fs\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"7mj1o4u\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-google-plus\",\"_id\":\"7b6sjw9\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"0wh417m\"},{\"social\":\"fa fa-tumblr\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"agdym3r\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"rgba(0,0,0,0)\",\"icon_size\":{\"unit\":\"px\",\"size\":30},\"icon_spacing\":{\"unit\":\"px\",\"size\":14},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":25},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"712cfb58\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":80},\"background_background\":\"classic\",\"background_image\":{\"id\":\"74\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/1-1.png\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":70},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":100},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"4f893844\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"700\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4afb101a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome To Dynamic Studio\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":70},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":60},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":65},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":53},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5d96f0b3\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#12e0b9\",\"width\":{\"unit\":\"%\",\"size\":30},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b19602d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Leverage agile frameworks to provide a robust synopsis for high level overviews. Iterative approaches to corporate strategy foster collaborative thinking to further the overall value proposition.\\u00a0<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"29ffbaea\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Studio Tour\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"background_color\":\"rgba(18,224,185,0)\",\"button_background_hover_color\":\"#12e0b9\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#12e0b9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"57e2deba\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1300},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"5f5f1d89\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2181c069\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-desktop\",\"title_text\":\"Web design\",\"description_text\":\"Leverage agile frameworks to provide a robust synopsis for high level overviews iterative approaches.\",\"position\":\"left\",\"primary_color\":\"#464646\",\"icon_space\":{\"unit\":\"px\",\"size\":20},\"icon_size\":{\"unit\":\"px\",\"size\":30},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#464646\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":0.5},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"6728d0b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c7620e\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-bandcamp\",\"title_text\":\"Branding\",\"description_text\":\"Leverage agile frameworks to provide a robust synopsis for high level overviews iterative approaches.\",\"position\":\"left\",\"primary_color\":\"#464646\",\"icon_space\":{\"unit\":\"px\",\"size\":20},\"icon_size\":{\"unit\":\"px\",\"size\":30},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#464646\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":0.5},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"2005df3f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"331af173\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-black-tie\",\"title_text\":\"Advertising \",\"description_text\":\"Leverage agile frameworks to provide a robust synopsis for high level overviews iterative approaches.\",\"position\":\"left\",\"primary_color\":\"#464646\",\"icon_space\":{\"unit\":\"px\",\"size\":20},\"icon_size\":{\"unit\":\"px\",\"size\":30},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#464646\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":0.5},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34f7ca3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"53180d28\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"210d0044\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"75\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/052.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":70}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"75f71690\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"52dd27a7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"76\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/155.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInDown\",\"space_tablet\":{\"unit\":\"%\",\"size\":34}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1d286c54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7e988294\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"77\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/11.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":33}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bfad4f8\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"reverse_order_mobile\":\"reverse-mobile\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"54dab58\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"602431b2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"78\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/12.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":30}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"72b34256\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"48bedce6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"79\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/13.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInDown\",\"space_tablet\":{\"unit\":\"%\",\"size\":50},\"space_mobile\":{\"unit\":\"%\",\"size\":40}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1db5c039\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1e81a021\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"80\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/255.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":85}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"58a96512\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"23a12e0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31f99ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"81\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/3-5.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":50},\"space_mobile\":{\"unit\":\"%\",\"size\":40}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d9004e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"26d24c6d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"82\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/535.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInDown\",\"space_tablet\":{\"unit\":\"%\",\"size\":70}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4693d20\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e9c3e25\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"83\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/8.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":30}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"666c8460\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"custom_height\":{\"unit\":\"vh\",\"size\":70},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"structure\":\"20\",\"background_color\":\"#464646\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"335192ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_inline_size_tablet\":60,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"189bf90f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Working Process\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"53f27564\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#12e0b9\",\"width\":{\"unit\":\"%\",\"size\":30},\"align_mobile\":\"center\",\"gap_tablet\":{\"unit\":\"px\",\"size\":2}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"49d6606a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation X is on the runway heading towards a streamlined cloud solution. User generated content in real-time will have multiple touchpoints for offshoring.\\u00a0Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"typography_font_weight\":\"300\",\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3a1db978\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Studio Tour\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"background_color\":\"rgba(18,224,185,0)\",\"button_background_hover_color\":\"#12e0b9\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#12e0b9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"21468a29\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.685,\"_inline_size_tablet\":40,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"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\":\"539dc278\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"image\":{\"id\":\"84\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/36.png\"},\"_id\":\"fbe66s4\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":\"85\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/architecture_3.jpg\"},\"_id\":\"593jh4m\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":\"86\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/3-1.png\"},\"_id\":\"2u0yeyx\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":\"87\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/201.jpg\"},\"_id\":\"f6v9odr\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":\"88\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/15-1.png\"},\"_id\":\"675a0h3\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"slides_per_view\":\"1\",\"height\":{\"unit\":\"px\",\"size\":530},\"width\":{\"unit\":\"%\",\"size\":85},\"show_arrows\":\"\",\"pagination_color\":\"#12e0b9\",\"slides_per_view_tablet\":\"1\",\"height_tablet\":{\"unit\":\"px\",\"size\":390},\"height_mobile\":{\"unit\":\"px\",\"size\":317},\"width_tablet\":{\"unit\":\"px\",\"size\":279},\"width_mobile\":{\"unit\":\"px\",\"size\":309}},\"elements\":[],\"widgetType\":\"media-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c06908a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"300\",\"bottom\":\"30\",\"left\":\"300\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"46bbaee0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"73a3a1b8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet The Team\",\"title_color\":\"#464646\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"792968e3\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#12e0b9\",\"width\":{\"unit\":\"%\",\"size\":20},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77984a4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide with additional clickthroughs from nanotechnology immersion DevOps.\\u00a0<\\/p>\",\"text_color\":\"#464646\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"align\":\"center\",\"typography_font_weight\":\"300\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad5e302\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"2\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeIn\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"692efcdf\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d709b34\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"89\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/5-2.png\"},\"caption\":\" Neil Gaiman - CTO\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_background_hover_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"45543174\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"6e7ca837\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"c017d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"90\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/Untitled-4.png\"},\"caption\":\"Nikki Gooley - HR\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"25786326\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-google-plus\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"cfe4858\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"497ef4be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"91\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/5Untitled-4.png\"},\"caption\":\"Laurence Fishburne - CFO\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"182ba57c\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"101de245\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"6734b4f7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"92\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/54.png\"},\"caption\":\"Kym Barrett - CMO\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24267a74\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d1290b2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"100\",\"left\":\"40\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"79722127\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"4af8c6e1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"93\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/63853.png\"},\"caption\":\"Gloria Foster - UI Designer\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5dade72a\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-dribbble\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-behance\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"120e1a36\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"4f620401\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"94\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/86.png\"},\"caption\":\"Jean Reno - UX Expert\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36574c3c\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"4c2bd3af\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"23547965\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"95\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/452.png\"},\"caption\":\"Bel McClory - UX Designer\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2daca6\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-dribbble\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"6d725dd8\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"56a60c52\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"96\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/525.png\"},\"caption\":\"Matt Doran - Project manager\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"53cb6f1e\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-google-plus\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"537ef12a\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"column_position\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"none\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"e2abfb6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"150\",\"left\":\"50\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"476f10d6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#464646\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align\":\"left\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"header_size\":\"h3\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"669bc6bc\",\"elType\":\"widget\",\"settings\":{\"section_divider\":\"\",\"weight\":{\"unit\":\"px\",\"size\":\"3\"},\"color\":\"#12e0b9\",\"width\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"center\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"448c1556\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon_list\":[{\"text\":\"+44 20 5540 1234\",\"icon\":\"fa fa-phone\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"kxo82hb\"},{\"text\":\"+44 35 9998 3245\",\"icon\":\"fa fa-mobile-phone\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"89z2tky\"},{\"text\":\"+44 20 5540 4433\",\"icon\":\"fa fa-fax\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"zi1l66f\"}],\"section_icon_style\":\"\",\"icon_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":30},\"icon_align_mobile\":\"center\",\"section_text_style\":\"\",\"text_indent\":{\"unit\":\"px\",\"size\":15},\"text_color\":\"#777777\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":2.3},\"icon_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"icon_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"space_between\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"41fcb08a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"background_size\":\"cover\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"background_overlay_background\":\"none\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.71},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"120\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"45\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"32a25746\",\"elType\":\"widget\",\"settings\":{\"section_form_fields\":\"\",\"form_name\":\"Sample Form\",\"form_fields\":[{\"field_type\":\"text\",\"field_label\":\"Name\",\"placeholder\":\"Name\",\"width\":\"33\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"qi8lqp1\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"email\",\"required\":true,\"field_label\":\"Email\",\"placeholder\":\"Email\",\"width\":\"33\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"8b28ttw\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"tel\",\"field_label\":\"Tel\",\"placeholder\":\"Tel\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width\":\"33\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"2gd0qrk\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"textarea\",\"field_label\":\"Message\",\"placeholder\":\"Message\",\"width\":\"100\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":\"6\",\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"1qsba9v\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"}],\"input_size\":\"md\",\"show_labels\":\"\",\"section_submit_button\":\"\",\"button_text\":\"Send\",\"button_size\":\"md\",\"section_form_options\":\"\",\"send_html\":\"\",\"success_message\":\"The message was sent successfully!\",\"error_message\":\"There\'s something wrong... Please fill in the required fields.\",\"required_field_message\":\"Required\",\"invalid_message\":\"There\'s something wrong... The form is invalid.\",\"section_form_style\":\"\",\"column_gap\":{\"unit\":\"px\",\"size\":\"20\"},\"row_gap\":{\"unit\":\"px\",\"size\":\"20\"},\"heading_label\":\"\",\"label_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"label_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"section_field_style\":\"\",\"field_text_color\":\"#464646\",\"field_typography_typography\":\"custom\",\"field_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"field_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"field_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"field_background_color\":\"rgba(191,201,209,0.26)\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_button_style\":\"\",\"tabs_button_style\":\"\",\"tab_button_normal\":\"\",\"button_text_color\":\"#464646\",\"button_typography_typography\":\"custom\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"button_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13},\"button_typography_text_transform\":\"uppercase\",\"button_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"button_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"button_background_color\":\"rgba(0,41,73,0)\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_border_color\":\"#12e0b9\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tab_button_hover\":\"\",\"button_hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#12e0b9\",\"button_hover_border_color\":\"#12e0b9\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"-100\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"55\",\"bottom\":\"55\",\"left\":\"55\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_section_background\":\"\",\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"_box_shadow_box_shadow_type\":\"outset\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":\"50\",\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.19)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"mark_required\":\"yes\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"subscriber_already_exists_message\":\"Subscriber already exist.\",\"email_to\":\"dgebilaguin@gmail.com\",\"email_subject\":\"New message from \\\"Wanderfuls\\\"\",\"email_from\":\"email@sub.morganrand.com\",\"email_from_name\":\"Wanderfuls\",\"email_to_2\":\"dgebilaguin@gmail.com\",\"email_subject_2\":\"New message from \\\"Wanderfuls\\\"\",\"email_from_2\":\"email@sub.morganrand.com\",\"email_from_name_2\":\"Wanderfuls\",\"email_reply_to_2\":\"dgebilaguin@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78f75450\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#464646\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"42bcc862\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1bd15425\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"7o3b1fs\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"7mj1o4u\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-google-plus\",\"_id\":\"7b6sjw9\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"0wh417m\"},{\"social\":\"fa fa-tumblr\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"agdym3r\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"rgba(0,0,0,0)\",\"icon_size\":{\"unit\":\"px\",\"size\":30},\"icon_spacing\":{\"unit\":\"px\",\"size\":14},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":25},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(526,113,'_elementor_css','a:4:{s:4:\"time\";i:1553149207;s:5:\"fonts\";a:2:{i:0;s:16:\"Playfair Display\";i:1;s:6:\"Roboto\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(660,133,'_elementor_data','[{\"id\":\"4fbeaffe\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":80},\"background_background\":\"classic\",\"background_image\":{\"id\":43,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/selection.gif\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":70},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":100},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"rgba(58,58,58,0.87)\"},\"elements\":[{\"id\":\"6232b1d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4908604e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Wanderfuls \\u2122\",\"title_color\":\"#e5329f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":70},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":60},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":65},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":53},\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3ac5eddb\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#e5329f\",\"width\":{\"unit\":\"%\",\"size\":30},\"align_mobile\":\"center\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"30c648f2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Centerpiece and Party Favors in One!<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4f7aa0c4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Shop Now\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"background_color\":\"rgba(18,224,185,0)\",\"button_background_hover_color\":\"#e5329f\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e5329f\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"align_mobile\":\"center\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7d32eef3\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1300},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"80\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"5638e058\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"736df2ea\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-check-circle\",\"title_text\":\"Centerpieces That Double as Party Favors\",\"description_text\":\"Wanderfuls are designed to become an interactive part of your special day. What guest could forget the moment they remove their party favor from the centerpiece? <br\\/><br\\/> The Wanderfuls connect your guests to each other and to the magical moments of the event. These unique and memorable candy centerpieces are perfect for those once in a lifetime special events.\",\"position\":\"left\",\"primary_color\":\"#e5329f\",\"icon_space\":{\"unit\":\"px\",\"size\":18},\"icon_size\":{\"unit\":\"px\",\"size\":40},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#e5329f\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"title_size\":\"h2\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"25da2a06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6347ecab\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-check-circle\",\"title_text\":\"Customize and Design Your Own Centerpiece!\",\"description_text\":\"Our in-house designers will guide you through our customizable options, creating the perfect bouquet for the mood or theme of your event. Explore the different combinations and see them placed on a bouquet, until you find a design that you love!\\n<br\\/><br\\/>\\nChoose a coordinating color for the ribbon which spirals elegantly around and down the wand. For an extra special touch , you can choose to have imprinting on your Wanderfuls.\",\"position\":\"left\",\"primary_color\":\"#e5329f\",\"icon_space\":{\"unit\":\"px\",\"size\":18},\"icon_size\":{\"unit\":\"px\",\"size\":40},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#e5329f\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"title_size\":\"h2\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"1fdab9e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"71961474\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-check-circle\",\"title_text\":\"Centerpiece Ideas for All Types of Party\",\"description_text\":\"More than just traditional flower table decors for your special events. Wanderfuls gives you unique birthday centerpiece, graduation centerpiece, banquet centerpiece, anniversaries, holidays, and more... <br\\/> <br\\/>This is something so different and unique your guest will be amazed! These table decorations will create cherished memories that you and your guest will surely remember!\",\"position\":\"left\",\"primary_color\":\"#e5329f\",\"icon_space\":{\"unit\":\"px\",\"size\":18},\"icon_size\":{\"unit\":\"px\",\"size\":40},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#e5329f\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"title_size\":\"h2\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d1f7025\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"2145ac84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"26ba543f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":126,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/image_2019_03_21T07_09_41_778Z.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":70},\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"a267532\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0b001ac\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Wanderfuls is proud to offer a diverse color palette that represents every color of the rainbow, including many holographic, metallic, and iridescent options.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"025\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5ef36f13\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4be938f7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":128,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/Capture.jpg\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":33}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"68e5fd64\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"reverse_order_mobile\":\"reverse-mobile\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"15d8ab03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"287b019c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":130,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/Pics.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":30}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"13e581e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9e11fec\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>How many favors are in each centerpiece bouquet?<\\/p><p>The Classic Wanderfuls Arrangement combines the look of a flower bouquet with the bonus of a take home favor.\\u00a0 They are available in four sizes: 6, 8, 9, and 10.<\\/p><p>Consideration should be given to the amount of people seated per table and aesthetic preference when deciding a size<\\/p><p>\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"438d7c75\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"11076dfb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":80,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/255.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":85}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4344a0bd\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"40237ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1498afcf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":81,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/3-5.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":50},\"space_mobile\":{\"unit\":\"%\",\"size\":40}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"127e57cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3f39b887\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":82,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/535.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInDown\",\"space_tablet\":{\"unit\":\"%\",\"size\":70}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"79ffa662\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4d0a9838\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":83,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/8.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":30}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24014d06\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"custom_height\":{\"unit\":\"vh\",\"size\":70},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"structure\":\"20\",\"background_color\":\"#464646\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"326b3892\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_inline_size_tablet\":60,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1c8538fc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Working Process\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5c32583a\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#12e0b9\",\"width\":{\"unit\":\"%\",\"size\":30},\"align_mobile\":\"center\",\"gap_tablet\":{\"unit\":\"px\",\"size\":2}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130350bc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation X is on the runway heading towards a streamlined cloud solution. User generated content in real-time will have multiple touchpoints for offshoring.\\u00a0Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"typography_font_weight\":\"300\",\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ff32be7\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Studio Tour\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"background_color\":\"rgba(18,224,185,0)\",\"button_background_hover_color\":\"#12e0b9\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#12e0b9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"35cd55ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.685,\"_inline_size_tablet\":40,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"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\":\"764b3d67\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"image\":{\"id\":84,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/36.png\"},\"_id\":\"fbe66s4\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":85,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/architecture_3.jpg\"},\"_id\":\"593jh4m\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":86,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/3-1.png\"},\"_id\":\"2u0yeyx\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":87,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/201.jpg\"},\"_id\":\"f6v9odr\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":88,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/15-1.png\"},\"_id\":\"675a0h3\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"slides_per_view\":\"1\",\"height\":{\"unit\":\"px\",\"size\":530},\"width\":{\"unit\":\"%\",\"size\":85},\"show_arrows\":\"\",\"pagination_color\":\"#12e0b9\",\"slides_per_view_tablet\":\"1\",\"height_tablet\":{\"unit\":\"px\",\"size\":390},\"height_mobile\":{\"unit\":\"px\",\"size\":317},\"width_tablet\":{\"unit\":\"px\",\"size\":279},\"width_mobile\":{\"unit\":\"px\",\"size\":309}},\"elements\":[],\"widgetType\":\"media-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"36850847\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"300\",\"bottom\":\"30\",\"left\":\"300\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"376ba3cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1625f748\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet The Team\",\"title_color\":\"#464646\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"330044e1\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#12e0b9\",\"width\":{\"unit\":\"%\",\"size\":20},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4abba146\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide with additional clickthroughs from nanotechnology immersion DevOps.\\u00a0<\\/p>\",\"text_color\":\"#464646\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"align\":\"center\",\"typography_font_weight\":\"300\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"510bcff7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"2\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeIn\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"1578775a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"54e21678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":89,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/5-2.png\"},\"caption\":\" Neil Gaiman - CTO\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_background_hover_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"354dcc3\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"2b51225d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"201869d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":90,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/Untitled-4.png\"},\"caption\":\"Nikki Gooley - HR\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2bcfde60\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-google-plus\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"3c589058\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"97c1b98\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":91,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/5Untitled-4.png\"},\"caption\":\"Laurence Fishburne - CFO\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3fb56041\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"50f14028\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"4d09980d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":92,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/54.png\"},\"caption\":\"Kym Barrett - CMO\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"289b5da5\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14739a62\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"100\",\"left\":\"40\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"1e16682f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"67d5162c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":93,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/63853.png\"},\"caption\":\"Gloria Foster - UI Designer\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"636f97f3\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-dribbble\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-behance\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"3a9ba12c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"61d4bc8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":94,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/86.png\"},\"caption\":\"Jean Reno - UX Expert\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"26b438b0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"4a8ecd13\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"3e0714c9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":95,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/452.png\"},\"caption\":\"Bel McClory - UX Designer\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"39b7896c\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-dribbble\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"5c2300\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"70724d5c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":96,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/525.png\"},\"caption\":\"Matt Doran - Project manager\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3002c6d4\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-google-plus\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e93eab\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"column_position\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"none\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"7d9461e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"150\",\"left\":\"50\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"4628be1c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#464646\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align\":\"left\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"header_size\":\"h3\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"335c67e1\",\"elType\":\"widget\",\"settings\":{\"section_divider\":\"\",\"weight\":{\"unit\":\"px\",\"size\":\"3\"},\"color\":\"#12e0b9\",\"width\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"center\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5f2f3ba8\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon_list\":[{\"text\":\"+44 20 5540 1234\",\"icon\":\"fa fa-phone\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"kxo82hb\"},{\"text\":\"+44 35 9998 3245\",\"icon\":\"fa fa-mobile-phone\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"89z2tky\"},{\"text\":\"+44 20 5540 4433\",\"icon\":\"fa fa-fax\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"zi1l66f\"}],\"section_icon_style\":\"\",\"icon_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":30},\"icon_align_mobile\":\"center\",\"section_text_style\":\"\",\"text_indent\":{\"unit\":\"px\",\"size\":15},\"text_color\":\"#777777\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":2.3},\"icon_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"icon_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"space_between\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"34115220\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"background_size\":\"cover\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"background_overlay_background\":\"none\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.71},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"120\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"45\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"69e17028\",\"elType\":\"widget\",\"settings\":{\"section_form_fields\":\"\",\"form_name\":\"Sample Form\",\"form_fields\":[{\"field_type\":\"text\",\"field_label\":\"Name\",\"placeholder\":\"Name\",\"width\":\"33\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"qi8lqp1\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"email\",\"required\":true,\"field_label\":\"Email\",\"placeholder\":\"Email\",\"width\":\"33\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"8b28ttw\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"tel\",\"field_label\":\"Tel\",\"placeholder\":\"Tel\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width\":\"33\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"2gd0qrk\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"textarea\",\"field_label\":\"Message\",\"placeholder\":\"Message\",\"width\":\"100\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":\"6\",\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"1qsba9v\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"}],\"input_size\":\"md\",\"show_labels\":\"\",\"section_submit_button\":\"\",\"button_text\":\"Send\",\"button_size\":\"md\",\"section_form_options\":\"\",\"send_html\":\"\",\"success_message\":\"The message was sent successfully!\",\"error_message\":\"There\'s something wrong... Please fill in the required fields.\",\"required_field_message\":\"Required\",\"invalid_message\":\"There\'s something wrong... The form is invalid.\",\"section_form_style\":\"\",\"column_gap\":{\"unit\":\"px\",\"size\":\"20\"},\"row_gap\":{\"unit\":\"px\",\"size\":\"20\"},\"heading_label\":\"\",\"label_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"label_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"section_field_style\":\"\",\"field_text_color\":\"#464646\",\"field_typography_typography\":\"custom\",\"field_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"field_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"field_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"field_background_color\":\"rgba(191,201,209,0.26)\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_button_style\":\"\",\"tabs_button_style\":\"\",\"tab_button_normal\":\"\",\"button_text_color\":\"#464646\",\"button_typography_typography\":\"custom\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"button_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13},\"button_typography_text_transform\":\"uppercase\",\"button_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"button_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"button_background_color\":\"rgba(0,41,73,0)\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_border_color\":\"#12e0b9\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tab_button_hover\":\"\",\"button_hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#12e0b9\",\"button_hover_border_color\":\"#12e0b9\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"-100\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"55\",\"bottom\":\"55\",\"left\":\"55\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_section_background\":\"\",\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"_box_shadow_box_shadow_type\":\"outset\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":\"50\",\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.19)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"mark_required\":\"yes\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"subscriber_already_exists_message\":\"Subscriber already exist.\",\"email_to\":\"dgebilaguin@gmail.com\",\"email_subject\":\"New message from \\\"Wanderfuls\\\"\",\"email_from\":\"email@sub.morganrand.com\",\"email_from_name\":\"Wanderfuls\",\"email_to_2\":\"dgebilaguin@gmail.com\",\"email_subject_2\":\"New message from \\\"Wanderfuls\\\"\",\"email_from_2\":\"email@sub.morganrand.com\",\"email_from_name_2\":\"Wanderfuls\",\"email_reply_to_2\":\"dgebilaguin@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2cb91d0b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#464646\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"3612d8be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7f59e782\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"7o3b1fs\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"7mj1o4u\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-google-plus\",\"_id\":\"7b6sjw9\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"0wh417m\"},{\"social\":\"fa fa-tumblr\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"agdym3r\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"rgba(0,0,0,0)\",\"icon_size\":{\"unit\":\"px\",\"size\":30},\"icon_spacing\":{\"unit\":\"px\",\"size\":14},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":25},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(528,114,'_elementor_edit_mode','builder'),(529,114,'_elementor_template_type','post'),(530,114,'_elementor_version','2.5.9'),(531,114,'_wp_page_template','default'),(532,114,'_elementor_page_settings','a:12:{s:21:\"background_color_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:23:\"background_color_b_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:25:\"background_gradient_angle\";a:3:{s:4:\"unit\";s:3:\"deg\";s:4:\"size\";i:180;s:5:\"sizes\";a:0:{}}s:15:\"background_xpos\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_xpos_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_xpos_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:15:\"background_ypos\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_ypos_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_ypos_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:19:\"background_bg_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:26:\"background_bg_width_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:26:\"background_bg_width_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}}'),(533,114,'_elementor_data','[{\"id\":\"4fbeaffe\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":80},\"background_background\":\"classic\",\"background_image\":{\"id\":43,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/selection.gif\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":70},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":100},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"rgba(58,58,58,0.87)\"},\"elements\":[{\"id\":\"6232b1d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4908604e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Wanderfuls \\u2122\",\"title_color\":\"#e5329f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":70},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":60},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":65},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":53},\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3ac5eddb\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#e5329f\",\"width\":{\"unit\":\"%\",\"size\":30},\"align_mobile\":\"center\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"30c648f2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h1>Centerpiece and Party Favors in One!<\\/h1>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4f7aa0c4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Shop Now\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"background_color\":\"rgba(18,224,185,0)\",\"button_background_hover_color\":\"#e5329f\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e5329f\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"align_mobile\":\"center\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7d32eef3\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1300},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"5638e058\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"736df2ea\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-check-circle\",\"title_text\":\"Centerpieces That Double as Party Favors\",\"description_text\":\"Wanderfuls are designed to become an interactive part of your special day. What guest could forget the moment they remove their party favor from the centerpiece? The Wanderfuls connect your guests to each other and to the magical moments of the event. These unique and memorable candy centerpieces are perfect for those once in a lifetime special events.\",\"position\":\"left\",\"primary_color\":\"#e5329f\",\"icon_space\":{\"unit\":\"px\",\"size\":18},\"icon_size\":{\"unit\":\"px\",\"size\":40},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#e5329f\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"title_size\":\"h2\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"25da2a06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6347ecab\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-bandcamp\",\"title_text\":\"Branding\",\"description_text\":\"Leverage agile frameworks to provide a robust synopsis for high level overviews iterative approaches.\",\"position\":\"left\",\"primary_color\":\"#464646\",\"icon_space\":{\"unit\":\"px\",\"size\":20},\"icon_size\":{\"unit\":\"px\",\"size\":30},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#464646\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":0.5},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"1fdab9e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"71961474\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-black-tie\",\"title_text\":\"Advertising \",\"description_text\":\"Leverage agile frameworks to provide a robust synopsis for high level overviews iterative approaches.\",\"position\":\"left\",\"primary_color\":\"#464646\",\"icon_space\":{\"unit\":\"px\",\"size\":20},\"icon_size\":{\"unit\":\"px\",\"size\":30},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#464646\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":0.5},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d1f7025\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"2145ac84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"26ba543f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":75,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/052.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":70}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"a267532\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"384c366\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":76,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/155.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInDown\",\"space_tablet\":{\"unit\":\"%\",\"size\":34}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5ef36f13\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4be938f7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":77,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/11.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":33}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"68e5fd64\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"reverse_order_mobile\":\"reverse-mobile\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"15d8ab03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"287b019c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":78,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/12.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":30}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"13e581e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77a94fa\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":79,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/13.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInDown\",\"space_tablet\":{\"unit\":\"%\",\"size\":50},\"space_mobile\":{\"unit\":\"%\",\"size\":40}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"438d7c75\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"11076dfb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":80,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/255.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":85}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4344a0bd\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"40237ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1498afcf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":81,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/3-5.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":50},\"space_mobile\":{\"unit\":\"%\",\"size\":40}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"127e57cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3f39b887\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":82,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/535.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInDown\",\"space_tablet\":{\"unit\":\"%\",\"size\":70}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"79ffa662\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4d0a9838\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":83,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/8.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":30}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24014d06\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"custom_height\":{\"unit\":\"vh\",\"size\":70},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"structure\":\"20\",\"background_color\":\"#464646\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"326b3892\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_inline_size_tablet\":60,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1c8538fc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Working Process\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5c32583a\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#12e0b9\",\"width\":{\"unit\":\"%\",\"size\":30},\"align_mobile\":\"center\",\"gap_tablet\":{\"unit\":\"px\",\"size\":2}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130350bc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation X is on the runway heading towards a streamlined cloud solution. User generated content in real-time will have multiple touchpoints for offshoring.\\u00a0Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"typography_font_weight\":\"300\",\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ff32be7\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Studio Tour\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"background_color\":\"rgba(18,224,185,0)\",\"button_background_hover_color\":\"#12e0b9\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#12e0b9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"35cd55ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.685,\"_inline_size_tablet\":40,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"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\":\"764b3d67\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"image\":{\"id\":84,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/36.png\"},\"_id\":\"fbe66s4\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":85,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/architecture_3.jpg\"},\"_id\":\"593jh4m\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":86,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/3-1.png\"},\"_id\":\"2u0yeyx\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":87,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/201.jpg\"},\"_id\":\"f6v9odr\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":88,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/15-1.png\"},\"_id\":\"675a0h3\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"slides_per_view\":\"1\",\"height\":{\"unit\":\"px\",\"size\":530},\"width\":{\"unit\":\"%\",\"size\":85},\"show_arrows\":\"\",\"pagination_color\":\"#12e0b9\",\"slides_per_view_tablet\":\"1\",\"height_tablet\":{\"unit\":\"px\",\"size\":390},\"height_mobile\":{\"unit\":\"px\",\"size\":317},\"width_tablet\":{\"unit\":\"px\",\"size\":279},\"width_mobile\":{\"unit\":\"px\",\"size\":309}},\"elements\":[],\"widgetType\":\"media-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"36850847\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"300\",\"bottom\":\"30\",\"left\":\"300\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"376ba3cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1625f748\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet The Team\",\"title_color\":\"#464646\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"330044e1\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#12e0b9\",\"width\":{\"unit\":\"%\",\"size\":20},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4abba146\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide with additional clickthroughs from nanotechnology immersion DevOps.\\u00a0<\\/p>\",\"text_color\":\"#464646\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"align\":\"center\",\"typography_font_weight\":\"300\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"510bcff7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"2\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeIn\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"1578775a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"54e21678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":89,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/5-2.png\"},\"caption\":\" Neil Gaiman - CTO\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_background_hover_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"354dcc3\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"2b51225d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"201869d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":90,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/Untitled-4.png\"},\"caption\":\"Nikki Gooley - HR\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2bcfde60\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-google-plus\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"3c589058\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"97c1b98\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":91,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/5Untitled-4.png\"},\"caption\":\"Laurence Fishburne - CFO\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3fb56041\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"50f14028\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"4d09980d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":92,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/54.png\"},\"caption\":\"Kym Barrett - CMO\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"289b5da5\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14739a62\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"100\",\"left\":\"40\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"1e16682f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"67d5162c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":93,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/63853.png\"},\"caption\":\"Gloria Foster - UI Designer\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"636f97f3\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-dribbble\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-behance\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"3a9ba12c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"61d4bc8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":94,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/86.png\"},\"caption\":\"Jean Reno - UX Expert\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"26b438b0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"4a8ecd13\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"3e0714c9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":95,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/452.png\"},\"caption\":\"Bel McClory - UX Designer\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"39b7896c\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-dribbble\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"5c2300\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"70724d5c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":96,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/525.png\"},\"caption\":\"Matt Doran - Project manager\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3002c6d4\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-google-plus\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e93eab\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"column_position\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"none\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"7d9461e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"150\",\"left\":\"50\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"4628be1c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#464646\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align\":\"left\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"header_size\":\"h3\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"335c67e1\",\"elType\":\"widget\",\"settings\":{\"section_divider\":\"\",\"weight\":{\"unit\":\"px\",\"size\":\"3\"},\"color\":\"#12e0b9\",\"width\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"center\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5f2f3ba8\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon_list\":[{\"text\":\"+44 20 5540 1234\",\"icon\":\"fa fa-phone\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"kxo82hb\"},{\"text\":\"+44 35 9998 3245\",\"icon\":\"fa fa-mobile-phone\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"89z2tky\"},{\"text\":\"+44 20 5540 4433\",\"icon\":\"fa fa-fax\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"zi1l66f\"}],\"section_icon_style\":\"\",\"icon_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":30},\"icon_align_mobile\":\"center\",\"section_text_style\":\"\",\"text_indent\":{\"unit\":\"px\",\"size\":15},\"text_color\":\"#777777\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":2.3},\"icon_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"icon_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"space_between\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"34115220\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"background_size\":\"cover\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"background_overlay_background\":\"none\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.71},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"120\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"45\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"69e17028\",\"elType\":\"widget\",\"settings\":{\"section_form_fields\":\"\",\"form_name\":\"Sample Form\",\"form_fields\":[{\"field_type\":\"text\",\"field_label\":\"Name\",\"placeholder\":\"Name\",\"width\":\"33\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"qi8lqp1\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"email\",\"required\":true,\"field_label\":\"Email\",\"placeholder\":\"Email\",\"width\":\"33\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"8b28ttw\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"tel\",\"field_label\":\"Tel\",\"placeholder\":\"Tel\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width\":\"33\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"2gd0qrk\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"textarea\",\"field_label\":\"Message\",\"placeholder\":\"Message\",\"width\":\"100\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":\"6\",\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"1qsba9v\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"}],\"input_size\":\"md\",\"show_labels\":\"\",\"section_submit_button\":\"\",\"button_text\":\"Send\",\"button_size\":\"md\",\"section_form_options\":\"\",\"send_html\":\"\",\"success_message\":\"The message was sent successfully!\",\"error_message\":\"There\'s something wrong... Please fill in the required fields.\",\"required_field_message\":\"Required\",\"invalid_message\":\"There\'s something wrong... The form is invalid.\",\"section_form_style\":\"\",\"column_gap\":{\"unit\":\"px\",\"size\":\"20\"},\"row_gap\":{\"unit\":\"px\",\"size\":\"20\"},\"heading_label\":\"\",\"label_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"label_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"section_field_style\":\"\",\"field_text_color\":\"#464646\",\"field_typography_typography\":\"custom\",\"field_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"field_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"field_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"field_background_color\":\"rgba(191,201,209,0.26)\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_button_style\":\"\",\"tabs_button_style\":\"\",\"tab_button_normal\":\"\",\"button_text_color\":\"#464646\",\"button_typography_typography\":\"custom\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"button_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13},\"button_typography_text_transform\":\"uppercase\",\"button_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"button_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"button_background_color\":\"rgba(0,41,73,0)\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_border_color\":\"#12e0b9\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tab_button_hover\":\"\",\"button_hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#12e0b9\",\"button_hover_border_color\":\"#12e0b9\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"-100\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"55\",\"bottom\":\"55\",\"left\":\"55\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_section_background\":\"\",\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"_box_shadow_box_shadow_type\":\"outset\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":\"50\",\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.19)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"mark_required\":\"yes\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"subscriber_already_exists_message\":\"Subscriber already exist.\",\"email_to\":\"dgebilaguin@gmail.com\",\"email_subject\":\"New message from \\\"Wanderfuls\\\"\",\"email_from\":\"email@sub.morganrand.com\",\"email_from_name\":\"Wanderfuls\",\"email_to_2\":\"dgebilaguin@gmail.com\",\"email_subject_2\":\"New message from \\\"Wanderfuls\\\"\",\"email_from_2\":\"email@sub.morganrand.com\",\"email_from_name_2\":\"Wanderfuls\",\"email_reply_to_2\":\"dgebilaguin@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2cb91d0b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#464646\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"3612d8be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7f59e782\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"7o3b1fs\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"7mj1o4u\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-google-plus\",\"_id\":\"7b6sjw9\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"0wh417m\"},{\"social\":\"fa fa-tumblr\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"agdym3r\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"rgba(0,0,0,0)\",\"icon_size\":{\"unit\":\"px\",\"size\":30},\"icon_spacing\":{\"unit\":\"px\",\"size\":14},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":25},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"712cfb58\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":80},\"background_background\":\"classic\",\"background_image\":{\"id\":\"74\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/1-1.png\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":70},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":100},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"4f893844\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"700\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4afb101a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome To Dynamic Studio\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":70},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":60},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":65},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":53},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5d96f0b3\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#12e0b9\",\"width\":{\"unit\":\"%\",\"size\":30},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b19602d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Leverage agile frameworks to provide a robust synopsis for high level overviews. Iterative approaches to corporate strategy foster collaborative thinking to further the overall value proposition.\\u00a0<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"29ffbaea\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Studio Tour\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"background_color\":\"rgba(18,224,185,0)\",\"button_background_hover_color\":\"#12e0b9\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#12e0b9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"57e2deba\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1300},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"5f5f1d89\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2181c069\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-desktop\",\"title_text\":\"Web design\",\"description_text\":\"Leverage agile frameworks to provide a robust synopsis for high level overviews iterative approaches.\",\"position\":\"left\",\"primary_color\":\"#464646\",\"icon_space\":{\"unit\":\"px\",\"size\":20},\"icon_size\":{\"unit\":\"px\",\"size\":30},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#464646\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":0.5},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"6728d0b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c7620e\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-bandcamp\",\"title_text\":\"Branding\",\"description_text\":\"Leverage agile frameworks to provide a robust synopsis for high level overviews iterative approaches.\",\"position\":\"left\",\"primary_color\":\"#464646\",\"icon_space\":{\"unit\":\"px\",\"size\":20},\"icon_size\":{\"unit\":\"px\",\"size\":30},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#464646\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":0.5},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"2005df3f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"331af173\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-black-tie\",\"title_text\":\"Advertising \",\"description_text\":\"Leverage agile frameworks to provide a robust synopsis for high level overviews iterative approaches.\",\"position\":\"left\",\"primary_color\":\"#464646\",\"icon_space\":{\"unit\":\"px\",\"size\":20},\"icon_size\":{\"unit\":\"px\",\"size\":30},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#464646\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":0.5},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34f7ca3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"53180d28\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"210d0044\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"75\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/052.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":70}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"75f71690\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"52dd27a7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"76\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/155.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInDown\",\"space_tablet\":{\"unit\":\"%\",\"size\":34}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1d286c54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7e988294\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"77\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/11.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":33}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bfad4f8\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"reverse_order_mobile\":\"reverse-mobile\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"54dab58\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"602431b2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"78\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/12.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":30}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"72b34256\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"48bedce6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"79\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/13.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInDown\",\"space_tablet\":{\"unit\":\"%\",\"size\":50},\"space_mobile\":{\"unit\":\"%\",\"size\":40}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1db5c039\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1e81a021\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"80\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/255.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":85}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"58a96512\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"23a12e0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31f99ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"81\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/3-5.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":50},\"space_mobile\":{\"unit\":\"%\",\"size\":40}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d9004e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"26d24c6d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"82\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/535.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInDown\",\"space_tablet\":{\"unit\":\"%\",\"size\":70}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4693d20\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e9c3e25\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"83\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/8.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":30}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"666c8460\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"custom_height\":{\"unit\":\"vh\",\"size\":70},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"structure\":\"20\",\"background_color\":\"#464646\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"335192ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_inline_size_tablet\":60,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"189bf90f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Working Process\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"53f27564\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#12e0b9\",\"width\":{\"unit\":\"%\",\"size\":30},\"align_mobile\":\"center\",\"gap_tablet\":{\"unit\":\"px\",\"size\":2}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"49d6606a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation X is on the runway heading towards a streamlined cloud solution. User generated content in real-time will have multiple touchpoints for offshoring.\\u00a0Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"typography_font_weight\":\"300\",\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3a1db978\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Studio Tour\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"background_color\":\"rgba(18,224,185,0)\",\"button_background_hover_color\":\"#12e0b9\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#12e0b9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"21468a29\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.685,\"_inline_size_tablet\":40,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"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\":\"539dc278\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"image\":{\"id\":\"84\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/36.png\"},\"_id\":\"fbe66s4\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":\"85\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/architecture_3.jpg\"},\"_id\":\"593jh4m\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":\"86\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/3-1.png\"},\"_id\":\"2u0yeyx\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":\"87\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/201.jpg\"},\"_id\":\"f6v9odr\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":\"88\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/15-1.png\"},\"_id\":\"675a0h3\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"slides_per_view\":\"1\",\"height\":{\"unit\":\"px\",\"size\":530},\"width\":{\"unit\":\"%\",\"size\":85},\"show_arrows\":\"\",\"pagination_color\":\"#12e0b9\",\"slides_per_view_tablet\":\"1\",\"height_tablet\":{\"unit\":\"px\",\"size\":390},\"height_mobile\":{\"unit\":\"px\",\"size\":317},\"width_tablet\":{\"unit\":\"px\",\"size\":279},\"width_mobile\":{\"unit\":\"px\",\"size\":309}},\"elements\":[],\"widgetType\":\"media-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c06908a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"300\",\"bottom\":\"30\",\"left\":\"300\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"46bbaee0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"73a3a1b8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet The Team\",\"title_color\":\"#464646\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"792968e3\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#12e0b9\",\"width\":{\"unit\":\"%\",\"size\":20},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77984a4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide with additional clickthroughs from nanotechnology immersion DevOps.\\u00a0<\\/p>\",\"text_color\":\"#464646\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"align\":\"center\",\"typography_font_weight\":\"300\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad5e302\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"2\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeIn\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"692efcdf\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d709b34\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"89\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/5-2.png\"},\"caption\":\" Neil Gaiman - CTO\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_background_hover_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"45543174\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"6e7ca837\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"c017d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"90\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/Untitled-4.png\"},\"caption\":\"Nikki Gooley - HR\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"25786326\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-google-plus\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"cfe4858\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"497ef4be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"91\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/5Untitled-4.png\"},\"caption\":\"Laurence Fishburne - CFO\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"182ba57c\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"101de245\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"6734b4f7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"92\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/54.png\"},\"caption\":\"Kym Barrett - CMO\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24267a74\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d1290b2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"100\",\"left\":\"40\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"79722127\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"4af8c6e1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"93\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/63853.png\"},\"caption\":\"Gloria Foster - UI Designer\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5dade72a\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-dribbble\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-behance\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"120e1a36\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"4f620401\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"94\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/86.png\"},\"caption\":\"Jean Reno - UX Expert\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36574c3c\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"4c2bd3af\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"23547965\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"95\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/452.png\"},\"caption\":\"Bel McClory - UX Designer\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2daca6\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-dribbble\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"6d725dd8\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"56a60c52\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"96\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/525.png\"},\"caption\":\"Matt Doran - Project manager\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"53cb6f1e\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-google-plus\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"537ef12a\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"column_position\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"none\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"e2abfb6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"150\",\"left\":\"50\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"476f10d6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#464646\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align\":\"left\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"header_size\":\"h3\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"669bc6bc\",\"elType\":\"widget\",\"settings\":{\"section_divider\":\"\",\"weight\":{\"unit\":\"px\",\"size\":\"3\"},\"color\":\"#12e0b9\",\"width\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"center\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"448c1556\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon_list\":[{\"text\":\"+44 20 5540 1234\",\"icon\":\"fa fa-phone\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"kxo82hb\"},{\"text\":\"+44 35 9998 3245\",\"icon\":\"fa fa-mobile-phone\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"89z2tky\"},{\"text\":\"+44 20 5540 4433\",\"icon\":\"fa fa-fax\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"zi1l66f\"}],\"section_icon_style\":\"\",\"icon_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":30},\"icon_align_mobile\":\"center\",\"section_text_style\":\"\",\"text_indent\":{\"unit\":\"px\",\"size\":15},\"text_color\":\"#777777\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":2.3},\"icon_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"icon_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"space_between\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"41fcb08a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"background_size\":\"cover\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"background_overlay_background\":\"none\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.71},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"120\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"45\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"32a25746\",\"elType\":\"widget\",\"settings\":{\"section_form_fields\":\"\",\"form_name\":\"Sample Form\",\"form_fields\":[{\"field_type\":\"text\",\"field_label\":\"Name\",\"placeholder\":\"Name\",\"width\":\"33\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"qi8lqp1\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"email\",\"required\":true,\"field_label\":\"Email\",\"placeholder\":\"Email\",\"width\":\"33\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"8b28ttw\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"tel\",\"field_label\":\"Tel\",\"placeholder\":\"Tel\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width\":\"33\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"2gd0qrk\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"textarea\",\"field_label\":\"Message\",\"placeholder\":\"Message\",\"width\":\"100\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":\"6\",\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"1qsba9v\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"}],\"input_size\":\"md\",\"show_labels\":\"\",\"section_submit_button\":\"\",\"button_text\":\"Send\",\"button_size\":\"md\",\"section_form_options\":\"\",\"send_html\":\"\",\"success_message\":\"The message was sent successfully!\",\"error_message\":\"There\'s something wrong... Please fill in the required fields.\",\"required_field_message\":\"Required\",\"invalid_message\":\"There\'s something wrong... The form is invalid.\",\"section_form_style\":\"\",\"column_gap\":{\"unit\":\"px\",\"size\":\"20\"},\"row_gap\":{\"unit\":\"px\",\"size\":\"20\"},\"heading_label\":\"\",\"label_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"label_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"section_field_style\":\"\",\"field_text_color\":\"#464646\",\"field_typography_typography\":\"custom\",\"field_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"field_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"field_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"field_background_color\":\"rgba(191,201,209,0.26)\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_button_style\":\"\",\"tabs_button_style\":\"\",\"tab_button_normal\":\"\",\"button_text_color\":\"#464646\",\"button_typography_typography\":\"custom\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"button_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13},\"button_typography_text_transform\":\"uppercase\",\"button_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"button_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"button_background_color\":\"rgba(0,41,73,0)\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_border_color\":\"#12e0b9\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tab_button_hover\":\"\",\"button_hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#12e0b9\",\"button_hover_border_color\":\"#12e0b9\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"-100\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"55\",\"bottom\":\"55\",\"left\":\"55\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_section_background\":\"\",\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"_box_shadow_box_shadow_type\":\"outset\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":\"50\",\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.19)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"mark_required\":\"yes\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"subscriber_already_exists_message\":\"Subscriber already exist.\",\"email_to\":\"dgebilaguin@gmail.com\",\"email_subject\":\"New message from \\\"Wanderfuls\\\"\",\"email_from\":\"email@sub.morganrand.com\",\"email_from_name\":\"Wanderfuls\",\"email_to_2\":\"dgebilaguin@gmail.com\",\"email_subject_2\":\"New message from \\\"Wanderfuls\\\"\",\"email_from_2\":\"email@sub.morganrand.com\",\"email_from_name_2\":\"Wanderfuls\",\"email_reply_to_2\":\"dgebilaguin@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78f75450\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#464646\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"42bcc862\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1bd15425\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"7o3b1fs\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"7mj1o4u\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-google-plus\",\"_id\":\"7b6sjw9\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"0wh417m\"},{\"social\":\"fa fa-tumblr\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"agdym3r\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"rgba(0,0,0,0)\",\"icon_size\":{\"unit\":\"px\",\"size\":30},\"icon_spacing\":{\"unit\":\"px\",\"size\":14},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":25},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(534,114,'_elementor_css','a:4:{s:4:\"time\";i:1553150460;s:5:\"fonts\";a:2:{i:0;s:16:\"Playfair Display\";i:1;s:6:\"Roboto\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(536,115,'_elementor_edit_mode','builder'),(537,115,'_elementor_template_type','post'),(538,115,'_elementor_version','2.5.9'),(539,115,'_wp_page_template','default'),(540,115,'_elementor_page_settings','a:12:{s:21:\"background_color_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:23:\"background_color_b_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:25:\"background_gradient_angle\";a:3:{s:4:\"unit\";s:3:\"deg\";s:4:\"size\";i:180;s:5:\"sizes\";a:0:{}}s:15:\"background_xpos\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_xpos_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_xpos_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:15:\"background_ypos\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_ypos_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_ypos_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:19:\"background_bg_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:26:\"background_bg_width_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:26:\"background_bg_width_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}}'),(541,115,'_elementor_data','[{\"id\":\"4fbeaffe\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":80},\"background_background\":\"classic\",\"background_image\":{\"id\":43,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/selection.gif\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":70},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":100},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"rgba(58,58,58,0.87)\"},\"elements\":[{\"id\":\"6232b1d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4908604e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Wanderfuls \\u2122\",\"title_color\":\"#e5329f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":70},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":60},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":65},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":53},\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3ac5eddb\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#e5329f\",\"width\":{\"unit\":\"%\",\"size\":30},\"align_mobile\":\"center\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"30c648f2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h1>Centerpiece and Party Favors in One!<\\/h1>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4f7aa0c4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Shop Now\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"background_color\":\"rgba(18,224,185,0)\",\"button_background_hover_color\":\"#e5329f\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e5329f\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"align_mobile\":\"center\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7d32eef3\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1300},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"5638e058\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"736df2ea\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-check-circle\",\"title_text\":\"Centerpieces That Double as Party Favors\",\"description_text\":\"Wanderfuls are designed to become an interactive part of your special day. What guest could forget the moment they remove their party favor from the centerpiece? The Wanderfuls connect your guests to each other and to the magical moments of the event. These unique and memorable candy centerpieces are perfect for those once in a lifetime special events.\",\"position\":\"left\",\"primary_color\":\"#e5329f\",\"icon_space\":{\"unit\":\"px\",\"size\":18},\"icon_size\":{\"unit\":\"px\",\"size\":40},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#e5329f\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"title_size\":\"h2\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"25da2a06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6347ecab\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-bandcamp\",\"title_text\":\"Customize and Design Your Own Centerpiece!\",\"description_text\":\"Designing your Centerpieces is fun and easy! Simply call us. We will make your centerpiece colors magically appears on your screen. You get to choose from dozens of fun decorator colors and scrumptious candy fillings.\",\"position\":\"left\",\"primary_color\":\"#464646\",\"icon_space\":{\"unit\":\"px\",\"size\":20},\"icon_size\":{\"unit\":\"px\",\"size\":30},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#464646\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"1fdab9e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"71961474\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-black-tie\",\"title_text\":\"Advertising \",\"description_text\":\"Leverage agile frameworks to provide a robust synopsis for high level overviews iterative approaches.\",\"position\":\"left\",\"primary_color\":\"#464646\",\"icon_space\":{\"unit\":\"px\",\"size\":20},\"icon_size\":{\"unit\":\"px\",\"size\":30},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#464646\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":0.5},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d1f7025\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"2145ac84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"26ba543f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":75,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/052.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":70}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"a267532\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"384c366\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":76,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/155.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInDown\",\"space_tablet\":{\"unit\":\"%\",\"size\":34}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5ef36f13\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4be938f7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":77,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/11.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":33}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"68e5fd64\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"reverse_order_mobile\":\"reverse-mobile\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"15d8ab03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"287b019c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":78,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/12.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":30}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"13e581e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77a94fa\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":79,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/13.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInDown\",\"space_tablet\":{\"unit\":\"%\",\"size\":50},\"space_mobile\":{\"unit\":\"%\",\"size\":40}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"438d7c75\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"11076dfb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":80,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/255.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":85}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4344a0bd\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"40237ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1498afcf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":81,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/3-5.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":50},\"space_mobile\":{\"unit\":\"%\",\"size\":40}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"127e57cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3f39b887\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":82,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/535.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInDown\",\"space_tablet\":{\"unit\":\"%\",\"size\":70}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"79ffa662\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4d0a9838\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":83,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/8.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":30}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24014d06\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"custom_height\":{\"unit\":\"vh\",\"size\":70},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"structure\":\"20\",\"background_color\":\"#464646\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"326b3892\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_inline_size_tablet\":60,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1c8538fc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Working Process\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5c32583a\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#12e0b9\",\"width\":{\"unit\":\"%\",\"size\":30},\"align_mobile\":\"center\",\"gap_tablet\":{\"unit\":\"px\",\"size\":2}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130350bc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation X is on the runway heading towards a streamlined cloud solution. User generated content in real-time will have multiple touchpoints for offshoring.\\u00a0Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"typography_font_weight\":\"300\",\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ff32be7\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Studio Tour\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"background_color\":\"rgba(18,224,185,0)\",\"button_background_hover_color\":\"#12e0b9\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#12e0b9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"35cd55ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.685,\"_inline_size_tablet\":40,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"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\":\"764b3d67\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"image\":{\"id\":84,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/36.png\"},\"_id\":\"fbe66s4\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":85,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/architecture_3.jpg\"},\"_id\":\"593jh4m\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":86,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/3-1.png\"},\"_id\":\"2u0yeyx\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":87,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/201.jpg\"},\"_id\":\"f6v9odr\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":88,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/15-1.png\"},\"_id\":\"675a0h3\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"slides_per_view\":\"1\",\"height\":{\"unit\":\"px\",\"size\":530},\"width\":{\"unit\":\"%\",\"size\":85},\"show_arrows\":\"\",\"pagination_color\":\"#12e0b9\",\"slides_per_view_tablet\":\"1\",\"height_tablet\":{\"unit\":\"px\",\"size\":390},\"height_mobile\":{\"unit\":\"px\",\"size\":317},\"width_tablet\":{\"unit\":\"px\",\"size\":279},\"width_mobile\":{\"unit\":\"px\",\"size\":309}},\"elements\":[],\"widgetType\":\"media-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"36850847\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"300\",\"bottom\":\"30\",\"left\":\"300\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"376ba3cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1625f748\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet The Team\",\"title_color\":\"#464646\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"330044e1\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#12e0b9\",\"width\":{\"unit\":\"%\",\"size\":20},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4abba146\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide with additional clickthroughs from nanotechnology immersion DevOps.\\u00a0<\\/p>\",\"text_color\":\"#464646\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"align\":\"center\",\"typography_font_weight\":\"300\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"510bcff7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"2\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeIn\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"1578775a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"54e21678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":89,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/5-2.png\"},\"caption\":\" Neil Gaiman - CTO\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_background_hover_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"354dcc3\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"2b51225d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"201869d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":90,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/Untitled-4.png\"},\"caption\":\"Nikki Gooley - HR\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2bcfde60\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-google-plus\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"3c589058\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"97c1b98\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":91,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/5Untitled-4.png\"},\"caption\":\"Laurence Fishburne - CFO\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3fb56041\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"50f14028\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"4d09980d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":92,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/54.png\"},\"caption\":\"Kym Barrett - CMO\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"289b5da5\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14739a62\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"100\",\"left\":\"40\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"1e16682f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"67d5162c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":93,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/63853.png\"},\"caption\":\"Gloria Foster - UI Designer\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"636f97f3\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-dribbble\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-behance\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"3a9ba12c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"61d4bc8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":94,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/86.png\"},\"caption\":\"Jean Reno - UX Expert\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"26b438b0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"4a8ecd13\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"3e0714c9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":95,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/452.png\"},\"caption\":\"Bel McClory - UX Designer\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"39b7896c\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-dribbble\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"5c2300\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"70724d5c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":96,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/525.png\"},\"caption\":\"Matt Doran - Project manager\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3002c6d4\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-google-plus\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e93eab\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"column_position\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"none\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"7d9461e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"150\",\"left\":\"50\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"4628be1c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#464646\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align\":\"left\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"header_size\":\"h3\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"335c67e1\",\"elType\":\"widget\",\"settings\":{\"section_divider\":\"\",\"weight\":{\"unit\":\"px\",\"size\":\"3\"},\"color\":\"#12e0b9\",\"width\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"center\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5f2f3ba8\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon_list\":[{\"text\":\"+44 20 5540 1234\",\"icon\":\"fa fa-phone\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"kxo82hb\"},{\"text\":\"+44 35 9998 3245\",\"icon\":\"fa fa-mobile-phone\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"89z2tky\"},{\"text\":\"+44 20 5540 4433\",\"icon\":\"fa fa-fax\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"zi1l66f\"}],\"section_icon_style\":\"\",\"icon_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":30},\"icon_align_mobile\":\"center\",\"section_text_style\":\"\",\"text_indent\":{\"unit\":\"px\",\"size\":15},\"text_color\":\"#777777\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":2.3},\"icon_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"icon_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"space_between\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"34115220\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"background_size\":\"cover\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"background_overlay_background\":\"none\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.71},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"120\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"45\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"69e17028\",\"elType\":\"widget\",\"settings\":{\"section_form_fields\":\"\",\"form_name\":\"Sample Form\",\"form_fields\":[{\"field_type\":\"text\",\"field_label\":\"Name\",\"placeholder\":\"Name\",\"width\":\"33\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"qi8lqp1\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"email\",\"required\":true,\"field_label\":\"Email\",\"placeholder\":\"Email\",\"width\":\"33\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"8b28ttw\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"tel\",\"field_label\":\"Tel\",\"placeholder\":\"Tel\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width\":\"33\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"2gd0qrk\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"textarea\",\"field_label\":\"Message\",\"placeholder\":\"Message\",\"width\":\"100\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":\"6\",\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"1qsba9v\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"}],\"input_size\":\"md\",\"show_labels\":\"\",\"section_submit_button\":\"\",\"button_text\":\"Send\",\"button_size\":\"md\",\"section_form_options\":\"\",\"send_html\":\"\",\"success_message\":\"The message was sent successfully!\",\"error_message\":\"There\'s something wrong... Please fill in the required fields.\",\"required_field_message\":\"Required\",\"invalid_message\":\"There\'s something wrong... The form is invalid.\",\"section_form_style\":\"\",\"column_gap\":{\"unit\":\"px\",\"size\":\"20\"},\"row_gap\":{\"unit\":\"px\",\"size\":\"20\"},\"heading_label\":\"\",\"label_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"label_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"section_field_style\":\"\",\"field_text_color\":\"#464646\",\"field_typography_typography\":\"custom\",\"field_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"field_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"field_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"field_background_color\":\"rgba(191,201,209,0.26)\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_button_style\":\"\",\"tabs_button_style\":\"\",\"tab_button_normal\":\"\",\"button_text_color\":\"#464646\",\"button_typography_typography\":\"custom\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"button_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13},\"button_typography_text_transform\":\"uppercase\",\"button_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"button_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"button_background_color\":\"rgba(0,41,73,0)\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_border_color\":\"#12e0b9\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tab_button_hover\":\"\",\"button_hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#12e0b9\",\"button_hover_border_color\":\"#12e0b9\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"-100\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"55\",\"bottom\":\"55\",\"left\":\"55\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_section_background\":\"\",\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"_box_shadow_box_shadow_type\":\"outset\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":\"50\",\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.19)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"mark_required\":\"yes\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"subscriber_already_exists_message\":\"Subscriber already exist.\",\"email_to\":\"dgebilaguin@gmail.com\",\"email_subject\":\"New message from \\\"Wanderfuls\\\"\",\"email_from\":\"email@sub.morganrand.com\",\"email_from_name\":\"Wanderfuls\",\"email_to_2\":\"dgebilaguin@gmail.com\",\"email_subject_2\":\"New message from \\\"Wanderfuls\\\"\",\"email_from_2\":\"email@sub.morganrand.com\",\"email_from_name_2\":\"Wanderfuls\",\"email_reply_to_2\":\"dgebilaguin@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2cb91d0b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#464646\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"3612d8be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7f59e782\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"7o3b1fs\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"7mj1o4u\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-google-plus\",\"_id\":\"7b6sjw9\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"0wh417m\"},{\"social\":\"fa fa-tumblr\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"agdym3r\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"rgba(0,0,0,0)\",\"icon_size\":{\"unit\":\"px\",\"size\":30},\"icon_spacing\":{\"unit\":\"px\",\"size\":14},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":25},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"712cfb58\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":80},\"background_background\":\"classic\",\"background_image\":{\"id\":\"74\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/1-1.png\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":70},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":100},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"4f893844\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"700\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4afb101a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome To Dynamic Studio\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":70},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":60},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":65},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":53},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5d96f0b3\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#12e0b9\",\"width\":{\"unit\":\"%\",\"size\":30},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b19602d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Leverage agile frameworks to provide a robust synopsis for high level overviews. Iterative approaches to corporate strategy foster collaborative thinking to further the overall value proposition.\\u00a0<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"29ffbaea\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Studio Tour\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"background_color\":\"rgba(18,224,185,0)\",\"button_background_hover_color\":\"#12e0b9\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#12e0b9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"57e2deba\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1300},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"5f5f1d89\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2181c069\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-desktop\",\"title_text\":\"Web design\",\"description_text\":\"Leverage agile frameworks to provide a robust synopsis for high level overviews iterative approaches.\",\"position\":\"left\",\"primary_color\":\"#464646\",\"icon_space\":{\"unit\":\"px\",\"size\":20},\"icon_size\":{\"unit\":\"px\",\"size\":30},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#464646\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":0.5},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"6728d0b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c7620e\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-bandcamp\",\"title_text\":\"Branding\",\"description_text\":\"Leverage agile frameworks to provide a robust synopsis for high level overviews iterative approaches.\",\"position\":\"left\",\"primary_color\":\"#464646\",\"icon_space\":{\"unit\":\"px\",\"size\":20},\"icon_size\":{\"unit\":\"px\",\"size\":30},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#464646\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":0.5},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"2005df3f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"331af173\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-black-tie\",\"title_text\":\"Advertising \",\"description_text\":\"Leverage agile frameworks to provide a robust synopsis for high level overviews iterative approaches.\",\"position\":\"left\",\"primary_color\":\"#464646\",\"icon_space\":{\"unit\":\"px\",\"size\":20},\"icon_size\":{\"unit\":\"px\",\"size\":30},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#464646\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":0.5},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34f7ca3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"53180d28\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"210d0044\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"75\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/052.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":70}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"75f71690\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"52dd27a7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"76\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/155.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInDown\",\"space_tablet\":{\"unit\":\"%\",\"size\":34}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1d286c54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7e988294\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"77\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/11.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":33}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bfad4f8\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"reverse_order_mobile\":\"reverse-mobile\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"54dab58\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"602431b2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"78\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/12.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":30}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"72b34256\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"48bedce6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"79\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/13.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInDown\",\"space_tablet\":{\"unit\":\"%\",\"size\":50},\"space_mobile\":{\"unit\":\"%\",\"size\":40}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1db5c039\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1e81a021\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"80\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/255.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":85}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"58a96512\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"23a12e0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31f99ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"81\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/3-5.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":50},\"space_mobile\":{\"unit\":\"%\",\"size\":40}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d9004e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"26d24c6d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"82\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/535.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInDown\",\"space_tablet\":{\"unit\":\"%\",\"size\":70}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4693d20\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e9c3e25\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"83\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/8.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":30}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"666c8460\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"custom_height\":{\"unit\":\"vh\",\"size\":70},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"structure\":\"20\",\"background_color\":\"#464646\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"335192ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_inline_size_tablet\":60,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"189bf90f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Working Process\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"53f27564\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#12e0b9\",\"width\":{\"unit\":\"%\",\"size\":30},\"align_mobile\":\"center\",\"gap_tablet\":{\"unit\":\"px\",\"size\":2}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"49d6606a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation X is on the runway heading towards a streamlined cloud solution. User generated content in real-time will have multiple touchpoints for offshoring.\\u00a0Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"typography_font_weight\":\"300\",\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3a1db978\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Studio Tour\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"background_color\":\"rgba(18,224,185,0)\",\"button_background_hover_color\":\"#12e0b9\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#12e0b9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"21468a29\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.685,\"_inline_size_tablet\":40,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"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\":\"539dc278\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"image\":{\"id\":\"84\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/36.png\"},\"_id\":\"fbe66s4\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":\"85\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/architecture_3.jpg\"},\"_id\":\"593jh4m\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":\"86\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/3-1.png\"},\"_id\":\"2u0yeyx\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":\"87\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/201.jpg\"},\"_id\":\"f6v9odr\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":\"88\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/15-1.png\"},\"_id\":\"675a0h3\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"slides_per_view\":\"1\",\"height\":{\"unit\":\"px\",\"size\":530},\"width\":{\"unit\":\"%\",\"size\":85},\"show_arrows\":\"\",\"pagination_color\":\"#12e0b9\",\"slides_per_view_tablet\":\"1\",\"height_tablet\":{\"unit\":\"px\",\"size\":390},\"height_mobile\":{\"unit\":\"px\",\"size\":317},\"width_tablet\":{\"unit\":\"px\",\"size\":279},\"width_mobile\":{\"unit\":\"px\",\"size\":309}},\"elements\":[],\"widgetType\":\"media-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c06908a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"300\",\"bottom\":\"30\",\"left\":\"300\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"46bbaee0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"73a3a1b8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet The Team\",\"title_color\":\"#464646\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"792968e3\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#12e0b9\",\"width\":{\"unit\":\"%\",\"size\":20},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77984a4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide with additional clickthroughs from nanotechnology immersion DevOps.\\u00a0<\\/p>\",\"text_color\":\"#464646\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"align\":\"center\",\"typography_font_weight\":\"300\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad5e302\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"2\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeIn\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"692efcdf\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d709b34\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"89\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/5-2.png\"},\"caption\":\" Neil Gaiman - CTO\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_background_hover_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"45543174\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"6e7ca837\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"c017d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"90\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/Untitled-4.png\"},\"caption\":\"Nikki Gooley - HR\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"25786326\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-google-plus\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"cfe4858\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"497ef4be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"91\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/5Untitled-4.png\"},\"caption\":\"Laurence Fishburne - CFO\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"182ba57c\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"101de245\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"6734b4f7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"92\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/54.png\"},\"caption\":\"Kym Barrett - CMO\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24267a74\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d1290b2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"100\",\"left\":\"40\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"79722127\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"4af8c6e1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"93\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/63853.png\"},\"caption\":\"Gloria Foster - UI Designer\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5dade72a\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-dribbble\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-behance\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"120e1a36\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"4f620401\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"94\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/86.png\"},\"caption\":\"Jean Reno - UX Expert\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36574c3c\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"4c2bd3af\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"23547965\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"95\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/452.png\"},\"caption\":\"Bel McClory - UX Designer\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2daca6\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-dribbble\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"6d725dd8\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"56a60c52\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"96\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/525.png\"},\"caption\":\"Matt Doran - Project manager\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"53cb6f1e\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-google-plus\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"537ef12a\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"column_position\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"none\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"e2abfb6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"150\",\"left\":\"50\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"476f10d6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#464646\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align\":\"left\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"header_size\":\"h3\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"669bc6bc\",\"elType\":\"widget\",\"settings\":{\"section_divider\":\"\",\"weight\":{\"unit\":\"px\",\"size\":\"3\"},\"color\":\"#12e0b9\",\"width\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"center\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"448c1556\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon_list\":[{\"text\":\"+44 20 5540 1234\",\"icon\":\"fa fa-phone\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"kxo82hb\"},{\"text\":\"+44 35 9998 3245\",\"icon\":\"fa fa-mobile-phone\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"89z2tky\"},{\"text\":\"+44 20 5540 4433\",\"icon\":\"fa fa-fax\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"zi1l66f\"}],\"section_icon_style\":\"\",\"icon_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":30},\"icon_align_mobile\":\"center\",\"section_text_style\":\"\",\"text_indent\":{\"unit\":\"px\",\"size\":15},\"text_color\":\"#777777\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":2.3},\"icon_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"icon_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"space_between\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"41fcb08a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"background_size\":\"cover\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"background_overlay_background\":\"none\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.71},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"120\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"45\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"32a25746\",\"elType\":\"widget\",\"settings\":{\"section_form_fields\":\"\",\"form_name\":\"Sample Form\",\"form_fields\":[{\"field_type\":\"text\",\"field_label\":\"Name\",\"placeholder\":\"Name\",\"width\":\"33\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"qi8lqp1\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"email\",\"required\":true,\"field_label\":\"Email\",\"placeholder\":\"Email\",\"width\":\"33\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"8b28ttw\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"tel\",\"field_label\":\"Tel\",\"placeholder\":\"Tel\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width\":\"33\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"2gd0qrk\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"textarea\",\"field_label\":\"Message\",\"placeholder\":\"Message\",\"width\":\"100\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":\"6\",\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"1qsba9v\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"}],\"input_size\":\"md\",\"show_labels\":\"\",\"section_submit_button\":\"\",\"button_text\":\"Send\",\"button_size\":\"md\",\"section_form_options\":\"\",\"send_html\":\"\",\"success_message\":\"The message was sent successfully!\",\"error_message\":\"There\'s something wrong... Please fill in the required fields.\",\"required_field_message\":\"Required\",\"invalid_message\":\"There\'s something wrong... The form is invalid.\",\"section_form_style\":\"\",\"column_gap\":{\"unit\":\"px\",\"size\":\"20\"},\"row_gap\":{\"unit\":\"px\",\"size\":\"20\"},\"heading_label\":\"\",\"label_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"label_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"section_field_style\":\"\",\"field_text_color\":\"#464646\",\"field_typography_typography\":\"custom\",\"field_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"field_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"field_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"field_background_color\":\"rgba(191,201,209,0.26)\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_button_style\":\"\",\"tabs_button_style\":\"\",\"tab_button_normal\":\"\",\"button_text_color\":\"#464646\",\"button_typography_typography\":\"custom\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"button_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13},\"button_typography_text_transform\":\"uppercase\",\"button_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"button_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"button_background_color\":\"rgba(0,41,73,0)\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_border_color\":\"#12e0b9\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tab_button_hover\":\"\",\"button_hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#12e0b9\",\"button_hover_border_color\":\"#12e0b9\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"-100\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"55\",\"bottom\":\"55\",\"left\":\"55\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_section_background\":\"\",\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"_box_shadow_box_shadow_type\":\"outset\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":\"50\",\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.19)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"mark_required\":\"yes\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"subscriber_already_exists_message\":\"Subscriber already exist.\",\"email_to\":\"dgebilaguin@gmail.com\",\"email_subject\":\"New message from \\\"Wanderfuls\\\"\",\"email_from\":\"email@sub.morganrand.com\",\"email_from_name\":\"Wanderfuls\",\"email_to_2\":\"dgebilaguin@gmail.com\",\"email_subject_2\":\"New message from \\\"Wanderfuls\\\"\",\"email_from_2\":\"email@sub.morganrand.com\",\"email_from_name_2\":\"Wanderfuls\",\"email_reply_to_2\":\"dgebilaguin@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78f75450\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#464646\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"42bcc862\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1bd15425\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"7o3b1fs\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"7mj1o4u\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-google-plus\",\"_id\":\"7b6sjw9\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"0wh417m\"},{\"social\":\"fa fa-tumblr\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"agdym3r\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"rgba(0,0,0,0)\",\"icon_size\":{\"unit\":\"px\",\"size\":30},\"icon_spacing\":{\"unit\":\"px\",\"size\":14},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":25},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(542,115,'_elementor_css','a:4:{s:4:\"time\";i:1553150702;s:5:\"fonts\";a:2:{i:0;s:16:\"Playfair Display\";i:1;s:6:\"Roboto\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(544,116,'_elementor_edit_mode','builder'),(545,116,'_elementor_template_type','post'),(546,116,'_elementor_version','2.5.9'),(547,116,'_wp_page_template','default'),(548,116,'_elementor_page_settings','a:12:{s:21:\"background_color_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:23:\"background_color_b_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:25:\"background_gradient_angle\";a:3:{s:4:\"unit\";s:3:\"deg\";s:4:\"size\";i:180;s:5:\"sizes\";a:0:{}}s:15:\"background_xpos\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_xpos_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_xpos_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:15:\"background_ypos\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_ypos_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_ypos_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:19:\"background_bg_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:26:\"background_bg_width_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:26:\"background_bg_width_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}}'),(549,116,'_elementor_data','[{\"id\":\"4fbeaffe\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":80},\"background_background\":\"classic\",\"background_image\":{\"id\":43,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/selection.gif\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":70},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":100},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"rgba(58,58,58,0.87)\"},\"elements\":[{\"id\":\"6232b1d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4908604e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Wanderfuls \\u2122\",\"title_color\":\"#e5329f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":70},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":60},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":65},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":53},\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3ac5eddb\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#e5329f\",\"width\":{\"unit\":\"%\",\"size\":30},\"align_mobile\":\"center\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"30c648f2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h1>Centerpiece and Party Favors in One!<\\/h1>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4f7aa0c4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Shop Now\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"background_color\":\"rgba(18,224,185,0)\",\"button_background_hover_color\":\"#e5329f\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e5329f\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"align_mobile\":\"center\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7d32eef3\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1300},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"5638e058\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"736df2ea\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-check-circle\",\"title_text\":\"Centerpieces That Double as Party Favors\",\"description_text\":\"Wanderfuls are designed to become an interactive part of your special day. What guest could forget the moment they remove their party favor from the centerpiece? The Wanderfuls connect your guests to each other and to the magical moments of the event. These unique and memorable candy centerpieces are perfect for those once in a lifetime special events.\",\"position\":\"left\",\"primary_color\":\"#e5329f\",\"icon_space\":{\"unit\":\"px\",\"size\":18},\"icon_size\":{\"unit\":\"px\",\"size\":40},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#e5329f\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"title_size\":\"h2\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"25da2a06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6347ecab\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-check-circle\",\"title_text\":\"Customize and Design Your Own Centerpiece!\",\"description_text\":\"Designing your Centerpieces is fun and easy! Simply call us. We will make your centerpiece colors magically appears on your screen. You get to choose from dozens of fun decorator colors and scrumptious candy fillings.\",\"position\":\"left\",\"primary_color\":\"#e5329f\",\"icon_space\":{\"unit\":\"px\",\"size\":20},\"icon_size\":{\"unit\":\"px\",\"size\":40},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#e5329f\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"title_size\":\"h2\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"1fdab9e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"71961474\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-check-circle\",\"title_text\":\"Advertising \",\"description_text\":\"Leverage agile frameworks to provide a robust synopsis for high level overviews iterative approaches.\",\"position\":\"left\",\"primary_color\":\"#e5329f\",\"icon_space\":{\"unit\":\"px\",\"size\":20},\"icon_size\":{\"unit\":\"px\",\"size\":40},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#e5329f\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":0.5},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d1f7025\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"2145ac84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"26ba543f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":75,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/052.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":70}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"a267532\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"384c366\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":76,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/155.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInDown\",\"space_tablet\":{\"unit\":\"%\",\"size\":34}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5ef36f13\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4be938f7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":77,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/11.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":33}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"68e5fd64\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"reverse_order_mobile\":\"reverse-mobile\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"15d8ab03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"287b019c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":78,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/12.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":30}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"13e581e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77a94fa\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":79,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/13.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInDown\",\"space_tablet\":{\"unit\":\"%\",\"size\":50},\"space_mobile\":{\"unit\":\"%\",\"size\":40}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"438d7c75\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"11076dfb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":80,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/255.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":85}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4344a0bd\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"40237ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1498afcf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":81,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/3-5.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":50},\"space_mobile\":{\"unit\":\"%\",\"size\":40}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"127e57cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3f39b887\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":82,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/535.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInDown\",\"space_tablet\":{\"unit\":\"%\",\"size\":70}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"79ffa662\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4d0a9838\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":83,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/8.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":30}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24014d06\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"custom_height\":{\"unit\":\"vh\",\"size\":70},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"structure\":\"20\",\"background_color\":\"#464646\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"326b3892\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_inline_size_tablet\":60,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1c8538fc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Working Process\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5c32583a\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#12e0b9\",\"width\":{\"unit\":\"%\",\"size\":30},\"align_mobile\":\"center\",\"gap_tablet\":{\"unit\":\"px\",\"size\":2}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130350bc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation X is on the runway heading towards a streamlined cloud solution. User generated content in real-time will have multiple touchpoints for offshoring.\\u00a0Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"typography_font_weight\":\"300\",\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ff32be7\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Studio Tour\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"background_color\":\"rgba(18,224,185,0)\",\"button_background_hover_color\":\"#12e0b9\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#12e0b9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"35cd55ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.685,\"_inline_size_tablet\":40,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"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\":\"764b3d67\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"image\":{\"id\":84,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/36.png\"},\"_id\":\"fbe66s4\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":85,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/architecture_3.jpg\"},\"_id\":\"593jh4m\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":86,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/3-1.png\"},\"_id\":\"2u0yeyx\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":87,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/201.jpg\"},\"_id\":\"f6v9odr\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":88,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/15-1.png\"},\"_id\":\"675a0h3\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"slides_per_view\":\"1\",\"height\":{\"unit\":\"px\",\"size\":530},\"width\":{\"unit\":\"%\",\"size\":85},\"show_arrows\":\"\",\"pagination_color\":\"#12e0b9\",\"slides_per_view_tablet\":\"1\",\"height_tablet\":{\"unit\":\"px\",\"size\":390},\"height_mobile\":{\"unit\":\"px\",\"size\":317},\"width_tablet\":{\"unit\":\"px\",\"size\":279},\"width_mobile\":{\"unit\":\"px\",\"size\":309}},\"elements\":[],\"widgetType\":\"media-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"36850847\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"300\",\"bottom\":\"30\",\"left\":\"300\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"376ba3cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1625f748\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet The Team\",\"title_color\":\"#464646\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"330044e1\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#12e0b9\",\"width\":{\"unit\":\"%\",\"size\":20},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4abba146\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide with additional clickthroughs from nanotechnology immersion DevOps.\\u00a0<\\/p>\",\"text_color\":\"#464646\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"align\":\"center\",\"typography_font_weight\":\"300\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"510bcff7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"2\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeIn\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"1578775a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"54e21678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":89,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/5-2.png\"},\"caption\":\" Neil Gaiman - CTO\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_background_hover_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"354dcc3\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"2b51225d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"201869d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":90,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/Untitled-4.png\"},\"caption\":\"Nikki Gooley - HR\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2bcfde60\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-google-plus\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"3c589058\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"97c1b98\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":91,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/5Untitled-4.png\"},\"caption\":\"Laurence Fishburne - CFO\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3fb56041\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"50f14028\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"4d09980d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":92,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/54.png\"},\"caption\":\"Kym Barrett - CMO\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"289b5da5\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14739a62\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"100\",\"left\":\"40\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"1e16682f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"67d5162c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":93,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/63853.png\"},\"caption\":\"Gloria Foster - UI Designer\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"636f97f3\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-dribbble\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-behance\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"3a9ba12c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"61d4bc8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":94,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/86.png\"},\"caption\":\"Jean Reno - UX Expert\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"26b438b0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"4a8ecd13\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"3e0714c9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":95,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/452.png\"},\"caption\":\"Bel McClory - UX Designer\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"39b7896c\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-dribbble\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"5c2300\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"70724d5c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":96,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/525.png\"},\"caption\":\"Matt Doran - Project manager\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3002c6d4\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-google-plus\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e93eab\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"column_position\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"none\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"7d9461e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"150\",\"left\":\"50\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"4628be1c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#464646\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align\":\"left\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"header_size\":\"h3\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"335c67e1\",\"elType\":\"widget\",\"settings\":{\"section_divider\":\"\",\"weight\":{\"unit\":\"px\",\"size\":\"3\"},\"color\":\"#12e0b9\",\"width\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"center\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5f2f3ba8\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon_list\":[{\"text\":\"+44 20 5540 1234\",\"icon\":\"fa fa-phone\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"kxo82hb\"},{\"text\":\"+44 35 9998 3245\",\"icon\":\"fa fa-mobile-phone\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"89z2tky\"},{\"text\":\"+44 20 5540 4433\",\"icon\":\"fa fa-fax\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"zi1l66f\"}],\"section_icon_style\":\"\",\"icon_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":30},\"icon_align_mobile\":\"center\",\"section_text_style\":\"\",\"text_indent\":{\"unit\":\"px\",\"size\":15},\"text_color\":\"#777777\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":2.3},\"icon_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"icon_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"space_between\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"34115220\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"background_size\":\"cover\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"background_overlay_background\":\"none\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.71},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"120\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"45\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"69e17028\",\"elType\":\"widget\",\"settings\":{\"section_form_fields\":\"\",\"form_name\":\"Sample Form\",\"form_fields\":[{\"field_type\":\"text\",\"field_label\":\"Name\",\"placeholder\":\"Name\",\"width\":\"33\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"qi8lqp1\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"email\",\"required\":true,\"field_label\":\"Email\",\"placeholder\":\"Email\",\"width\":\"33\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"8b28ttw\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"tel\",\"field_label\":\"Tel\",\"placeholder\":\"Tel\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width\":\"33\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"2gd0qrk\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"textarea\",\"field_label\":\"Message\",\"placeholder\":\"Message\",\"width\":\"100\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":\"6\",\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"1qsba9v\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"}],\"input_size\":\"md\",\"show_labels\":\"\",\"section_submit_button\":\"\",\"button_text\":\"Send\",\"button_size\":\"md\",\"section_form_options\":\"\",\"send_html\":\"\",\"success_message\":\"The message was sent successfully!\",\"error_message\":\"There\'s something wrong... Please fill in the required fields.\",\"required_field_message\":\"Required\",\"invalid_message\":\"There\'s something wrong... The form is invalid.\",\"section_form_style\":\"\",\"column_gap\":{\"unit\":\"px\",\"size\":\"20\"},\"row_gap\":{\"unit\":\"px\",\"size\":\"20\"},\"heading_label\":\"\",\"label_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"label_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"section_field_style\":\"\",\"field_text_color\":\"#464646\",\"field_typography_typography\":\"custom\",\"field_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"field_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"field_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"field_background_color\":\"rgba(191,201,209,0.26)\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_button_style\":\"\",\"tabs_button_style\":\"\",\"tab_button_normal\":\"\",\"button_text_color\":\"#464646\",\"button_typography_typography\":\"custom\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"button_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13},\"button_typography_text_transform\":\"uppercase\",\"button_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"button_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"button_background_color\":\"rgba(0,41,73,0)\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_border_color\":\"#12e0b9\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tab_button_hover\":\"\",\"button_hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#12e0b9\",\"button_hover_border_color\":\"#12e0b9\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"-100\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"55\",\"bottom\":\"55\",\"left\":\"55\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_section_background\":\"\",\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"_box_shadow_box_shadow_type\":\"outset\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":\"50\",\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.19)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"mark_required\":\"yes\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"subscriber_already_exists_message\":\"Subscriber already exist.\",\"email_to\":\"dgebilaguin@gmail.com\",\"email_subject\":\"New message from \\\"Wanderfuls\\\"\",\"email_from\":\"email@sub.morganrand.com\",\"email_from_name\":\"Wanderfuls\",\"email_to_2\":\"dgebilaguin@gmail.com\",\"email_subject_2\":\"New message from \\\"Wanderfuls\\\"\",\"email_from_2\":\"email@sub.morganrand.com\",\"email_from_name_2\":\"Wanderfuls\",\"email_reply_to_2\":\"dgebilaguin@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2cb91d0b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#464646\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"3612d8be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7f59e782\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"7o3b1fs\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"7mj1o4u\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-google-plus\",\"_id\":\"7b6sjw9\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"0wh417m\"},{\"social\":\"fa fa-tumblr\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"agdym3r\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"rgba(0,0,0,0)\",\"icon_size\":{\"unit\":\"px\",\"size\":30},\"icon_spacing\":{\"unit\":\"px\",\"size\":14},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":25},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"712cfb58\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":80},\"background_background\":\"classic\",\"background_image\":{\"id\":\"74\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/1-1.png\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":70},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":100},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"4f893844\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"700\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4afb101a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome To Dynamic Studio\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":70},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":60},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":65},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":53},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5d96f0b3\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#12e0b9\",\"width\":{\"unit\":\"%\",\"size\":30},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b19602d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Leverage agile frameworks to provide a robust synopsis for high level overviews. Iterative approaches to corporate strategy foster collaborative thinking to further the overall value proposition.\\u00a0<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"29ffbaea\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Studio Tour\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"background_color\":\"rgba(18,224,185,0)\",\"button_background_hover_color\":\"#12e0b9\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#12e0b9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"57e2deba\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1300},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"5f5f1d89\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2181c069\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-desktop\",\"title_text\":\"Web design\",\"description_text\":\"Leverage agile frameworks to provide a robust synopsis for high level overviews iterative approaches.\",\"position\":\"left\",\"primary_color\":\"#464646\",\"icon_space\":{\"unit\":\"px\",\"size\":20},\"icon_size\":{\"unit\":\"px\",\"size\":30},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#464646\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":0.5},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"6728d0b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c7620e\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-bandcamp\",\"title_text\":\"Branding\",\"description_text\":\"Leverage agile frameworks to provide a robust synopsis for high level overviews iterative approaches.\",\"position\":\"left\",\"primary_color\":\"#464646\",\"icon_space\":{\"unit\":\"px\",\"size\":20},\"icon_size\":{\"unit\":\"px\",\"size\":30},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#464646\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":0.5},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"2005df3f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"331af173\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-black-tie\",\"title_text\":\"Advertising \",\"description_text\":\"Leverage agile frameworks to provide a robust synopsis for high level overviews iterative approaches.\",\"position\":\"left\",\"primary_color\":\"#464646\",\"icon_space\":{\"unit\":\"px\",\"size\":20},\"icon_size\":{\"unit\":\"px\",\"size\":30},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#464646\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":0.5},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34f7ca3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"53180d28\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"210d0044\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"75\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/052.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":70}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"75f71690\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"52dd27a7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"76\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/155.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInDown\",\"space_tablet\":{\"unit\":\"%\",\"size\":34}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1d286c54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7e988294\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"77\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/11.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":33}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bfad4f8\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"reverse_order_mobile\":\"reverse-mobile\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"54dab58\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"602431b2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"78\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/12.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":30}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"72b34256\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"48bedce6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"79\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/13.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInDown\",\"space_tablet\":{\"unit\":\"%\",\"size\":50},\"space_mobile\":{\"unit\":\"%\",\"size\":40}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1db5c039\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1e81a021\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"80\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/255.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":85}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"58a96512\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"23a12e0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31f99ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"81\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/3-5.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":50},\"space_mobile\":{\"unit\":\"%\",\"size\":40}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d9004e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"26d24c6d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"82\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/535.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInDown\",\"space_tablet\":{\"unit\":\"%\",\"size\":70}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4693d20\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e9c3e25\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"83\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/8.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":30}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"666c8460\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"custom_height\":{\"unit\":\"vh\",\"size\":70},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"structure\":\"20\",\"background_color\":\"#464646\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"335192ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_inline_size_tablet\":60,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"189bf90f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Working Process\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"53f27564\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#12e0b9\",\"width\":{\"unit\":\"%\",\"size\":30},\"align_mobile\":\"center\",\"gap_tablet\":{\"unit\":\"px\",\"size\":2}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"49d6606a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation X is on the runway heading towards a streamlined cloud solution. User generated content in real-time will have multiple touchpoints for offshoring.\\u00a0Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"typography_font_weight\":\"300\",\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3a1db978\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Studio Tour\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"background_color\":\"rgba(18,224,185,0)\",\"button_background_hover_color\":\"#12e0b9\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#12e0b9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"21468a29\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.685,\"_inline_size_tablet\":40,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"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\":\"539dc278\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"image\":{\"id\":\"84\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/36.png\"},\"_id\":\"fbe66s4\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":\"85\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/architecture_3.jpg\"},\"_id\":\"593jh4m\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":\"86\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/3-1.png\"},\"_id\":\"2u0yeyx\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":\"87\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/201.jpg\"},\"_id\":\"f6v9odr\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":\"88\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/15-1.png\"},\"_id\":\"675a0h3\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"slides_per_view\":\"1\",\"height\":{\"unit\":\"px\",\"size\":530},\"width\":{\"unit\":\"%\",\"size\":85},\"show_arrows\":\"\",\"pagination_color\":\"#12e0b9\",\"slides_per_view_tablet\":\"1\",\"height_tablet\":{\"unit\":\"px\",\"size\":390},\"height_mobile\":{\"unit\":\"px\",\"size\":317},\"width_tablet\":{\"unit\":\"px\",\"size\":279},\"width_mobile\":{\"unit\":\"px\",\"size\":309}},\"elements\":[],\"widgetType\":\"media-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c06908a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"300\",\"bottom\":\"30\",\"left\":\"300\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"46bbaee0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"73a3a1b8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet The Team\",\"title_color\":\"#464646\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"792968e3\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#12e0b9\",\"width\":{\"unit\":\"%\",\"size\":20},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77984a4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide with additional clickthroughs from nanotechnology immersion DevOps.\\u00a0<\\/p>\",\"text_color\":\"#464646\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"align\":\"center\",\"typography_font_weight\":\"300\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad5e302\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"2\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeIn\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"692efcdf\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d709b34\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"89\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/5-2.png\"},\"caption\":\" Neil Gaiman - CTO\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_background_hover_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"45543174\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"6e7ca837\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"c017d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"90\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/Untitled-4.png\"},\"caption\":\"Nikki Gooley - HR\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"25786326\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-google-plus\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"cfe4858\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"497ef4be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"91\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/5Untitled-4.png\"},\"caption\":\"Laurence Fishburne - CFO\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"182ba57c\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"101de245\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"6734b4f7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"92\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/54.png\"},\"caption\":\"Kym Barrett - CMO\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24267a74\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d1290b2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"100\",\"left\":\"40\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"79722127\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"4af8c6e1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"93\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/63853.png\"},\"caption\":\"Gloria Foster - UI Designer\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5dade72a\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-dribbble\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-behance\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"120e1a36\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"4f620401\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"94\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/86.png\"},\"caption\":\"Jean Reno - UX Expert\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36574c3c\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"4c2bd3af\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"23547965\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"95\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/452.png\"},\"caption\":\"Bel McClory - UX Designer\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2daca6\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-dribbble\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"6d725dd8\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"56a60c52\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"96\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/525.png\"},\"caption\":\"Matt Doran - Project manager\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"53cb6f1e\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-google-plus\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"537ef12a\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"column_position\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"none\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"e2abfb6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"150\",\"left\":\"50\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"476f10d6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#464646\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align\":\"left\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"header_size\":\"h3\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"669bc6bc\",\"elType\":\"widget\",\"settings\":{\"section_divider\":\"\",\"weight\":{\"unit\":\"px\",\"size\":\"3\"},\"color\":\"#12e0b9\",\"width\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"center\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"448c1556\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon_list\":[{\"text\":\"+44 20 5540 1234\",\"icon\":\"fa fa-phone\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"kxo82hb\"},{\"text\":\"+44 35 9998 3245\",\"icon\":\"fa fa-mobile-phone\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"89z2tky\"},{\"text\":\"+44 20 5540 4433\",\"icon\":\"fa fa-fax\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"zi1l66f\"}],\"section_icon_style\":\"\",\"icon_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":30},\"icon_align_mobile\":\"center\",\"section_text_style\":\"\",\"text_indent\":{\"unit\":\"px\",\"size\":15},\"text_color\":\"#777777\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":2.3},\"icon_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"icon_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"space_between\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"41fcb08a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"background_size\":\"cover\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"background_overlay_background\":\"none\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.71},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"120\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"45\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"32a25746\",\"elType\":\"widget\",\"settings\":{\"section_form_fields\":\"\",\"form_name\":\"Sample Form\",\"form_fields\":[{\"field_type\":\"text\",\"field_label\":\"Name\",\"placeholder\":\"Name\",\"width\":\"33\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"qi8lqp1\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"email\",\"required\":true,\"field_label\":\"Email\",\"placeholder\":\"Email\",\"width\":\"33\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"8b28ttw\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"tel\",\"field_label\":\"Tel\",\"placeholder\":\"Tel\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width\":\"33\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"2gd0qrk\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"textarea\",\"field_label\":\"Message\",\"placeholder\":\"Message\",\"width\":\"100\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":\"6\",\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"1qsba9v\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"}],\"input_size\":\"md\",\"show_labels\":\"\",\"section_submit_button\":\"\",\"button_text\":\"Send\",\"button_size\":\"md\",\"section_form_options\":\"\",\"send_html\":\"\",\"success_message\":\"The message was sent successfully!\",\"error_message\":\"There\'s something wrong... Please fill in the required fields.\",\"required_field_message\":\"Required\",\"invalid_message\":\"There\'s something wrong... The form is invalid.\",\"section_form_style\":\"\",\"column_gap\":{\"unit\":\"px\",\"size\":\"20\"},\"row_gap\":{\"unit\":\"px\",\"size\":\"20\"},\"heading_label\":\"\",\"label_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"label_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"section_field_style\":\"\",\"field_text_color\":\"#464646\",\"field_typography_typography\":\"custom\",\"field_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"field_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"field_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"field_background_color\":\"rgba(191,201,209,0.26)\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_button_style\":\"\",\"tabs_button_style\":\"\",\"tab_button_normal\":\"\",\"button_text_color\":\"#464646\",\"button_typography_typography\":\"custom\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"button_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13},\"button_typography_text_transform\":\"uppercase\",\"button_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"button_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"button_background_color\":\"rgba(0,41,73,0)\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_border_color\":\"#12e0b9\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tab_button_hover\":\"\",\"button_hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#12e0b9\",\"button_hover_border_color\":\"#12e0b9\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"-100\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"55\",\"bottom\":\"55\",\"left\":\"55\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_section_background\":\"\",\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"_box_shadow_box_shadow_type\":\"outset\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":\"50\",\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.19)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"mark_required\":\"yes\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"subscriber_already_exists_message\":\"Subscriber already exist.\",\"email_to\":\"dgebilaguin@gmail.com\",\"email_subject\":\"New message from \\\"Wanderfuls\\\"\",\"email_from\":\"email@sub.morganrand.com\",\"email_from_name\":\"Wanderfuls\",\"email_to_2\":\"dgebilaguin@gmail.com\",\"email_subject_2\":\"New message from \\\"Wanderfuls\\\"\",\"email_from_2\":\"email@sub.morganrand.com\",\"email_from_name_2\":\"Wanderfuls\",\"email_reply_to_2\":\"dgebilaguin@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78f75450\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#464646\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"42bcc862\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1bd15425\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"7o3b1fs\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"7mj1o4u\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-google-plus\",\"_id\":\"7b6sjw9\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"0wh417m\"},{\"social\":\"fa fa-tumblr\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"agdym3r\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"rgba(0,0,0,0)\",\"icon_size\":{\"unit\":\"px\",\"size\":30},\"icon_spacing\":{\"unit\":\"px\",\"size\":14},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":25},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(550,116,'_elementor_css','a:4:{s:4:\"time\";i:1553150791;s:5:\"fonts\";a:2:{i:0;s:16:\"Playfair Display\";i:1;s:6:\"Roboto\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(551,117,'_elementor_edit_mode','builder'),(552,117,'_elementor_template_type','post'),(553,117,'_elementor_version','2.5.9'),(554,117,'_wp_page_template','default'),(555,117,'_elementor_page_settings','a:12:{s:21:\"background_color_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:23:\"background_color_b_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:25:\"background_gradient_angle\";a:3:{s:4:\"unit\";s:3:\"deg\";s:4:\"size\";i:180;s:5:\"sizes\";a:0:{}}s:15:\"background_xpos\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_xpos_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_xpos_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:15:\"background_ypos\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_ypos_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_ypos_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:19:\"background_bg_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:26:\"background_bg_width_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:26:\"background_bg_width_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}}');
INSERT INTO `wpav_postmeta` VALUES (556,117,'_elementor_data','[{\"id\":\"4fbeaffe\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":80},\"background_background\":\"classic\",\"background_image\":{\"id\":43,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/selection.gif\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":70},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":100},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"rgba(58,58,58,0.87)\"},\"elements\":[{\"id\":\"6232b1d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4908604e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Wanderfuls \\u2122\",\"title_color\":\"#e5329f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":70},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":60},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":65},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":53},\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3ac5eddb\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#e5329f\",\"width\":{\"unit\":\"%\",\"size\":30},\"align_mobile\":\"center\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"30c648f2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h1>Centerpiece and Party Favors in One!<\\/h1>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4f7aa0c4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Shop Now\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"background_color\":\"rgba(18,224,185,0)\",\"button_background_hover_color\":\"#e5329f\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e5329f\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"align_mobile\":\"center\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7d32eef3\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1300},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"5638e058\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"736df2ea\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-check-circle\",\"title_text\":\"Centerpieces That Double as Party Favors\",\"description_text\":\"Wanderfuls are designed to become an interactive part of your special day. What guest could forget the moment they remove their party favor from the centerpiece? The Wanderfuls connect your guests to each other and to the magical moments of the event. These unique and memorable candy centerpieces are perfect for those once in a lifetime special events.\",\"position\":\"left\",\"primary_color\":\"#e5329f\",\"icon_space\":{\"unit\":\"px\",\"size\":18},\"icon_size\":{\"unit\":\"px\",\"size\":40},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#e5329f\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"title_size\":\"h2\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"25da2a06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6347ecab\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-check-circle\",\"title_text\":\"Customize and Design Your Own Centerpiece!\",\"description_text\":\"Designing your Centerpieces is fun and easy! Simply call us. We will make your centerpiece colors magically appears on your screen. You get to choose from dozens of fun decorator colors and scrumptious candy fillings.\",\"position\":\"left\",\"primary_color\":\"#e5329f\",\"icon_space\":{\"unit\":\"px\",\"size\":18},\"icon_size\":{\"unit\":\"px\",\"size\":40},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#e5329f\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"title_size\":\"h2\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"1fdab9e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"71961474\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-check-circle\",\"title_text\":\"Centerpiece Ideas for All Types of Party\",\"description_text\":\"More than just traditional flower table decors for your special events such as birthday centerpiece, graduation centerpiece, anniversaries, holidays, banquets, and more... <br\\/> And you something so different and unique your guest will be amazed! These table decorations will create cherished memories that you and your guest will surely remember.\",\"position\":\"left\",\"primary_color\":\"#e5329f\",\"icon_space\":{\"unit\":\"px\",\"size\":18},\"icon_size\":{\"unit\":\"px\",\"size\":40},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#e5329f\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d1f7025\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"2145ac84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"26ba543f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":75,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/052.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":70}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"a267532\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"384c366\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":76,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/155.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInDown\",\"space_tablet\":{\"unit\":\"%\",\"size\":34}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5ef36f13\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4be938f7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":77,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/11.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":33}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"68e5fd64\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"reverse_order_mobile\":\"reverse-mobile\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"15d8ab03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"287b019c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":78,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/12.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":30}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"13e581e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77a94fa\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":79,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/13.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInDown\",\"space_tablet\":{\"unit\":\"%\",\"size\":50},\"space_mobile\":{\"unit\":\"%\",\"size\":40}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"438d7c75\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"11076dfb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":80,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/255.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":85}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4344a0bd\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"40237ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1498afcf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":81,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/3-5.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":50},\"space_mobile\":{\"unit\":\"%\",\"size\":40}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"127e57cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3f39b887\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":82,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/535.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInDown\",\"space_tablet\":{\"unit\":\"%\",\"size\":70}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"79ffa662\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4d0a9838\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":83,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/8.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":30}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24014d06\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"custom_height\":{\"unit\":\"vh\",\"size\":70},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"structure\":\"20\",\"background_color\":\"#464646\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"326b3892\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_inline_size_tablet\":60,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1c8538fc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Working Process\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5c32583a\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#12e0b9\",\"width\":{\"unit\":\"%\",\"size\":30},\"align_mobile\":\"center\",\"gap_tablet\":{\"unit\":\"px\",\"size\":2}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130350bc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation X is on the runway heading towards a streamlined cloud solution. User generated content in real-time will have multiple touchpoints for offshoring.\\u00a0Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"typography_font_weight\":\"300\",\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ff32be7\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Studio Tour\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"background_color\":\"rgba(18,224,185,0)\",\"button_background_hover_color\":\"#12e0b9\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#12e0b9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"35cd55ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.685,\"_inline_size_tablet\":40,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"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\":\"764b3d67\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"image\":{\"id\":84,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/36.png\"},\"_id\":\"fbe66s4\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":85,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/architecture_3.jpg\"},\"_id\":\"593jh4m\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":86,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/3-1.png\"},\"_id\":\"2u0yeyx\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":87,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/201.jpg\"},\"_id\":\"f6v9odr\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":88,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/15-1.png\"},\"_id\":\"675a0h3\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"slides_per_view\":\"1\",\"height\":{\"unit\":\"px\",\"size\":530},\"width\":{\"unit\":\"%\",\"size\":85},\"show_arrows\":\"\",\"pagination_color\":\"#12e0b9\",\"slides_per_view_tablet\":\"1\",\"height_tablet\":{\"unit\":\"px\",\"size\":390},\"height_mobile\":{\"unit\":\"px\",\"size\":317},\"width_tablet\":{\"unit\":\"px\",\"size\":279},\"width_mobile\":{\"unit\":\"px\",\"size\":309}},\"elements\":[],\"widgetType\":\"media-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"36850847\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"300\",\"bottom\":\"30\",\"left\":\"300\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"376ba3cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1625f748\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet The Team\",\"title_color\":\"#464646\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"330044e1\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#12e0b9\",\"width\":{\"unit\":\"%\",\"size\":20},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4abba146\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide with additional clickthroughs from nanotechnology immersion DevOps.\\u00a0<\\/p>\",\"text_color\":\"#464646\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"align\":\"center\",\"typography_font_weight\":\"300\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"510bcff7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"2\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeIn\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"1578775a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"54e21678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":89,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/5-2.png\"},\"caption\":\" Neil Gaiman - CTO\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_background_hover_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"354dcc3\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"2b51225d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"201869d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":90,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/Untitled-4.png\"},\"caption\":\"Nikki Gooley - HR\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2bcfde60\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-google-plus\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"3c589058\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"97c1b98\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":91,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/5Untitled-4.png\"},\"caption\":\"Laurence Fishburne - CFO\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3fb56041\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"50f14028\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"4d09980d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":92,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/54.png\"},\"caption\":\"Kym Barrett - CMO\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"289b5da5\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14739a62\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"100\",\"left\":\"40\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"1e16682f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"67d5162c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":93,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/63853.png\"},\"caption\":\"Gloria Foster - UI Designer\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"636f97f3\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-dribbble\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-behance\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"3a9ba12c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"61d4bc8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":94,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/86.png\"},\"caption\":\"Jean Reno - UX Expert\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"26b438b0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"4a8ecd13\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"3e0714c9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":95,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/452.png\"},\"caption\":\"Bel McClory - UX Designer\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"39b7896c\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-dribbble\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"5c2300\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"70724d5c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":96,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/525.png\"},\"caption\":\"Matt Doran - Project manager\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3002c6d4\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-google-plus\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e93eab\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"column_position\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"none\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"7d9461e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"150\",\"left\":\"50\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"4628be1c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#464646\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align\":\"left\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"header_size\":\"h3\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"335c67e1\",\"elType\":\"widget\",\"settings\":{\"section_divider\":\"\",\"weight\":{\"unit\":\"px\",\"size\":\"3\"},\"color\":\"#12e0b9\",\"width\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"center\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5f2f3ba8\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon_list\":[{\"text\":\"+44 20 5540 1234\",\"icon\":\"fa fa-phone\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"kxo82hb\"},{\"text\":\"+44 35 9998 3245\",\"icon\":\"fa fa-mobile-phone\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"89z2tky\"},{\"text\":\"+44 20 5540 4433\",\"icon\":\"fa fa-fax\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"zi1l66f\"}],\"section_icon_style\":\"\",\"icon_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":30},\"icon_align_mobile\":\"center\",\"section_text_style\":\"\",\"text_indent\":{\"unit\":\"px\",\"size\":15},\"text_color\":\"#777777\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":2.3},\"icon_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"icon_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"space_between\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"34115220\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"background_size\":\"cover\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"background_overlay_background\":\"none\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.71},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"120\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"45\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"69e17028\",\"elType\":\"widget\",\"settings\":{\"section_form_fields\":\"\",\"form_name\":\"Sample Form\",\"form_fields\":[{\"field_type\":\"text\",\"field_label\":\"Name\",\"placeholder\":\"Name\",\"width\":\"33\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"qi8lqp1\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"email\",\"required\":true,\"field_label\":\"Email\",\"placeholder\":\"Email\",\"width\":\"33\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"8b28ttw\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"tel\",\"field_label\":\"Tel\",\"placeholder\":\"Tel\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width\":\"33\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"2gd0qrk\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"textarea\",\"field_label\":\"Message\",\"placeholder\":\"Message\",\"width\":\"100\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":\"6\",\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"1qsba9v\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"}],\"input_size\":\"md\",\"show_labels\":\"\",\"section_submit_button\":\"\",\"button_text\":\"Send\",\"button_size\":\"md\",\"section_form_options\":\"\",\"send_html\":\"\",\"success_message\":\"The message was sent successfully!\",\"error_message\":\"There\'s something wrong... Please fill in the required fields.\",\"required_field_message\":\"Required\",\"invalid_message\":\"There\'s something wrong... The form is invalid.\",\"section_form_style\":\"\",\"column_gap\":{\"unit\":\"px\",\"size\":\"20\"},\"row_gap\":{\"unit\":\"px\",\"size\":\"20\"},\"heading_label\":\"\",\"label_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"label_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"section_field_style\":\"\",\"field_text_color\":\"#464646\",\"field_typography_typography\":\"custom\",\"field_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"field_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"field_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"field_background_color\":\"rgba(191,201,209,0.26)\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_button_style\":\"\",\"tabs_button_style\":\"\",\"tab_button_normal\":\"\",\"button_text_color\":\"#464646\",\"button_typography_typography\":\"custom\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"button_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13},\"button_typography_text_transform\":\"uppercase\",\"button_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"button_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"button_background_color\":\"rgba(0,41,73,0)\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_border_color\":\"#12e0b9\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tab_button_hover\":\"\",\"button_hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#12e0b9\",\"button_hover_border_color\":\"#12e0b9\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"-100\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"55\",\"bottom\":\"55\",\"left\":\"55\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_section_background\":\"\",\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"_box_shadow_box_shadow_type\":\"outset\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":\"50\",\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.19)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"mark_required\":\"yes\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"subscriber_already_exists_message\":\"Subscriber already exist.\",\"email_to\":\"dgebilaguin@gmail.com\",\"email_subject\":\"New message from \\\"Wanderfuls\\\"\",\"email_from\":\"email@sub.morganrand.com\",\"email_from_name\":\"Wanderfuls\",\"email_to_2\":\"dgebilaguin@gmail.com\",\"email_subject_2\":\"New message from \\\"Wanderfuls\\\"\",\"email_from_2\":\"email@sub.morganrand.com\",\"email_from_name_2\":\"Wanderfuls\",\"email_reply_to_2\":\"dgebilaguin@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2cb91d0b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#464646\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"3612d8be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7f59e782\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"7o3b1fs\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"7mj1o4u\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-google-plus\",\"_id\":\"7b6sjw9\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"0wh417m\"},{\"social\":\"fa fa-tumblr\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"agdym3r\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"rgba(0,0,0,0)\",\"icon_size\":{\"unit\":\"px\",\"size\":30},\"icon_spacing\":{\"unit\":\"px\",\"size\":14},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":25},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"712cfb58\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":80},\"background_background\":\"classic\",\"background_image\":{\"id\":\"74\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/1-1.png\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":70},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":100},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"4f893844\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"700\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4afb101a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome To Dynamic Studio\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":70},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":60},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":65},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":53},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5d96f0b3\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#12e0b9\",\"width\":{\"unit\":\"%\",\"size\":30},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b19602d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Leverage agile frameworks to provide a robust synopsis for high level overviews. Iterative approaches to corporate strategy foster collaborative thinking to further the overall value proposition.\\u00a0<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"29ffbaea\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Studio Tour\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"background_color\":\"rgba(18,224,185,0)\",\"button_background_hover_color\":\"#12e0b9\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#12e0b9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"57e2deba\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1300},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"5f5f1d89\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2181c069\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-desktop\",\"title_text\":\"Web design\",\"description_text\":\"Leverage agile frameworks to provide a robust synopsis for high level overviews iterative approaches.\",\"position\":\"left\",\"primary_color\":\"#464646\",\"icon_space\":{\"unit\":\"px\",\"size\":20},\"icon_size\":{\"unit\":\"px\",\"size\":30},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#464646\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":0.5},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"6728d0b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c7620e\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-bandcamp\",\"title_text\":\"Branding\",\"description_text\":\"Leverage agile frameworks to provide a robust synopsis for high level overviews iterative approaches.\",\"position\":\"left\",\"primary_color\":\"#464646\",\"icon_space\":{\"unit\":\"px\",\"size\":20},\"icon_size\":{\"unit\":\"px\",\"size\":30},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#464646\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":0.5},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"2005df3f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"331af173\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-black-tie\",\"title_text\":\"Advertising \",\"description_text\":\"Leverage agile frameworks to provide a robust synopsis for high level overviews iterative approaches.\",\"position\":\"left\",\"primary_color\":\"#464646\",\"icon_space\":{\"unit\":\"px\",\"size\":20},\"icon_size\":{\"unit\":\"px\",\"size\":30},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#464646\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":0.5},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34f7ca3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"53180d28\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"210d0044\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"75\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/052.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":70}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"75f71690\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"52dd27a7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"76\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/155.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInDown\",\"space_tablet\":{\"unit\":\"%\",\"size\":34}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1d286c54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7e988294\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"77\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/11.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":33}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bfad4f8\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"reverse_order_mobile\":\"reverse-mobile\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"54dab58\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"602431b2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"78\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/12.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":30}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"72b34256\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"48bedce6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"79\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/13.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInDown\",\"space_tablet\":{\"unit\":\"%\",\"size\":50},\"space_mobile\":{\"unit\":\"%\",\"size\":40}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1db5c039\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1e81a021\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"80\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/255.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":85}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"58a96512\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"23a12e0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31f99ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"81\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/3-5.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":50},\"space_mobile\":{\"unit\":\"%\",\"size\":40}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d9004e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"26d24c6d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"82\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/535.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInDown\",\"space_tablet\":{\"unit\":\"%\",\"size\":70}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4693d20\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e9c3e25\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"83\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/8.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":30}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"666c8460\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"custom_height\":{\"unit\":\"vh\",\"size\":70},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"structure\":\"20\",\"background_color\":\"#464646\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"335192ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_inline_size_tablet\":60,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"189bf90f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Working Process\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"53f27564\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#12e0b9\",\"width\":{\"unit\":\"%\",\"size\":30},\"align_mobile\":\"center\",\"gap_tablet\":{\"unit\":\"px\",\"size\":2}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"49d6606a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation X is on the runway heading towards a streamlined cloud solution. User generated content in real-time will have multiple touchpoints for offshoring.\\u00a0Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"typography_font_weight\":\"300\",\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3a1db978\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Studio Tour\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"background_color\":\"rgba(18,224,185,0)\",\"button_background_hover_color\":\"#12e0b9\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#12e0b9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"21468a29\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.685,\"_inline_size_tablet\":40,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"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\":\"539dc278\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"image\":{\"id\":\"84\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/36.png\"},\"_id\":\"fbe66s4\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":\"85\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/architecture_3.jpg\"},\"_id\":\"593jh4m\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":\"86\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/3-1.png\"},\"_id\":\"2u0yeyx\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":\"87\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/201.jpg\"},\"_id\":\"f6v9odr\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":\"88\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/15-1.png\"},\"_id\":\"675a0h3\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"slides_per_view\":\"1\",\"height\":{\"unit\":\"px\",\"size\":530},\"width\":{\"unit\":\"%\",\"size\":85},\"show_arrows\":\"\",\"pagination_color\":\"#12e0b9\",\"slides_per_view_tablet\":\"1\",\"height_tablet\":{\"unit\":\"px\",\"size\":390},\"height_mobile\":{\"unit\":\"px\",\"size\":317},\"width_tablet\":{\"unit\":\"px\",\"size\":279},\"width_mobile\":{\"unit\":\"px\",\"size\":309}},\"elements\":[],\"widgetType\":\"media-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c06908a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"300\",\"bottom\":\"30\",\"left\":\"300\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"46bbaee0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"73a3a1b8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet The Team\",\"title_color\":\"#464646\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"792968e3\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#12e0b9\",\"width\":{\"unit\":\"%\",\"size\":20},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77984a4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide with additional clickthroughs from nanotechnology immersion DevOps.\\u00a0<\\/p>\",\"text_color\":\"#464646\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"align\":\"center\",\"typography_font_weight\":\"300\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad5e302\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"2\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeIn\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"692efcdf\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d709b34\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"89\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/5-2.png\"},\"caption\":\" Neil Gaiman - CTO\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_background_hover_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"45543174\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"6e7ca837\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"c017d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"90\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/Untitled-4.png\"},\"caption\":\"Nikki Gooley - HR\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"25786326\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-google-plus\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"cfe4858\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"497ef4be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"91\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/5Untitled-4.png\"},\"caption\":\"Laurence Fishburne - CFO\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"182ba57c\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"101de245\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"6734b4f7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"92\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/54.png\"},\"caption\":\"Kym Barrett - CMO\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24267a74\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d1290b2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"100\",\"left\":\"40\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"79722127\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"4af8c6e1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"93\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/63853.png\"},\"caption\":\"Gloria Foster - UI Designer\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5dade72a\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-dribbble\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-behance\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"120e1a36\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"4f620401\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"94\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/86.png\"},\"caption\":\"Jean Reno - UX Expert\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36574c3c\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"4c2bd3af\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"23547965\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"95\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/452.png\"},\"caption\":\"Bel McClory - UX Designer\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2daca6\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-dribbble\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"6d725dd8\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"56a60c52\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"96\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/525.png\"},\"caption\":\"Matt Doran - Project manager\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"53cb6f1e\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-google-plus\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"537ef12a\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"column_position\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"none\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"e2abfb6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"150\",\"left\":\"50\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"476f10d6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#464646\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align\":\"left\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"header_size\":\"h3\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"669bc6bc\",\"elType\":\"widget\",\"settings\":{\"section_divider\":\"\",\"weight\":{\"unit\":\"px\",\"size\":\"3\"},\"color\":\"#12e0b9\",\"width\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"center\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"448c1556\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon_list\":[{\"text\":\"+44 20 5540 1234\",\"icon\":\"fa fa-phone\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"kxo82hb\"},{\"text\":\"+44 35 9998 3245\",\"icon\":\"fa fa-mobile-phone\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"89z2tky\"},{\"text\":\"+44 20 5540 4433\",\"icon\":\"fa fa-fax\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"zi1l66f\"}],\"section_icon_style\":\"\",\"icon_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":30},\"icon_align_mobile\":\"center\",\"section_text_style\":\"\",\"text_indent\":{\"unit\":\"px\",\"size\":15},\"text_color\":\"#777777\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":2.3},\"icon_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"icon_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"space_between\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"41fcb08a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"background_size\":\"cover\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"background_overlay_background\":\"none\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.71},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"120\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"45\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"32a25746\",\"elType\":\"widget\",\"settings\":{\"section_form_fields\":\"\",\"form_name\":\"Sample Form\",\"form_fields\":[{\"field_type\":\"text\",\"field_label\":\"Name\",\"placeholder\":\"Name\",\"width\":\"33\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"qi8lqp1\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"email\",\"required\":true,\"field_label\":\"Email\",\"placeholder\":\"Email\",\"width\":\"33\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"8b28ttw\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"tel\",\"field_label\":\"Tel\",\"placeholder\":\"Tel\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width\":\"33\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"2gd0qrk\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"textarea\",\"field_label\":\"Message\",\"placeholder\":\"Message\",\"width\":\"100\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":\"6\",\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"1qsba9v\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"}],\"input_size\":\"md\",\"show_labels\":\"\",\"section_submit_button\":\"\",\"button_text\":\"Send\",\"button_size\":\"md\",\"section_form_options\":\"\",\"send_html\":\"\",\"success_message\":\"The message was sent successfully!\",\"error_message\":\"There\'s something wrong... Please fill in the required fields.\",\"required_field_message\":\"Required\",\"invalid_message\":\"There\'s something wrong... The form is invalid.\",\"section_form_style\":\"\",\"column_gap\":{\"unit\":\"px\",\"size\":\"20\"},\"row_gap\":{\"unit\":\"px\",\"size\":\"20\"},\"heading_label\":\"\",\"label_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"label_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"section_field_style\":\"\",\"field_text_color\":\"#464646\",\"field_typography_typography\":\"custom\",\"field_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"field_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"field_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"field_background_color\":\"rgba(191,201,209,0.26)\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_button_style\":\"\",\"tabs_button_style\":\"\",\"tab_button_normal\":\"\",\"button_text_color\":\"#464646\",\"button_typography_typography\":\"custom\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"button_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13},\"button_typography_text_transform\":\"uppercase\",\"button_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"button_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"button_background_color\":\"rgba(0,41,73,0)\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_border_color\":\"#12e0b9\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tab_button_hover\":\"\",\"button_hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#12e0b9\",\"button_hover_border_color\":\"#12e0b9\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"-100\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"55\",\"bottom\":\"55\",\"left\":\"55\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_section_background\":\"\",\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"_box_shadow_box_shadow_type\":\"outset\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":\"50\",\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.19)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"mark_required\":\"yes\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"subscriber_already_exists_message\":\"Subscriber already exist.\",\"email_to\":\"dgebilaguin@gmail.com\",\"email_subject\":\"New message from \\\"Wanderfuls\\\"\",\"email_from\":\"email@sub.morganrand.com\",\"email_from_name\":\"Wanderfuls\",\"email_to_2\":\"dgebilaguin@gmail.com\",\"email_subject_2\":\"New message from \\\"Wanderfuls\\\"\",\"email_from_2\":\"email@sub.morganrand.com\",\"email_from_name_2\":\"Wanderfuls\",\"email_reply_to_2\":\"dgebilaguin@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78f75450\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#464646\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"42bcc862\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1bd15425\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"7o3b1fs\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"7mj1o4u\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-google-plus\",\"_id\":\"7b6sjw9\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"0wh417m\"},{\"social\":\"fa fa-tumblr\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"agdym3r\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"rgba(0,0,0,0)\",\"icon_size\":{\"unit\":\"px\",\"size\":30},\"icon_spacing\":{\"unit\":\"px\",\"size\":14},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":25},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(558,118,'_elementor_edit_mode','builder'),(559,118,'_elementor_template_type','post'),(560,118,'_elementor_version','2.5.9'),(561,118,'_wp_page_template','default'),(562,118,'_elementor_page_settings','a:12:{s:21:\"background_color_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:23:\"background_color_b_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:25:\"background_gradient_angle\";a:3:{s:4:\"unit\";s:3:\"deg\";s:4:\"size\";i:180;s:5:\"sizes\";a:0:{}}s:15:\"background_xpos\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_xpos_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_xpos_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:15:\"background_ypos\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_ypos_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_ypos_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:19:\"background_bg_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:26:\"background_bg_width_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:26:\"background_bg_width_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}}'),(563,118,'_elementor_data','[{\"id\":\"4fbeaffe\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":80},\"background_background\":\"classic\",\"background_image\":{\"id\":43,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/selection.gif\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":70},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":100},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"rgba(58,58,58,0.87)\"},\"elements\":[{\"id\":\"6232b1d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4908604e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Wanderfuls \\u2122\",\"title_color\":\"#e5329f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":70},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":60},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":65},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":53},\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3ac5eddb\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#e5329f\",\"width\":{\"unit\":\"%\",\"size\":30},\"align_mobile\":\"center\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"30c648f2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h1>Centerpiece and Party Favors in One!<\\/h1>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4f7aa0c4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Shop Now\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"background_color\":\"rgba(18,224,185,0)\",\"button_background_hover_color\":\"#e5329f\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e5329f\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"align_mobile\":\"center\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7d32eef3\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1300},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"80\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"5638e058\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"736df2ea\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-check-circle\",\"title_text\":\"Centerpieces That Double as Party Favors\",\"description_text\":\"Wanderfuls are designed to become an interactive part of your special day. What guest could forget the moment they remove their party favor from the centerpiece? The Wanderfuls connect your guests to each other and to the magical moments of the event. These unique and memorable candy centerpieces are perfect for those once in a lifetime special events.\",\"position\":\"left\",\"primary_color\":\"#e5329f\",\"icon_space\":{\"unit\":\"px\",\"size\":18},\"icon_size\":{\"unit\":\"px\",\"size\":40},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#e5329f\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"title_size\":\"h2\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"25da2a06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6347ecab\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-check-circle\",\"title_text\":\"Customize and Design Your Own Centerpiece!\",\"description_text\":\"Designing your Centerpieces is fun and easy! Simply call us. We will make your centerpiece colors magically appears on your screen. You get to choose from dozens of fun decorator colors and scrumptious candy fillings.\",\"position\":\"left\",\"primary_color\":\"#e5329f\",\"icon_space\":{\"unit\":\"px\",\"size\":18},\"icon_size\":{\"unit\":\"px\",\"size\":40},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#e5329f\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"title_size\":\"h2\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"1fdab9e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"71961474\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-check-circle\",\"title_text\":\"Centerpiece Ideas for All Types of Party\",\"description_text\":\"More than just traditional flower table decors for your special events such as birthday centerpiece, graduation centerpiece, anniversaries, holidays, banquets, and more... <br\\/> And you something so different and unique your guest will be amazed! These table decorations will create cherished memories that you and your guest will surely remember.\",\"position\":\"left\",\"primary_color\":\"#e5329f\",\"icon_space\":{\"unit\":\"px\",\"size\":18},\"icon_size\":{\"unit\":\"px\",\"size\":40},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#e5329f\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d1f7025\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"2145ac84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"26ba543f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":75,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/052.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":70}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"a267532\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"384c366\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":76,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/155.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInDown\",\"space_tablet\":{\"unit\":\"%\",\"size\":34}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5ef36f13\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4be938f7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":77,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/11.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":33}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"68e5fd64\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"reverse_order_mobile\":\"reverse-mobile\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"15d8ab03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"287b019c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":78,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/12.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":30}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"13e581e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77a94fa\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":79,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/13.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInDown\",\"space_tablet\":{\"unit\":\"%\",\"size\":50},\"space_mobile\":{\"unit\":\"%\",\"size\":40}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"438d7c75\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"11076dfb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":80,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/255.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":85}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4344a0bd\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"40237ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1498afcf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":81,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/3-5.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":50},\"space_mobile\":{\"unit\":\"%\",\"size\":40}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"127e57cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3f39b887\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":82,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/535.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInDown\",\"space_tablet\":{\"unit\":\"%\",\"size\":70}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"79ffa662\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4d0a9838\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":83,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/8.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":30}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24014d06\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"custom_height\":{\"unit\":\"vh\",\"size\":70},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"structure\":\"20\",\"background_color\":\"#464646\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"326b3892\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_inline_size_tablet\":60,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1c8538fc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Working Process\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5c32583a\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#12e0b9\",\"width\":{\"unit\":\"%\",\"size\":30},\"align_mobile\":\"center\",\"gap_tablet\":{\"unit\":\"px\",\"size\":2}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130350bc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation X is on the runway heading towards a streamlined cloud solution. User generated content in real-time will have multiple touchpoints for offshoring.\\u00a0Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"typography_font_weight\":\"300\",\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ff32be7\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Studio Tour\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"background_color\":\"rgba(18,224,185,0)\",\"button_background_hover_color\":\"#12e0b9\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#12e0b9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"35cd55ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.685,\"_inline_size_tablet\":40,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"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\":\"764b3d67\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"image\":{\"id\":84,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/36.png\"},\"_id\":\"fbe66s4\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":85,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/architecture_3.jpg\"},\"_id\":\"593jh4m\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":86,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/3-1.png\"},\"_id\":\"2u0yeyx\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":87,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/201.jpg\"},\"_id\":\"f6v9odr\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":88,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/15-1.png\"},\"_id\":\"675a0h3\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"slides_per_view\":\"1\",\"height\":{\"unit\":\"px\",\"size\":530},\"width\":{\"unit\":\"%\",\"size\":85},\"show_arrows\":\"\",\"pagination_color\":\"#12e0b9\",\"slides_per_view_tablet\":\"1\",\"height_tablet\":{\"unit\":\"px\",\"size\":390},\"height_mobile\":{\"unit\":\"px\",\"size\":317},\"width_tablet\":{\"unit\":\"px\",\"size\":279},\"width_mobile\":{\"unit\":\"px\",\"size\":309}},\"elements\":[],\"widgetType\":\"media-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"36850847\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"300\",\"bottom\":\"30\",\"left\":\"300\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"376ba3cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1625f748\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet The Team\",\"title_color\":\"#464646\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"330044e1\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#12e0b9\",\"width\":{\"unit\":\"%\",\"size\":20},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4abba146\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide with additional clickthroughs from nanotechnology immersion DevOps.\\u00a0<\\/p>\",\"text_color\":\"#464646\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"align\":\"center\",\"typography_font_weight\":\"300\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"510bcff7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"2\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeIn\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"1578775a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"54e21678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":89,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/5-2.png\"},\"caption\":\" Neil Gaiman - CTO\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_background_hover_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"354dcc3\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"2b51225d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"201869d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":90,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/Untitled-4.png\"},\"caption\":\"Nikki Gooley - HR\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2bcfde60\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-google-plus\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"3c589058\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"97c1b98\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":91,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/5Untitled-4.png\"},\"caption\":\"Laurence Fishburne - CFO\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3fb56041\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"50f14028\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"4d09980d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":92,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/54.png\"},\"caption\":\"Kym Barrett - CMO\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"289b5da5\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14739a62\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"100\",\"left\":\"40\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"1e16682f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"67d5162c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":93,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/63853.png\"},\"caption\":\"Gloria Foster - UI Designer\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"636f97f3\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-dribbble\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-behance\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"3a9ba12c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"61d4bc8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":94,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/86.png\"},\"caption\":\"Jean Reno - UX Expert\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"26b438b0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"4a8ecd13\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"3e0714c9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":95,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/452.png\"},\"caption\":\"Bel McClory - UX Designer\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"39b7896c\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-dribbble\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"5c2300\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"70724d5c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":96,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/525.png\"},\"caption\":\"Matt Doran - Project manager\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3002c6d4\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-google-plus\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e93eab\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"column_position\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"none\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"7d9461e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"150\",\"left\":\"50\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"4628be1c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#464646\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align\":\"left\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"header_size\":\"h3\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"335c67e1\",\"elType\":\"widget\",\"settings\":{\"section_divider\":\"\",\"weight\":{\"unit\":\"px\",\"size\":\"3\"},\"color\":\"#12e0b9\",\"width\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"center\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5f2f3ba8\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon_list\":[{\"text\":\"+44 20 5540 1234\",\"icon\":\"fa fa-phone\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"kxo82hb\"},{\"text\":\"+44 35 9998 3245\",\"icon\":\"fa fa-mobile-phone\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"89z2tky\"},{\"text\":\"+44 20 5540 4433\",\"icon\":\"fa fa-fax\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"zi1l66f\"}],\"section_icon_style\":\"\",\"icon_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":30},\"icon_align_mobile\":\"center\",\"section_text_style\":\"\",\"text_indent\":{\"unit\":\"px\",\"size\":15},\"text_color\":\"#777777\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":2.3},\"icon_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"icon_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"space_between\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"34115220\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"background_size\":\"cover\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"background_overlay_background\":\"none\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.71},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"120\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"45\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"69e17028\",\"elType\":\"widget\",\"settings\":{\"section_form_fields\":\"\",\"form_name\":\"Sample Form\",\"form_fields\":[{\"field_type\":\"text\",\"field_label\":\"Name\",\"placeholder\":\"Name\",\"width\":\"33\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"qi8lqp1\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"email\",\"required\":true,\"field_label\":\"Email\",\"placeholder\":\"Email\",\"width\":\"33\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"8b28ttw\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"tel\",\"field_label\":\"Tel\",\"placeholder\":\"Tel\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width\":\"33\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"2gd0qrk\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"textarea\",\"field_label\":\"Message\",\"placeholder\":\"Message\",\"width\":\"100\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":\"6\",\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"1qsba9v\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"}],\"input_size\":\"md\",\"show_labels\":\"\",\"section_submit_button\":\"\",\"button_text\":\"Send\",\"button_size\":\"md\",\"section_form_options\":\"\",\"send_html\":\"\",\"success_message\":\"The message was sent successfully!\",\"error_message\":\"There\'s something wrong... Please fill in the required fields.\",\"required_field_message\":\"Required\",\"invalid_message\":\"There\'s something wrong... The form is invalid.\",\"section_form_style\":\"\",\"column_gap\":{\"unit\":\"px\",\"size\":\"20\"},\"row_gap\":{\"unit\":\"px\",\"size\":\"20\"},\"heading_label\":\"\",\"label_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"label_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"section_field_style\":\"\",\"field_text_color\":\"#464646\",\"field_typography_typography\":\"custom\",\"field_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"field_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"field_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"field_background_color\":\"rgba(191,201,209,0.26)\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_button_style\":\"\",\"tabs_button_style\":\"\",\"tab_button_normal\":\"\",\"button_text_color\":\"#464646\",\"button_typography_typography\":\"custom\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"button_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13},\"button_typography_text_transform\":\"uppercase\",\"button_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"button_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"button_background_color\":\"rgba(0,41,73,0)\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_border_color\":\"#12e0b9\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tab_button_hover\":\"\",\"button_hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#12e0b9\",\"button_hover_border_color\":\"#12e0b9\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"-100\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"55\",\"bottom\":\"55\",\"left\":\"55\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_section_background\":\"\",\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"_box_shadow_box_shadow_type\":\"outset\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":\"50\",\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.19)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"mark_required\":\"yes\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"subscriber_already_exists_message\":\"Subscriber already exist.\",\"email_to\":\"dgebilaguin@gmail.com\",\"email_subject\":\"New message from \\\"Wanderfuls\\\"\",\"email_from\":\"email@sub.morganrand.com\",\"email_from_name\":\"Wanderfuls\",\"email_to_2\":\"dgebilaguin@gmail.com\",\"email_subject_2\":\"New message from \\\"Wanderfuls\\\"\",\"email_from_2\":\"email@sub.morganrand.com\",\"email_from_name_2\":\"Wanderfuls\",\"email_reply_to_2\":\"dgebilaguin@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2cb91d0b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#464646\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"3612d8be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7f59e782\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"7o3b1fs\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"7mj1o4u\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-google-plus\",\"_id\":\"7b6sjw9\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"0wh417m\"},{\"social\":\"fa fa-tumblr\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"agdym3r\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"rgba(0,0,0,0)\",\"icon_size\":{\"unit\":\"px\",\"size\":30},\"icon_spacing\":{\"unit\":\"px\",\"size\":14},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":25},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"712cfb58\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":80},\"background_background\":\"classic\",\"background_image\":{\"id\":\"74\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/1-1.png\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":70},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":100},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"4f893844\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"700\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4afb101a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome To Dynamic Studio\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":70},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":60},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":65},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":53},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5d96f0b3\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#12e0b9\",\"width\":{\"unit\":\"%\",\"size\":30},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b19602d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Leverage agile frameworks to provide a robust synopsis for high level overviews. Iterative approaches to corporate strategy foster collaborative thinking to further the overall value proposition.\\u00a0<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"29ffbaea\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Studio Tour\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"background_color\":\"rgba(18,224,185,0)\",\"button_background_hover_color\":\"#12e0b9\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#12e0b9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"57e2deba\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1300},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"5f5f1d89\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2181c069\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-desktop\",\"title_text\":\"Web design\",\"description_text\":\"Leverage agile frameworks to provide a robust synopsis for high level overviews iterative approaches.\",\"position\":\"left\",\"primary_color\":\"#464646\",\"icon_space\":{\"unit\":\"px\",\"size\":20},\"icon_size\":{\"unit\":\"px\",\"size\":30},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#464646\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":0.5},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"6728d0b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c7620e\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-bandcamp\",\"title_text\":\"Branding\",\"description_text\":\"Leverage agile frameworks to provide a robust synopsis for high level overviews iterative approaches.\",\"position\":\"left\",\"primary_color\":\"#464646\",\"icon_space\":{\"unit\":\"px\",\"size\":20},\"icon_size\":{\"unit\":\"px\",\"size\":30},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#464646\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":0.5},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"2005df3f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"331af173\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-black-tie\",\"title_text\":\"Advertising \",\"description_text\":\"Leverage agile frameworks to provide a robust synopsis for high level overviews iterative approaches.\",\"position\":\"left\",\"primary_color\":\"#464646\",\"icon_space\":{\"unit\":\"px\",\"size\":20},\"icon_size\":{\"unit\":\"px\",\"size\":30},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#464646\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":0.5},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34f7ca3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"53180d28\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"210d0044\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"75\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/052.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":70}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"75f71690\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"52dd27a7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"76\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/155.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInDown\",\"space_tablet\":{\"unit\":\"%\",\"size\":34}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1d286c54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7e988294\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"77\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/11.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":33}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bfad4f8\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"reverse_order_mobile\":\"reverse-mobile\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"54dab58\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"602431b2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"78\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/12.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":30}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"72b34256\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"48bedce6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"79\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/13.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInDown\",\"space_tablet\":{\"unit\":\"%\",\"size\":50},\"space_mobile\":{\"unit\":\"%\",\"size\":40}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1db5c039\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1e81a021\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"80\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/255.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":85}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"58a96512\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"23a12e0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31f99ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"81\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/3-5.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":50},\"space_mobile\":{\"unit\":\"%\",\"size\":40}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d9004e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"26d24c6d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"82\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/535.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInDown\",\"space_tablet\":{\"unit\":\"%\",\"size\":70}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4693d20\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e9c3e25\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"83\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/8.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":30}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"666c8460\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"custom_height\":{\"unit\":\"vh\",\"size\":70},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"structure\":\"20\",\"background_color\":\"#464646\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"335192ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_inline_size_tablet\":60,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"189bf90f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Working Process\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"53f27564\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#12e0b9\",\"width\":{\"unit\":\"%\",\"size\":30},\"align_mobile\":\"center\",\"gap_tablet\":{\"unit\":\"px\",\"size\":2}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"49d6606a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation X is on the runway heading towards a streamlined cloud solution. User generated content in real-time will have multiple touchpoints for offshoring.\\u00a0Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"typography_font_weight\":\"300\",\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3a1db978\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Studio Tour\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"background_color\":\"rgba(18,224,185,0)\",\"button_background_hover_color\":\"#12e0b9\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#12e0b9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"21468a29\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.685,\"_inline_size_tablet\":40,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"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\":\"539dc278\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"image\":{\"id\":\"84\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/36.png\"},\"_id\":\"fbe66s4\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":\"85\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/architecture_3.jpg\"},\"_id\":\"593jh4m\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":\"86\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/3-1.png\"},\"_id\":\"2u0yeyx\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":\"87\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/201.jpg\"},\"_id\":\"f6v9odr\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":\"88\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/15-1.png\"},\"_id\":\"675a0h3\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"slides_per_view\":\"1\",\"height\":{\"unit\":\"px\",\"size\":530},\"width\":{\"unit\":\"%\",\"size\":85},\"show_arrows\":\"\",\"pagination_color\":\"#12e0b9\",\"slides_per_view_tablet\":\"1\",\"height_tablet\":{\"unit\":\"px\",\"size\":390},\"height_mobile\":{\"unit\":\"px\",\"size\":317},\"width_tablet\":{\"unit\":\"px\",\"size\":279},\"width_mobile\":{\"unit\":\"px\",\"size\":309}},\"elements\":[],\"widgetType\":\"media-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c06908a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"300\",\"bottom\":\"30\",\"left\":\"300\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"46bbaee0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"73a3a1b8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet The Team\",\"title_color\":\"#464646\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"792968e3\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#12e0b9\",\"width\":{\"unit\":\"%\",\"size\":20},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77984a4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide with additional clickthroughs from nanotechnology immersion DevOps.\\u00a0<\\/p>\",\"text_color\":\"#464646\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"align\":\"center\",\"typography_font_weight\":\"300\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad5e302\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"2\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeIn\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"692efcdf\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d709b34\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"89\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/5-2.png\"},\"caption\":\" Neil Gaiman - CTO\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_background_hover_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"45543174\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"6e7ca837\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"c017d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"90\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/Untitled-4.png\"},\"caption\":\"Nikki Gooley - HR\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"25786326\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-google-plus\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"cfe4858\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"497ef4be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"91\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/5Untitled-4.png\"},\"caption\":\"Laurence Fishburne - CFO\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"182ba57c\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"101de245\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"6734b4f7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"92\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/54.png\"},\"caption\":\"Kym Barrett - CMO\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24267a74\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d1290b2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"100\",\"left\":\"40\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"79722127\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"4af8c6e1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"93\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/63853.png\"},\"caption\":\"Gloria Foster - UI Designer\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5dade72a\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-dribbble\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-behance\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"120e1a36\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"4f620401\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"94\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/86.png\"},\"caption\":\"Jean Reno - UX Expert\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36574c3c\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"4c2bd3af\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"23547965\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"95\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/452.png\"},\"caption\":\"Bel McClory - UX Designer\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2daca6\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-dribbble\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"6d725dd8\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"56a60c52\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"96\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/525.png\"},\"caption\":\"Matt Doran - Project manager\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"53cb6f1e\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-google-plus\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"537ef12a\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"column_position\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"none\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"e2abfb6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"150\",\"left\":\"50\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"476f10d6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#464646\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align\":\"left\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"header_size\":\"h3\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"669bc6bc\",\"elType\":\"widget\",\"settings\":{\"section_divider\":\"\",\"weight\":{\"unit\":\"px\",\"size\":\"3\"},\"color\":\"#12e0b9\",\"width\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"center\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"448c1556\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon_list\":[{\"text\":\"+44 20 5540 1234\",\"icon\":\"fa fa-phone\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"kxo82hb\"},{\"text\":\"+44 35 9998 3245\",\"icon\":\"fa fa-mobile-phone\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"89z2tky\"},{\"text\":\"+44 20 5540 4433\",\"icon\":\"fa fa-fax\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"zi1l66f\"}],\"section_icon_style\":\"\",\"icon_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":30},\"icon_align_mobile\":\"center\",\"section_text_style\":\"\",\"text_indent\":{\"unit\":\"px\",\"size\":15},\"text_color\":\"#777777\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":2.3},\"icon_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"icon_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"space_between\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"41fcb08a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"background_size\":\"cover\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"background_overlay_background\":\"none\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.71},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"120\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"45\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"32a25746\",\"elType\":\"widget\",\"settings\":{\"section_form_fields\":\"\",\"form_name\":\"Sample Form\",\"form_fields\":[{\"field_type\":\"text\",\"field_label\":\"Name\",\"placeholder\":\"Name\",\"width\":\"33\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"qi8lqp1\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"email\",\"required\":true,\"field_label\":\"Email\",\"placeholder\":\"Email\",\"width\":\"33\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"8b28ttw\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"tel\",\"field_label\":\"Tel\",\"placeholder\":\"Tel\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width\":\"33\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"2gd0qrk\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"textarea\",\"field_label\":\"Message\",\"placeholder\":\"Message\",\"width\":\"100\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":\"6\",\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"1qsba9v\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"}],\"input_size\":\"md\",\"show_labels\":\"\",\"section_submit_button\":\"\",\"button_text\":\"Send\",\"button_size\":\"md\",\"section_form_options\":\"\",\"send_html\":\"\",\"success_message\":\"The message was sent successfully!\",\"error_message\":\"There\'s something wrong... Please fill in the required fields.\",\"required_field_message\":\"Required\",\"invalid_message\":\"There\'s something wrong... The form is invalid.\",\"section_form_style\":\"\",\"column_gap\":{\"unit\":\"px\",\"size\":\"20\"},\"row_gap\":{\"unit\":\"px\",\"size\":\"20\"},\"heading_label\":\"\",\"label_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"label_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"section_field_style\":\"\",\"field_text_color\":\"#464646\",\"field_typography_typography\":\"custom\",\"field_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"field_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"field_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"field_background_color\":\"rgba(191,201,209,0.26)\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_button_style\":\"\",\"tabs_button_style\":\"\",\"tab_button_normal\":\"\",\"button_text_color\":\"#464646\",\"button_typography_typography\":\"custom\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"button_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13},\"button_typography_text_transform\":\"uppercase\",\"button_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"button_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"button_background_color\":\"rgba(0,41,73,0)\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_border_color\":\"#12e0b9\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tab_button_hover\":\"\",\"button_hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#12e0b9\",\"button_hover_border_color\":\"#12e0b9\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"-100\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"55\",\"bottom\":\"55\",\"left\":\"55\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_section_background\":\"\",\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"_box_shadow_box_shadow_type\":\"outset\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":\"50\",\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.19)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"mark_required\":\"yes\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"subscriber_already_exists_message\":\"Subscriber already exist.\",\"email_to\":\"dgebilaguin@gmail.com\",\"email_subject\":\"New message from \\\"Wanderfuls\\\"\",\"email_from\":\"email@sub.morganrand.com\",\"email_from_name\":\"Wanderfuls\",\"email_to_2\":\"dgebilaguin@gmail.com\",\"email_subject_2\":\"New message from \\\"Wanderfuls\\\"\",\"email_from_2\":\"email@sub.morganrand.com\",\"email_from_name_2\":\"Wanderfuls\",\"email_reply_to_2\":\"dgebilaguin@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78f75450\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#464646\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"42bcc862\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1bd15425\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"7o3b1fs\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"7mj1o4u\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-google-plus\",\"_id\":\"7b6sjw9\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"0wh417m\"},{\"social\":\"fa fa-tumblr\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"agdym3r\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"rgba(0,0,0,0)\",\"icon_size\":{\"unit\":\"px\",\"size\":30},\"icon_spacing\":{\"unit\":\"px\",\"size\":14},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":25},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(564,118,'_elementor_css','a:4:{s:4:\"time\";i:1553151124;s:5:\"fonts\";a:2:{i:0;s:16:\"Playfair Display\";i:1;s:6:\"Roboto\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(566,119,'_elementor_edit_mode','builder'),(567,119,'_elementor_template_type','post'),(568,119,'_elementor_version','2.5.9'),(569,119,'_wp_page_template','default'),(570,119,'_elementor_page_settings','a:12:{s:21:\"background_color_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:23:\"background_color_b_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:25:\"background_gradient_angle\";a:3:{s:4:\"unit\";s:3:\"deg\";s:4:\"size\";i:180;s:5:\"sizes\";a:0:{}}s:15:\"background_xpos\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_xpos_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_xpos_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:15:\"background_ypos\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_ypos_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_ypos_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:19:\"background_bg_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:26:\"background_bg_width_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:26:\"background_bg_width_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}}'),(571,119,'_elementor_data','[{\"id\":\"4fbeaffe\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":80},\"background_background\":\"classic\",\"background_image\":{\"id\":43,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/selection.gif\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":70},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":100},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"rgba(58,58,58,0.87)\"},\"elements\":[{\"id\":\"6232b1d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4908604e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Wanderfuls \\u2122\",\"title_color\":\"#e5329f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":70},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":60},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":65},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":53},\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3ac5eddb\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#e5329f\",\"width\":{\"unit\":\"%\",\"size\":30},\"align_mobile\":\"center\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"30c648f2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h1>Centerpiece and Party Favors in One!<\\/h1>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4f7aa0c4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Shop Now\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"background_color\":\"rgba(18,224,185,0)\",\"button_background_hover_color\":\"#e5329f\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e5329f\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"align_mobile\":\"center\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7d32eef3\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1300},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"80\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"5638e058\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"736df2ea\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-check-circle\",\"title_text\":\"Centerpieces That Double as Party Favors\",\"description_text\":\"Wanderfuls are designed to become an interactive part of your special day. What guest could forget the moment they remove their party favor from the centerpiece? The Wanderfuls connect your guests to each other and to the magical moments of the event. These unique and memorable candy centerpieces are perfect for those once in a lifetime special events.\",\"position\":\"left\",\"primary_color\":\"#e5329f\",\"icon_space\":{\"unit\":\"px\",\"size\":18},\"icon_size\":{\"unit\":\"px\",\"size\":40},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#e5329f\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"title_size\":\"h2\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"25da2a06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6347ecab\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-check-circle\",\"title_text\":\"Customize and Design Your Own Centerpiece!\",\"description_text\":\"Designing your Centerpieces is fun and easy! Simply call us. We will make your centerpiece colors magically appears on your screen. You get to choose from dozens of fun decorator colors and scrumptious candy fillings.\",\"position\":\"left\",\"primary_color\":\"#e5329f\",\"icon_space\":{\"unit\":\"px\",\"size\":18},\"icon_size\":{\"unit\":\"px\",\"size\":40},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#e5329f\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"title_size\":\"h2\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"1fdab9e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"71961474\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-check-circle\",\"title_text\":\"Centerpiece Ideas for All Types of Party\",\"description_text\":\"More than just traditional flower table decors for your special events. Wanderfuls gives you unique birthday centerpiece, graduation centerpiece, banquet centerpiece, anniversaries, holidays, and more... <br\\/> <br\\/>And you something so different and unique your guest will be amazed! These table decorations will create cherished memories that you and your guest will surely remember.\",\"position\":\"left\",\"primary_color\":\"#e5329f\",\"icon_space\":{\"unit\":\"px\",\"size\":18},\"icon_size\":{\"unit\":\"px\",\"size\":40},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#e5329f\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d1f7025\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"2145ac84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"26ba543f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":75,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/052.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":70}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"a267532\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"384c366\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":76,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/155.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInDown\",\"space_tablet\":{\"unit\":\"%\",\"size\":34}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5ef36f13\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4be938f7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":77,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/11.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":33}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"68e5fd64\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"reverse_order_mobile\":\"reverse-mobile\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"15d8ab03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"287b019c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":78,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/12.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":30}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"13e581e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77a94fa\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":79,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/13.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInDown\",\"space_tablet\":{\"unit\":\"%\",\"size\":50},\"space_mobile\":{\"unit\":\"%\",\"size\":40}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"438d7c75\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"11076dfb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":80,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/255.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":85}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4344a0bd\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"40237ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1498afcf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":81,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/3-5.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":50},\"space_mobile\":{\"unit\":\"%\",\"size\":40}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"127e57cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3f39b887\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":82,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/535.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInDown\",\"space_tablet\":{\"unit\":\"%\",\"size\":70}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"79ffa662\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4d0a9838\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":83,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/8.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":30}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24014d06\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"custom_height\":{\"unit\":\"vh\",\"size\":70},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"structure\":\"20\",\"background_color\":\"#464646\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"326b3892\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_inline_size_tablet\":60,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1c8538fc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Working Process\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5c32583a\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#12e0b9\",\"width\":{\"unit\":\"%\",\"size\":30},\"align_mobile\":\"center\",\"gap_tablet\":{\"unit\":\"px\",\"size\":2}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130350bc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation X is on the runway heading towards a streamlined cloud solution. User generated content in real-time will have multiple touchpoints for offshoring.\\u00a0Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"typography_font_weight\":\"300\",\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ff32be7\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Studio Tour\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"background_color\":\"rgba(18,224,185,0)\",\"button_background_hover_color\":\"#12e0b9\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#12e0b9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"35cd55ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.685,\"_inline_size_tablet\":40,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"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\":\"764b3d67\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"image\":{\"id\":84,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/36.png\"},\"_id\":\"fbe66s4\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":85,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/architecture_3.jpg\"},\"_id\":\"593jh4m\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":86,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/3-1.png\"},\"_id\":\"2u0yeyx\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":87,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/201.jpg\"},\"_id\":\"f6v9odr\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":88,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/15-1.png\"},\"_id\":\"675a0h3\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"slides_per_view\":\"1\",\"height\":{\"unit\":\"px\",\"size\":530},\"width\":{\"unit\":\"%\",\"size\":85},\"show_arrows\":\"\",\"pagination_color\":\"#12e0b9\",\"slides_per_view_tablet\":\"1\",\"height_tablet\":{\"unit\":\"px\",\"size\":390},\"height_mobile\":{\"unit\":\"px\",\"size\":317},\"width_tablet\":{\"unit\":\"px\",\"size\":279},\"width_mobile\":{\"unit\":\"px\",\"size\":309}},\"elements\":[],\"widgetType\":\"media-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"36850847\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"300\",\"bottom\":\"30\",\"left\":\"300\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"376ba3cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1625f748\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet The Team\",\"title_color\":\"#464646\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"330044e1\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#12e0b9\",\"width\":{\"unit\":\"%\",\"size\":20},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4abba146\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide with additional clickthroughs from nanotechnology immersion DevOps.\\u00a0<\\/p>\",\"text_color\":\"#464646\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"align\":\"center\",\"typography_font_weight\":\"300\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"510bcff7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"2\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeIn\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"1578775a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"54e21678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":89,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/5-2.png\"},\"caption\":\" Neil Gaiman - CTO\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_background_hover_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"354dcc3\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"2b51225d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"201869d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":90,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/Untitled-4.png\"},\"caption\":\"Nikki Gooley - HR\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2bcfde60\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-google-plus\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"3c589058\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"97c1b98\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":91,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/5Untitled-4.png\"},\"caption\":\"Laurence Fishburne - CFO\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3fb56041\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"50f14028\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"4d09980d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":92,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/54.png\"},\"caption\":\"Kym Barrett - CMO\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"289b5da5\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14739a62\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"100\",\"left\":\"40\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"1e16682f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"67d5162c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":93,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/63853.png\"},\"caption\":\"Gloria Foster - UI Designer\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"636f97f3\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-dribbble\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-behance\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"3a9ba12c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"61d4bc8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":94,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/86.png\"},\"caption\":\"Jean Reno - UX Expert\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"26b438b0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"4a8ecd13\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"3e0714c9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":95,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/452.png\"},\"caption\":\"Bel McClory - UX Designer\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"39b7896c\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-dribbble\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"5c2300\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"70724d5c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":96,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/525.png\"},\"caption\":\"Matt Doran - Project manager\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3002c6d4\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-google-plus\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e93eab\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"column_position\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"none\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"7d9461e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"150\",\"left\":\"50\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"4628be1c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#464646\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align\":\"left\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"header_size\":\"h3\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"335c67e1\",\"elType\":\"widget\",\"settings\":{\"section_divider\":\"\",\"weight\":{\"unit\":\"px\",\"size\":\"3\"},\"color\":\"#12e0b9\",\"width\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"center\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5f2f3ba8\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon_list\":[{\"text\":\"+44 20 5540 1234\",\"icon\":\"fa fa-phone\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"kxo82hb\"},{\"text\":\"+44 35 9998 3245\",\"icon\":\"fa fa-mobile-phone\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"89z2tky\"},{\"text\":\"+44 20 5540 4433\",\"icon\":\"fa fa-fax\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"zi1l66f\"}],\"section_icon_style\":\"\",\"icon_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":30},\"icon_align_mobile\":\"center\",\"section_text_style\":\"\",\"text_indent\":{\"unit\":\"px\",\"size\":15},\"text_color\":\"#777777\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":2.3},\"icon_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"icon_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"space_between\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"34115220\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"background_size\":\"cover\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"background_overlay_background\":\"none\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.71},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"120\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"45\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"69e17028\",\"elType\":\"widget\",\"settings\":{\"section_form_fields\":\"\",\"form_name\":\"Sample Form\",\"form_fields\":[{\"field_type\":\"text\",\"field_label\":\"Name\",\"placeholder\":\"Name\",\"width\":\"33\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"qi8lqp1\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"email\",\"required\":true,\"field_label\":\"Email\",\"placeholder\":\"Email\",\"width\":\"33\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"8b28ttw\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"tel\",\"field_label\":\"Tel\",\"placeholder\":\"Tel\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width\":\"33\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"2gd0qrk\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"textarea\",\"field_label\":\"Message\",\"placeholder\":\"Message\",\"width\":\"100\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":\"6\",\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"1qsba9v\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"}],\"input_size\":\"md\",\"show_labels\":\"\",\"section_submit_button\":\"\",\"button_text\":\"Send\",\"button_size\":\"md\",\"section_form_options\":\"\",\"send_html\":\"\",\"success_message\":\"The message was sent successfully!\",\"error_message\":\"There\'s something wrong... Please fill in the required fields.\",\"required_field_message\":\"Required\",\"invalid_message\":\"There\'s something wrong... The form is invalid.\",\"section_form_style\":\"\",\"column_gap\":{\"unit\":\"px\",\"size\":\"20\"},\"row_gap\":{\"unit\":\"px\",\"size\":\"20\"},\"heading_label\":\"\",\"label_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"label_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"section_field_style\":\"\",\"field_text_color\":\"#464646\",\"field_typography_typography\":\"custom\",\"field_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"field_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"field_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"field_background_color\":\"rgba(191,201,209,0.26)\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_button_style\":\"\",\"tabs_button_style\":\"\",\"tab_button_normal\":\"\",\"button_text_color\":\"#464646\",\"button_typography_typography\":\"custom\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"button_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13},\"button_typography_text_transform\":\"uppercase\",\"button_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"button_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"button_background_color\":\"rgba(0,41,73,0)\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_border_color\":\"#12e0b9\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tab_button_hover\":\"\",\"button_hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#12e0b9\",\"button_hover_border_color\":\"#12e0b9\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"-100\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"55\",\"bottom\":\"55\",\"left\":\"55\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_section_background\":\"\",\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"_box_shadow_box_shadow_type\":\"outset\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":\"50\",\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.19)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"mark_required\":\"yes\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"subscriber_already_exists_message\":\"Subscriber already exist.\",\"email_to\":\"dgebilaguin@gmail.com\",\"email_subject\":\"New message from \\\"Wanderfuls\\\"\",\"email_from\":\"email@sub.morganrand.com\",\"email_from_name\":\"Wanderfuls\",\"email_to_2\":\"dgebilaguin@gmail.com\",\"email_subject_2\":\"New message from \\\"Wanderfuls\\\"\",\"email_from_2\":\"email@sub.morganrand.com\",\"email_from_name_2\":\"Wanderfuls\",\"email_reply_to_2\":\"dgebilaguin@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2cb91d0b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#464646\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"3612d8be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7f59e782\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"7o3b1fs\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"7mj1o4u\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-google-plus\",\"_id\":\"7b6sjw9\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"0wh417m\"},{\"social\":\"fa fa-tumblr\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"agdym3r\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"rgba(0,0,0,0)\",\"icon_size\":{\"unit\":\"px\",\"size\":30},\"icon_spacing\":{\"unit\":\"px\",\"size\":14},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":25},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"712cfb58\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":80},\"background_background\":\"classic\",\"background_image\":{\"id\":\"74\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/1-1.png\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":70},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":100},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"4f893844\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"700\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4afb101a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome To Dynamic Studio\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":70},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":60},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":65},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":53},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5d96f0b3\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#12e0b9\",\"width\":{\"unit\":\"%\",\"size\":30},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b19602d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Leverage agile frameworks to provide a robust synopsis for high level overviews. Iterative approaches to corporate strategy foster collaborative thinking to further the overall value proposition.\\u00a0<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"29ffbaea\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Studio Tour\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"background_color\":\"rgba(18,224,185,0)\",\"button_background_hover_color\":\"#12e0b9\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#12e0b9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"57e2deba\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1300},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"5f5f1d89\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2181c069\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-desktop\",\"title_text\":\"Web design\",\"description_text\":\"Leverage agile frameworks to provide a robust synopsis for high level overviews iterative approaches.\",\"position\":\"left\",\"primary_color\":\"#464646\",\"icon_space\":{\"unit\":\"px\",\"size\":20},\"icon_size\":{\"unit\":\"px\",\"size\":30},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#464646\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":0.5},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"6728d0b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c7620e\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-bandcamp\",\"title_text\":\"Branding\",\"description_text\":\"Leverage agile frameworks to provide a robust synopsis for high level overviews iterative approaches.\",\"position\":\"left\",\"primary_color\":\"#464646\",\"icon_space\":{\"unit\":\"px\",\"size\":20},\"icon_size\":{\"unit\":\"px\",\"size\":30},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#464646\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":0.5},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"2005df3f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"331af173\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-black-tie\",\"title_text\":\"Advertising \",\"description_text\":\"Leverage agile frameworks to provide a robust synopsis for high level overviews iterative approaches.\",\"position\":\"left\",\"primary_color\":\"#464646\",\"icon_space\":{\"unit\":\"px\",\"size\":20},\"icon_size\":{\"unit\":\"px\",\"size\":30},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#464646\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":0.5},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34f7ca3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"53180d28\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"210d0044\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"75\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/052.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":70}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"75f71690\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"52dd27a7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"76\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/155.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInDown\",\"space_tablet\":{\"unit\":\"%\",\"size\":34}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1d286c54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7e988294\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"77\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/11.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":33}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bfad4f8\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"reverse_order_mobile\":\"reverse-mobile\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"54dab58\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"602431b2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"78\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/12.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":30}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"72b34256\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"48bedce6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"79\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/13.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInDown\",\"space_tablet\":{\"unit\":\"%\",\"size\":50},\"space_mobile\":{\"unit\":\"%\",\"size\":40}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1db5c039\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1e81a021\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"80\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/255.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":85}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"58a96512\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"23a12e0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31f99ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"81\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/3-5.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":50},\"space_mobile\":{\"unit\":\"%\",\"size\":40}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d9004e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"26d24c6d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"82\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/535.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInDown\",\"space_tablet\":{\"unit\":\"%\",\"size\":70}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4693d20\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e9c3e25\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"83\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/8.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":30}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"666c8460\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"custom_height\":{\"unit\":\"vh\",\"size\":70},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"structure\":\"20\",\"background_color\":\"#464646\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"335192ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_inline_size_tablet\":60,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"189bf90f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Working Process\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"53f27564\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#12e0b9\",\"width\":{\"unit\":\"%\",\"size\":30},\"align_mobile\":\"center\",\"gap_tablet\":{\"unit\":\"px\",\"size\":2}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"49d6606a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation X is on the runway heading towards a streamlined cloud solution. User generated content in real-time will have multiple touchpoints for offshoring.\\u00a0Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"typography_font_weight\":\"300\",\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3a1db978\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Studio Tour\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"background_color\":\"rgba(18,224,185,0)\",\"button_background_hover_color\":\"#12e0b9\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#12e0b9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"21468a29\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.685,\"_inline_size_tablet\":40,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"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\":\"539dc278\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"image\":{\"id\":\"84\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/36.png\"},\"_id\":\"fbe66s4\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":\"85\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/architecture_3.jpg\"},\"_id\":\"593jh4m\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":\"86\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/3-1.png\"},\"_id\":\"2u0yeyx\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":\"87\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/201.jpg\"},\"_id\":\"f6v9odr\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":\"88\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/15-1.png\"},\"_id\":\"675a0h3\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"slides_per_view\":\"1\",\"height\":{\"unit\":\"px\",\"size\":530},\"width\":{\"unit\":\"%\",\"size\":85},\"show_arrows\":\"\",\"pagination_color\":\"#12e0b9\",\"slides_per_view_tablet\":\"1\",\"height_tablet\":{\"unit\":\"px\",\"size\":390},\"height_mobile\":{\"unit\":\"px\",\"size\":317},\"width_tablet\":{\"unit\":\"px\",\"size\":279},\"width_mobile\":{\"unit\":\"px\",\"size\":309}},\"elements\":[],\"widgetType\":\"media-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c06908a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"300\",\"bottom\":\"30\",\"left\":\"300\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"46bbaee0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"73a3a1b8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet The Team\",\"title_color\":\"#464646\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"792968e3\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#12e0b9\",\"width\":{\"unit\":\"%\",\"size\":20},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77984a4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide with additional clickthroughs from nanotechnology immersion DevOps.\\u00a0<\\/p>\",\"text_color\":\"#464646\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"align\":\"center\",\"typography_font_weight\":\"300\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad5e302\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"2\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeIn\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"692efcdf\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d709b34\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"89\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/5-2.png\"},\"caption\":\" Neil Gaiman - CTO\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_background_hover_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"45543174\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"6e7ca837\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"c017d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"90\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/Untitled-4.png\"},\"caption\":\"Nikki Gooley - HR\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"25786326\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-google-plus\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"cfe4858\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"497ef4be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"91\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/5Untitled-4.png\"},\"caption\":\"Laurence Fishburne - CFO\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"182ba57c\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"101de245\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"6734b4f7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"92\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/54.png\"},\"caption\":\"Kym Barrett - CMO\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24267a74\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d1290b2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"100\",\"left\":\"40\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"79722127\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"4af8c6e1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"93\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/63853.png\"},\"caption\":\"Gloria Foster - UI Designer\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5dade72a\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-dribbble\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-behance\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"120e1a36\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"4f620401\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"94\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/86.png\"},\"caption\":\"Jean Reno - UX Expert\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36574c3c\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"4c2bd3af\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"23547965\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"95\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/452.png\"},\"caption\":\"Bel McClory - UX Designer\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2daca6\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-dribbble\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"6d725dd8\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"56a60c52\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"96\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/525.png\"},\"caption\":\"Matt Doran - Project manager\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"53cb6f1e\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-google-plus\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"537ef12a\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"column_position\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"none\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"e2abfb6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"150\",\"left\":\"50\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"476f10d6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#464646\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align\":\"left\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"header_size\":\"h3\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"669bc6bc\",\"elType\":\"widget\",\"settings\":{\"section_divider\":\"\",\"weight\":{\"unit\":\"px\",\"size\":\"3\"},\"color\":\"#12e0b9\",\"width\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"center\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"448c1556\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon_list\":[{\"text\":\"+44 20 5540 1234\",\"icon\":\"fa fa-phone\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"kxo82hb\"},{\"text\":\"+44 35 9998 3245\",\"icon\":\"fa fa-mobile-phone\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"89z2tky\"},{\"text\":\"+44 20 5540 4433\",\"icon\":\"fa fa-fax\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"zi1l66f\"}],\"section_icon_style\":\"\",\"icon_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":30},\"icon_align_mobile\":\"center\",\"section_text_style\":\"\",\"text_indent\":{\"unit\":\"px\",\"size\":15},\"text_color\":\"#777777\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":2.3},\"icon_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"icon_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"space_between\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"41fcb08a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"background_size\":\"cover\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"background_overlay_background\":\"none\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.71},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"120\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"45\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"32a25746\",\"elType\":\"widget\",\"settings\":{\"section_form_fields\":\"\",\"form_name\":\"Sample Form\",\"form_fields\":[{\"field_type\":\"text\",\"field_label\":\"Name\",\"placeholder\":\"Name\",\"width\":\"33\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"qi8lqp1\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"email\",\"required\":true,\"field_label\":\"Email\",\"placeholder\":\"Email\",\"width\":\"33\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"8b28ttw\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"tel\",\"field_label\":\"Tel\",\"placeholder\":\"Tel\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width\":\"33\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"2gd0qrk\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"textarea\",\"field_label\":\"Message\",\"placeholder\":\"Message\",\"width\":\"100\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":\"6\",\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"1qsba9v\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"}],\"input_size\":\"md\",\"show_labels\":\"\",\"section_submit_button\":\"\",\"button_text\":\"Send\",\"button_size\":\"md\",\"section_form_options\":\"\",\"send_html\":\"\",\"success_message\":\"The message was sent successfully!\",\"error_message\":\"There\'s something wrong... Please fill in the required fields.\",\"required_field_message\":\"Required\",\"invalid_message\":\"There\'s something wrong... The form is invalid.\",\"section_form_style\":\"\",\"column_gap\":{\"unit\":\"px\",\"size\":\"20\"},\"row_gap\":{\"unit\":\"px\",\"size\":\"20\"},\"heading_label\":\"\",\"label_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"label_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"section_field_style\":\"\",\"field_text_color\":\"#464646\",\"field_typography_typography\":\"custom\",\"field_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"field_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"field_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"field_background_color\":\"rgba(191,201,209,0.26)\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_button_style\":\"\",\"tabs_button_style\":\"\",\"tab_button_normal\":\"\",\"button_text_color\":\"#464646\",\"button_typography_typography\":\"custom\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"button_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13},\"button_typography_text_transform\":\"uppercase\",\"button_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"button_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"button_background_color\":\"rgba(0,41,73,0)\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_border_color\":\"#12e0b9\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tab_button_hover\":\"\",\"button_hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#12e0b9\",\"button_hover_border_color\":\"#12e0b9\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"-100\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"55\",\"bottom\":\"55\",\"left\":\"55\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_section_background\":\"\",\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"_box_shadow_box_shadow_type\":\"outset\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":\"50\",\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.19)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"mark_required\":\"yes\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"subscriber_already_exists_message\":\"Subscriber already exist.\",\"email_to\":\"dgebilaguin@gmail.com\",\"email_subject\":\"New message from \\\"Wanderfuls\\\"\",\"email_from\":\"email@sub.morganrand.com\",\"email_from_name\":\"Wanderfuls\",\"email_to_2\":\"dgebilaguin@gmail.com\",\"email_subject_2\":\"New message from \\\"Wanderfuls\\\"\",\"email_from_2\":\"email@sub.morganrand.com\",\"email_from_name_2\":\"Wanderfuls\",\"email_reply_to_2\":\"dgebilaguin@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78f75450\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#464646\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"42bcc862\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1bd15425\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"7o3b1fs\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"7mj1o4u\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-google-plus\",\"_id\":\"7b6sjw9\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"0wh417m\"},{\"social\":\"fa fa-tumblr\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"agdym3r\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"rgba(0,0,0,0)\",\"icon_size\":{\"unit\":\"px\",\"size\":30},\"icon_spacing\":{\"unit\":\"px\",\"size\":14},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":25},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(572,119,'_elementor_css','a:4:{s:4:\"time\";i:1553151143;s:5:\"fonts\";a:2:{i:0;s:16:\"Playfair Display\";i:1;s:6:\"Roboto\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(574,120,'_elementor_edit_mode','builder'),(575,120,'_elementor_template_type','post'),(576,120,'_elementor_version','2.5.9'),(577,120,'_wp_page_template','default'),(578,120,'_elementor_page_settings','a:12:{s:21:\"background_color_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:23:\"background_color_b_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:25:\"background_gradient_angle\";a:3:{s:4:\"unit\";s:3:\"deg\";s:4:\"size\";i:180;s:5:\"sizes\";a:0:{}}s:15:\"background_xpos\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_xpos_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_xpos_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:15:\"background_ypos\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_ypos_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_ypos_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:19:\"background_bg_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:26:\"background_bg_width_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:26:\"background_bg_width_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}}'),(579,120,'_elementor_data','[{\"id\":\"4fbeaffe\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":80},\"background_background\":\"classic\",\"background_image\":{\"id\":43,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/selection.gif\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":70},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":100},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"rgba(58,58,58,0.87)\"},\"elements\":[{\"id\":\"6232b1d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4908604e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Wanderfuls \\u2122\",\"title_color\":\"#e5329f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":70},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":60},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":65},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":53},\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3ac5eddb\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#e5329f\",\"width\":{\"unit\":\"%\",\"size\":30},\"align_mobile\":\"center\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"30c648f2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h1>Centerpiece and Party Favors in One!<\\/h1>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4f7aa0c4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Shop Now\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"background_color\":\"rgba(18,224,185,0)\",\"button_background_hover_color\":\"#e5329f\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e5329f\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"align_mobile\":\"center\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7d32eef3\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1300},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"80\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"5638e058\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"736df2ea\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-check-circle\",\"title_text\":\"Centerpieces That Double as Party Favors\",\"description_text\":\"Wanderfuls are designed to become an interactive part of your special day. What guest could forget the moment they remove their party favor from the centerpiece? <br\\/><br\\/> The Wanderfuls connect your guests to each other and to the magical moments of the event. These unique and memorable candy centerpieces are perfect for those once in a lifetime special events.\",\"position\":\"left\",\"primary_color\":\"#e5329f\",\"icon_space\":{\"unit\":\"px\",\"size\":18},\"icon_size\":{\"unit\":\"px\",\"size\":40},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#e5329f\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"title_size\":\"h2\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"25da2a06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6347ecab\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-check-circle\",\"title_text\":\"Customize and Design Your Own Centerpiece!\",\"description_text\":\"Designing your Centerpieces is fun and easy! Simply call us. We will make your centerpiece colors magically appears on your screen. You get to choose from dozens of fun decorator colors and scrumptious candy fillings.\",\"position\":\"left\",\"primary_color\":\"#e5329f\",\"icon_space\":{\"unit\":\"px\",\"size\":18},\"icon_size\":{\"unit\":\"px\",\"size\":40},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#e5329f\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"title_size\":\"h2\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"1fdab9e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"71961474\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-check-circle\",\"title_text\":\"Centerpiece Ideas for All Types of Party\",\"description_text\":\"More than just traditional flower table decors for your special events. Wanderfuls gives you unique birthday centerpiece, graduation centerpiece, banquet centerpiece, anniversaries, holidays, and more... <br\\/> <br\\/>And you something so different and unique your guest will be amazed! These table decorations will create cherished memories that you and your guest will surely remember.\",\"position\":\"left\",\"primary_color\":\"#e5329f\",\"icon_space\":{\"unit\":\"px\",\"size\":18},\"icon_size\":{\"unit\":\"px\",\"size\":40},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#e5329f\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"title_size\":\"h2\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d1f7025\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"2145ac84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"26ba543f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":75,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/052.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":70}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"a267532\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"384c366\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":76,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/155.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInDown\",\"space_tablet\":{\"unit\":\"%\",\"size\":34}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5ef36f13\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4be938f7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":77,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/11.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":33}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"68e5fd64\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"reverse_order_mobile\":\"reverse-mobile\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"15d8ab03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"287b019c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":78,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/12.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":30}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"13e581e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77a94fa\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":79,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/13.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInDown\",\"space_tablet\":{\"unit\":\"%\",\"size\":50},\"space_mobile\":{\"unit\":\"%\",\"size\":40}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"438d7c75\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"11076dfb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":80,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/255.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":85}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4344a0bd\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"40237ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1498afcf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":81,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/3-5.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":50},\"space_mobile\":{\"unit\":\"%\",\"size\":40}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"127e57cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3f39b887\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":82,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/535.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInDown\",\"space_tablet\":{\"unit\":\"%\",\"size\":70}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"79ffa662\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4d0a9838\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":83,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/8.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":30}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24014d06\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"custom_height\":{\"unit\":\"vh\",\"size\":70},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"structure\":\"20\",\"background_color\":\"#464646\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"326b3892\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_inline_size_tablet\":60,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1c8538fc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Working Process\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5c32583a\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#12e0b9\",\"width\":{\"unit\":\"%\",\"size\":30},\"align_mobile\":\"center\",\"gap_tablet\":{\"unit\":\"px\",\"size\":2}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130350bc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation X is on the runway heading towards a streamlined cloud solution. User generated content in real-time will have multiple touchpoints for offshoring.\\u00a0Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"typography_font_weight\":\"300\",\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ff32be7\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Studio Tour\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"background_color\":\"rgba(18,224,185,0)\",\"button_background_hover_color\":\"#12e0b9\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#12e0b9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"35cd55ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.685,\"_inline_size_tablet\":40,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"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\":\"764b3d67\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"image\":{\"id\":84,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/36.png\"},\"_id\":\"fbe66s4\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":85,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/architecture_3.jpg\"},\"_id\":\"593jh4m\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":86,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/3-1.png\"},\"_id\":\"2u0yeyx\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":87,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/201.jpg\"},\"_id\":\"f6v9odr\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":88,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/15-1.png\"},\"_id\":\"675a0h3\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"slides_per_view\":\"1\",\"height\":{\"unit\":\"px\",\"size\":530},\"width\":{\"unit\":\"%\",\"size\":85},\"show_arrows\":\"\",\"pagination_color\":\"#12e0b9\",\"slides_per_view_tablet\":\"1\",\"height_tablet\":{\"unit\":\"px\",\"size\":390},\"height_mobile\":{\"unit\":\"px\",\"size\":317},\"width_tablet\":{\"unit\":\"px\",\"size\":279},\"width_mobile\":{\"unit\":\"px\",\"size\":309}},\"elements\":[],\"widgetType\":\"media-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"36850847\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"300\",\"bottom\":\"30\",\"left\":\"300\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"376ba3cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1625f748\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet The Team\",\"title_color\":\"#464646\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"330044e1\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#12e0b9\",\"width\":{\"unit\":\"%\",\"size\":20},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4abba146\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide with additional clickthroughs from nanotechnology immersion DevOps.\\u00a0<\\/p>\",\"text_color\":\"#464646\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"align\":\"center\",\"typography_font_weight\":\"300\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"510bcff7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"2\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeIn\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"1578775a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"54e21678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":89,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/5-2.png\"},\"caption\":\" Neil Gaiman - CTO\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_background_hover_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"354dcc3\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"2b51225d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"201869d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":90,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/Untitled-4.png\"},\"caption\":\"Nikki Gooley - HR\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2bcfde60\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-google-plus\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"3c589058\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"97c1b98\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":91,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/5Untitled-4.png\"},\"caption\":\"Laurence Fishburne - CFO\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3fb56041\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"50f14028\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"4d09980d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":92,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/54.png\"},\"caption\":\"Kym Barrett - CMO\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"289b5da5\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14739a62\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"100\",\"left\":\"40\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"1e16682f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"67d5162c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":93,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/63853.png\"},\"caption\":\"Gloria Foster - UI Designer\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"636f97f3\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-dribbble\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-behance\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"3a9ba12c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"61d4bc8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":94,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/86.png\"},\"caption\":\"Jean Reno - UX Expert\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"26b438b0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"4a8ecd13\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"3e0714c9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":95,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/452.png\"},\"caption\":\"Bel McClory - UX Designer\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"39b7896c\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-dribbble\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"5c2300\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"70724d5c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":96,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/525.png\"},\"caption\":\"Matt Doran - Project manager\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3002c6d4\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-google-plus\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e93eab\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"column_position\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"none\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"7d9461e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"150\",\"left\":\"50\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"4628be1c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#464646\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align\":\"left\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"header_size\":\"h3\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"335c67e1\",\"elType\":\"widget\",\"settings\":{\"section_divider\":\"\",\"weight\":{\"unit\":\"px\",\"size\":\"3\"},\"color\":\"#12e0b9\",\"width\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"center\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5f2f3ba8\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon_list\":[{\"text\":\"+44 20 5540 1234\",\"icon\":\"fa fa-phone\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"kxo82hb\"},{\"text\":\"+44 35 9998 3245\",\"icon\":\"fa fa-mobile-phone\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"89z2tky\"},{\"text\":\"+44 20 5540 4433\",\"icon\":\"fa fa-fax\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"zi1l66f\"}],\"section_icon_style\":\"\",\"icon_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":30},\"icon_align_mobile\":\"center\",\"section_text_style\":\"\",\"text_indent\":{\"unit\":\"px\",\"size\":15},\"text_color\":\"#777777\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":2.3},\"icon_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"icon_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"space_between\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"34115220\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"background_size\":\"cover\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"background_overlay_background\":\"none\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.71},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"120\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"45\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"69e17028\",\"elType\":\"widget\",\"settings\":{\"section_form_fields\":\"\",\"form_name\":\"Sample Form\",\"form_fields\":[{\"field_type\":\"text\",\"field_label\":\"Name\",\"placeholder\":\"Name\",\"width\":\"33\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"qi8lqp1\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"email\",\"required\":true,\"field_label\":\"Email\",\"placeholder\":\"Email\",\"width\":\"33\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"8b28ttw\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"tel\",\"field_label\":\"Tel\",\"placeholder\":\"Tel\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width\":\"33\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"2gd0qrk\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"textarea\",\"field_label\":\"Message\",\"placeholder\":\"Message\",\"width\":\"100\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":\"6\",\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"1qsba9v\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"}],\"input_size\":\"md\",\"show_labels\":\"\",\"section_submit_button\":\"\",\"button_text\":\"Send\",\"button_size\":\"md\",\"section_form_options\":\"\",\"send_html\":\"\",\"success_message\":\"The message was sent successfully!\",\"error_message\":\"There\'s something wrong... Please fill in the required fields.\",\"required_field_message\":\"Required\",\"invalid_message\":\"There\'s something wrong... The form is invalid.\",\"section_form_style\":\"\",\"column_gap\":{\"unit\":\"px\",\"size\":\"20\"},\"row_gap\":{\"unit\":\"px\",\"size\":\"20\"},\"heading_label\":\"\",\"label_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"label_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"section_field_style\":\"\",\"field_text_color\":\"#464646\",\"field_typography_typography\":\"custom\",\"field_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"field_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"field_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"field_background_color\":\"rgba(191,201,209,0.26)\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_button_style\":\"\",\"tabs_button_style\":\"\",\"tab_button_normal\":\"\",\"button_text_color\":\"#464646\",\"button_typography_typography\":\"custom\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"button_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13},\"button_typography_text_transform\":\"uppercase\",\"button_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"button_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"button_background_color\":\"rgba(0,41,73,0)\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_border_color\":\"#12e0b9\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tab_button_hover\":\"\",\"button_hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#12e0b9\",\"button_hover_border_color\":\"#12e0b9\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"-100\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"55\",\"bottom\":\"55\",\"left\":\"55\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_section_background\":\"\",\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"_box_shadow_box_shadow_type\":\"outset\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":\"50\",\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.19)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"mark_required\":\"yes\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"subscriber_already_exists_message\":\"Subscriber already exist.\",\"email_to\":\"dgebilaguin@gmail.com\",\"email_subject\":\"New message from \\\"Wanderfuls\\\"\",\"email_from\":\"email@sub.morganrand.com\",\"email_from_name\":\"Wanderfuls\",\"email_to_2\":\"dgebilaguin@gmail.com\",\"email_subject_2\":\"New message from \\\"Wanderfuls\\\"\",\"email_from_2\":\"email@sub.morganrand.com\",\"email_from_name_2\":\"Wanderfuls\",\"email_reply_to_2\":\"dgebilaguin@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2cb91d0b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#464646\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"3612d8be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7f59e782\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"7o3b1fs\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"7mj1o4u\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-google-plus\",\"_id\":\"7b6sjw9\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"0wh417m\"},{\"social\":\"fa fa-tumblr\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"agdym3r\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"rgba(0,0,0,0)\",\"icon_size\":{\"unit\":\"px\",\"size\":30},\"icon_spacing\":{\"unit\":\"px\",\"size\":14},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":25},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"712cfb58\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":80},\"background_background\":\"classic\",\"background_image\":{\"id\":\"74\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/1-1.png\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":70},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":100},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"4f893844\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"700\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4afb101a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome To Dynamic Studio\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":70},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":60},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":65},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":53},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5d96f0b3\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#12e0b9\",\"width\":{\"unit\":\"%\",\"size\":30},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b19602d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Leverage agile frameworks to provide a robust synopsis for high level overviews. Iterative approaches to corporate strategy foster collaborative thinking to further the overall value proposition.\\u00a0<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"29ffbaea\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Studio Tour\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"background_color\":\"rgba(18,224,185,0)\",\"button_background_hover_color\":\"#12e0b9\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#12e0b9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"57e2deba\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1300},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"5f5f1d89\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2181c069\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-desktop\",\"title_text\":\"Web design\",\"description_text\":\"Leverage agile frameworks to provide a robust synopsis for high level overviews iterative approaches.\",\"position\":\"left\",\"primary_color\":\"#464646\",\"icon_space\":{\"unit\":\"px\",\"size\":20},\"icon_size\":{\"unit\":\"px\",\"size\":30},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#464646\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":0.5},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"6728d0b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c7620e\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-bandcamp\",\"title_text\":\"Branding\",\"description_text\":\"Leverage agile frameworks to provide a robust synopsis for high level overviews iterative approaches.\",\"position\":\"left\",\"primary_color\":\"#464646\",\"icon_space\":{\"unit\":\"px\",\"size\":20},\"icon_size\":{\"unit\":\"px\",\"size\":30},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#464646\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":0.5},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"2005df3f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"331af173\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-black-tie\",\"title_text\":\"Advertising \",\"description_text\":\"Leverage agile frameworks to provide a robust synopsis for high level overviews iterative approaches.\",\"position\":\"left\",\"primary_color\":\"#464646\",\"icon_space\":{\"unit\":\"px\",\"size\":20},\"icon_size\":{\"unit\":\"px\",\"size\":30},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#464646\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":0.5},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34f7ca3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"53180d28\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"210d0044\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"75\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/052.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":70}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"75f71690\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"52dd27a7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"76\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/155.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInDown\",\"space_tablet\":{\"unit\":\"%\",\"size\":34}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1d286c54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7e988294\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"77\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/11.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":33}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bfad4f8\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"reverse_order_mobile\":\"reverse-mobile\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"54dab58\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"602431b2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"78\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/12.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":30}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"72b34256\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"48bedce6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"79\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/13.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInDown\",\"space_tablet\":{\"unit\":\"%\",\"size\":50},\"space_mobile\":{\"unit\":\"%\",\"size\":40}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1db5c039\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1e81a021\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"80\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/255.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":85}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"58a96512\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"23a12e0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31f99ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"81\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/3-5.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":50},\"space_mobile\":{\"unit\":\"%\",\"size\":40}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d9004e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"26d24c6d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"82\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/535.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInDown\",\"space_tablet\":{\"unit\":\"%\",\"size\":70}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4693d20\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e9c3e25\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"83\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/8.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":30}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"666c8460\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"custom_height\":{\"unit\":\"vh\",\"size\":70},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"structure\":\"20\",\"background_color\":\"#464646\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"335192ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_inline_size_tablet\":60,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"189bf90f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Working Process\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"53f27564\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#12e0b9\",\"width\":{\"unit\":\"%\",\"size\":30},\"align_mobile\":\"center\",\"gap_tablet\":{\"unit\":\"px\",\"size\":2}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"49d6606a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation X is on the runway heading towards a streamlined cloud solution. User generated content in real-time will have multiple touchpoints for offshoring.\\u00a0Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"typography_font_weight\":\"300\",\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3a1db978\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Studio Tour\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"background_color\":\"rgba(18,224,185,0)\",\"button_background_hover_color\":\"#12e0b9\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#12e0b9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"21468a29\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.685,\"_inline_size_tablet\":40,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"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\":\"539dc278\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"image\":{\"id\":\"84\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/36.png\"},\"_id\":\"fbe66s4\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":\"85\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/architecture_3.jpg\"},\"_id\":\"593jh4m\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":\"86\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/3-1.png\"},\"_id\":\"2u0yeyx\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":\"87\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/201.jpg\"},\"_id\":\"f6v9odr\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":\"88\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/15-1.png\"},\"_id\":\"675a0h3\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"slides_per_view\":\"1\",\"height\":{\"unit\":\"px\",\"size\":530},\"width\":{\"unit\":\"%\",\"size\":85},\"show_arrows\":\"\",\"pagination_color\":\"#12e0b9\",\"slides_per_view_tablet\":\"1\",\"height_tablet\":{\"unit\":\"px\",\"size\":390},\"height_mobile\":{\"unit\":\"px\",\"size\":317},\"width_tablet\":{\"unit\":\"px\",\"size\":279},\"width_mobile\":{\"unit\":\"px\",\"size\":309}},\"elements\":[],\"widgetType\":\"media-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c06908a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"300\",\"bottom\":\"30\",\"left\":\"300\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"46bbaee0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"73a3a1b8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet The Team\",\"title_color\":\"#464646\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"792968e3\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#12e0b9\",\"width\":{\"unit\":\"%\",\"size\":20},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77984a4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide with additional clickthroughs from nanotechnology immersion DevOps.\\u00a0<\\/p>\",\"text_color\":\"#464646\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"align\":\"center\",\"typography_font_weight\":\"300\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad5e302\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"2\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeIn\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"692efcdf\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d709b34\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"89\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/5-2.png\"},\"caption\":\" Neil Gaiman - CTO\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_background_hover_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"45543174\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"6e7ca837\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"c017d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"90\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/Untitled-4.png\"},\"caption\":\"Nikki Gooley - HR\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"25786326\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-google-plus\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"cfe4858\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"497ef4be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"91\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/5Untitled-4.png\"},\"caption\":\"Laurence Fishburne - CFO\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"182ba57c\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"101de245\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"6734b4f7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"92\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/54.png\"},\"caption\":\"Kym Barrett - CMO\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24267a74\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d1290b2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"100\",\"left\":\"40\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"79722127\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"4af8c6e1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"93\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/63853.png\"},\"caption\":\"Gloria Foster - UI Designer\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5dade72a\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-dribbble\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-behance\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"120e1a36\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"4f620401\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"94\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/86.png\"},\"caption\":\"Jean Reno - UX Expert\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36574c3c\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"4c2bd3af\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"23547965\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"95\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/452.png\"},\"caption\":\"Bel McClory - UX Designer\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2daca6\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-dribbble\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"6d725dd8\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"56a60c52\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"96\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/525.png\"},\"caption\":\"Matt Doran - Project manager\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"53cb6f1e\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-google-plus\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"537ef12a\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"column_position\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"none\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"e2abfb6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"150\",\"left\":\"50\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"476f10d6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#464646\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align\":\"left\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"header_size\":\"h3\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"669bc6bc\",\"elType\":\"widget\",\"settings\":{\"section_divider\":\"\",\"weight\":{\"unit\":\"px\",\"size\":\"3\"},\"color\":\"#12e0b9\",\"width\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"center\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"448c1556\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon_list\":[{\"text\":\"+44 20 5540 1234\",\"icon\":\"fa fa-phone\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"kxo82hb\"},{\"text\":\"+44 35 9998 3245\",\"icon\":\"fa fa-mobile-phone\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"89z2tky\"},{\"text\":\"+44 20 5540 4433\",\"icon\":\"fa fa-fax\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"zi1l66f\"}],\"section_icon_style\":\"\",\"icon_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":30},\"icon_align_mobile\":\"center\",\"section_text_style\":\"\",\"text_indent\":{\"unit\":\"px\",\"size\":15},\"text_color\":\"#777777\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":2.3},\"icon_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"icon_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"space_between\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"41fcb08a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"background_size\":\"cover\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"background_overlay_background\":\"none\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.71},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"120\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"45\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"32a25746\",\"elType\":\"widget\",\"settings\":{\"section_form_fields\":\"\",\"form_name\":\"Sample Form\",\"form_fields\":[{\"field_type\":\"text\",\"field_label\":\"Name\",\"placeholder\":\"Name\",\"width\":\"33\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"qi8lqp1\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"email\",\"required\":true,\"field_label\":\"Email\",\"placeholder\":\"Email\",\"width\":\"33\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"8b28ttw\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"tel\",\"field_label\":\"Tel\",\"placeholder\":\"Tel\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width\":\"33\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"2gd0qrk\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"textarea\",\"field_label\":\"Message\",\"placeholder\":\"Message\",\"width\":\"100\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":\"6\",\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"1qsba9v\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"}],\"input_size\":\"md\",\"show_labels\":\"\",\"section_submit_button\":\"\",\"button_text\":\"Send\",\"button_size\":\"md\",\"section_form_options\":\"\",\"send_html\":\"\",\"success_message\":\"The message was sent successfully!\",\"error_message\":\"There\'s something wrong... Please fill in the required fields.\",\"required_field_message\":\"Required\",\"invalid_message\":\"There\'s something wrong... The form is invalid.\",\"section_form_style\":\"\",\"column_gap\":{\"unit\":\"px\",\"size\":\"20\"},\"row_gap\":{\"unit\":\"px\",\"size\":\"20\"},\"heading_label\":\"\",\"label_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"label_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"section_field_style\":\"\",\"field_text_color\":\"#464646\",\"field_typography_typography\":\"custom\",\"field_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"field_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"field_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"field_background_color\":\"rgba(191,201,209,0.26)\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_button_style\":\"\",\"tabs_button_style\":\"\",\"tab_button_normal\":\"\",\"button_text_color\":\"#464646\",\"button_typography_typography\":\"custom\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"button_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13},\"button_typography_text_transform\":\"uppercase\",\"button_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"button_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"button_background_color\":\"rgba(0,41,73,0)\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_border_color\":\"#12e0b9\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tab_button_hover\":\"\",\"button_hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#12e0b9\",\"button_hover_border_color\":\"#12e0b9\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"-100\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"55\",\"bottom\":\"55\",\"left\":\"55\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_section_background\":\"\",\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"_box_shadow_box_shadow_type\":\"outset\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":\"50\",\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.19)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"mark_required\":\"yes\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"subscriber_already_exists_message\":\"Subscriber already exist.\",\"email_to\":\"dgebilaguin@gmail.com\",\"email_subject\":\"New message from \\\"Wanderfuls\\\"\",\"email_from\":\"email@sub.morganrand.com\",\"email_from_name\":\"Wanderfuls\",\"email_to_2\":\"dgebilaguin@gmail.com\",\"email_subject_2\":\"New message from \\\"Wanderfuls\\\"\",\"email_from_2\":\"email@sub.morganrand.com\",\"email_from_name_2\":\"Wanderfuls\",\"email_reply_to_2\":\"dgebilaguin@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78f75450\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#464646\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"42bcc862\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1bd15425\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"7o3b1fs\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"7mj1o4u\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-google-plus\",\"_id\":\"7b6sjw9\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"0wh417m\"},{\"social\":\"fa fa-tumblr\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"agdym3r\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"rgba(0,0,0,0)\",\"icon_size\":{\"unit\":\"px\",\"size\":30},\"icon_spacing\":{\"unit\":\"px\",\"size\":14},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":25},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(580,120,'_elementor_css','a:4:{s:4:\"time\";i:1553151311;s:5:\"fonts\";a:2:{i:0;s:16:\"Playfair Display\";i:1;s:6:\"Roboto\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(582,121,'_elementor_edit_mode','builder'),(583,121,'_elementor_template_type','post'),(584,121,'_elementor_version','2.5.9'),(585,121,'_wp_page_template','default'),(586,121,'_elementor_page_settings','a:12:{s:21:\"background_color_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:23:\"background_color_b_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:25:\"background_gradient_angle\";a:3:{s:4:\"unit\";s:3:\"deg\";s:4:\"size\";i:180;s:5:\"sizes\";a:0:{}}s:15:\"background_xpos\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_xpos_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_xpos_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:15:\"background_ypos\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_ypos_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_ypos_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:19:\"background_bg_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:26:\"background_bg_width_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:26:\"background_bg_width_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}}'),(587,121,'_elementor_data','[{\"id\":\"4fbeaffe\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":80},\"background_background\":\"classic\",\"background_image\":{\"id\":43,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/selection.gif\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":70},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":100},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"rgba(58,58,58,0.87)\"},\"elements\":[{\"id\":\"6232b1d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4908604e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Wanderfuls \\u2122\",\"title_color\":\"#e5329f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":70},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":60},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":65},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":53},\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3ac5eddb\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#e5329f\",\"width\":{\"unit\":\"%\",\"size\":30},\"align_mobile\":\"center\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"30c648f2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h1>Centerpiece and Party Favors in One!<\\/h1>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4f7aa0c4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Shop Now\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"background_color\":\"rgba(18,224,185,0)\",\"button_background_hover_color\":\"#e5329f\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e5329f\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"align_mobile\":\"center\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7d32eef3\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1300},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"80\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"5638e058\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"736df2ea\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-check-circle\",\"title_text\":\"Centerpieces That Double as Party Favors\",\"description_text\":\"Wanderfuls are designed to become an interactive part of your special day. What guest could forget the moment they remove their party favor from the centerpiece? <br\\/><br\\/> The Wanderfuls connect your guests to each other and to the magical moments of the event. These unique and memorable candy centerpieces are perfect for those once in a lifetime special events.\",\"position\":\"left\",\"primary_color\":\"#e5329f\",\"icon_space\":{\"unit\":\"px\",\"size\":18},\"icon_size\":{\"unit\":\"px\",\"size\":40},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#e5329f\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"title_size\":\"h2\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"25da2a06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6347ecab\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-check-circle\",\"title_text\":\"Customize and Design Your Own Centerpiece!\",\"description_text\":\"Designing your Centerpieces is fun and easy! Simply call us. We will make your centerpiece colors magically appears on your screen. You get to choose from dozens of fun decorator colors and scrumptious candy fillings.\",\"position\":\"left\",\"primary_color\":\"#e5329f\",\"icon_space\":{\"unit\":\"px\",\"size\":18},\"icon_size\":{\"unit\":\"px\",\"size\":40},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#e5329f\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"title_size\":\"h2\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"1fdab9e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"71961474\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-check-circle\",\"title_text\":\"Centerpiece Ideas for All Types of Party\",\"description_text\":\"More than just traditional flower table decors for your special events. Wanderfuls gives you unique birthday centerpiece, graduation centerpiece, banquet centerpiece, anniversaries, holidays, and more... <br\\/> <br\\/>This is something so different and unique your guest will be amazed! These table decorations will create cherished memories that you and your guest will surely remember!\",\"position\":\"left\",\"primary_color\":\"#e5329f\",\"icon_space\":{\"unit\":\"px\",\"size\":18},\"icon_size\":{\"unit\":\"px\",\"size\":40},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#e5329f\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"title_size\":\"h2\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d1f7025\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"2145ac84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"26ba543f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":75,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/052.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":70}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"a267532\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"384c366\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":76,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/155.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInDown\",\"space_tablet\":{\"unit\":\"%\",\"size\":34}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5ef36f13\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4be938f7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":77,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/11.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":33}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"68e5fd64\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"reverse_order_mobile\":\"reverse-mobile\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"15d8ab03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"287b019c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":78,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/12.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":30}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"13e581e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77a94fa\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":79,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/13.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInDown\",\"space_tablet\":{\"unit\":\"%\",\"size\":50},\"space_mobile\":{\"unit\":\"%\",\"size\":40}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"438d7c75\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"11076dfb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":80,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/255.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":85}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4344a0bd\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"40237ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1498afcf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":81,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/3-5.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":50},\"space_mobile\":{\"unit\":\"%\",\"size\":40}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"127e57cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3f39b887\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":82,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/535.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInDown\",\"space_tablet\":{\"unit\":\"%\",\"size\":70}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"79ffa662\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4d0a9838\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":83,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/8.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":30}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24014d06\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"custom_height\":{\"unit\":\"vh\",\"size\":70},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"structure\":\"20\",\"background_color\":\"#464646\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"326b3892\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_inline_size_tablet\":60,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1c8538fc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Working Process\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5c32583a\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#12e0b9\",\"width\":{\"unit\":\"%\",\"size\":30},\"align_mobile\":\"center\",\"gap_tablet\":{\"unit\":\"px\",\"size\":2}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130350bc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation X is on the runway heading towards a streamlined cloud solution. User generated content in real-time will have multiple touchpoints for offshoring.\\u00a0Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"typography_font_weight\":\"300\",\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ff32be7\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Studio Tour\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"background_color\":\"rgba(18,224,185,0)\",\"button_background_hover_color\":\"#12e0b9\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#12e0b9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"35cd55ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.685,\"_inline_size_tablet\":40,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"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\":\"764b3d67\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"image\":{\"id\":84,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/36.png\"},\"_id\":\"fbe66s4\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":85,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/architecture_3.jpg\"},\"_id\":\"593jh4m\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":86,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/3-1.png\"},\"_id\":\"2u0yeyx\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":87,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/201.jpg\"},\"_id\":\"f6v9odr\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":88,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/15-1.png\"},\"_id\":\"675a0h3\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"slides_per_view\":\"1\",\"height\":{\"unit\":\"px\",\"size\":530},\"width\":{\"unit\":\"%\",\"size\":85},\"show_arrows\":\"\",\"pagination_color\":\"#12e0b9\",\"slides_per_view_tablet\":\"1\",\"height_tablet\":{\"unit\":\"px\",\"size\":390},\"height_mobile\":{\"unit\":\"px\",\"size\":317},\"width_tablet\":{\"unit\":\"px\",\"size\":279},\"width_mobile\":{\"unit\":\"px\",\"size\":309}},\"elements\":[],\"widgetType\":\"media-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"36850847\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"300\",\"bottom\":\"30\",\"left\":\"300\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"376ba3cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1625f748\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet The Team\",\"title_color\":\"#464646\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"330044e1\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#12e0b9\",\"width\":{\"unit\":\"%\",\"size\":20},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4abba146\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide with additional clickthroughs from nanotechnology immersion DevOps.\\u00a0<\\/p>\",\"text_color\":\"#464646\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"align\":\"center\",\"typography_font_weight\":\"300\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"510bcff7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"2\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeIn\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"1578775a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"54e21678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":89,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/5-2.png\"},\"caption\":\" Neil Gaiman - CTO\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_background_hover_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"354dcc3\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"2b51225d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"201869d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":90,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/Untitled-4.png\"},\"caption\":\"Nikki Gooley - HR\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2bcfde60\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-google-plus\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"3c589058\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"97c1b98\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":91,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/5Untitled-4.png\"},\"caption\":\"Laurence Fishburne - CFO\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3fb56041\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"50f14028\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"4d09980d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":92,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/54.png\"},\"caption\":\"Kym Barrett - CMO\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"289b5da5\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14739a62\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"100\",\"left\":\"40\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"1e16682f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"67d5162c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":93,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/63853.png\"},\"caption\":\"Gloria Foster - UI Designer\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"636f97f3\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-dribbble\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-behance\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"3a9ba12c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"61d4bc8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":94,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/86.png\"},\"caption\":\"Jean Reno - UX Expert\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"26b438b0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"4a8ecd13\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"3e0714c9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":95,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/452.png\"},\"caption\":\"Bel McClory - UX Designer\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"39b7896c\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-dribbble\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"5c2300\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"70724d5c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":96,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/525.png\"},\"caption\":\"Matt Doran - Project manager\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3002c6d4\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-google-plus\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e93eab\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"column_position\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"none\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"7d9461e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"150\",\"left\":\"50\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"4628be1c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#464646\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align\":\"left\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"header_size\":\"h3\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"335c67e1\",\"elType\":\"widget\",\"settings\":{\"section_divider\":\"\",\"weight\":{\"unit\":\"px\",\"size\":\"3\"},\"color\":\"#12e0b9\",\"width\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"center\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5f2f3ba8\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon_list\":[{\"text\":\"+44 20 5540 1234\",\"icon\":\"fa fa-phone\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"kxo82hb\"},{\"text\":\"+44 35 9998 3245\",\"icon\":\"fa fa-mobile-phone\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"89z2tky\"},{\"text\":\"+44 20 5540 4433\",\"icon\":\"fa fa-fax\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"zi1l66f\"}],\"section_icon_style\":\"\",\"icon_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":30},\"icon_align_mobile\":\"center\",\"section_text_style\":\"\",\"text_indent\":{\"unit\":\"px\",\"size\":15},\"text_color\":\"#777777\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":2.3},\"icon_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"icon_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"space_between\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"34115220\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"background_size\":\"cover\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"background_overlay_background\":\"none\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.71},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"120\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"45\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"69e17028\",\"elType\":\"widget\",\"settings\":{\"section_form_fields\":\"\",\"form_name\":\"Sample Form\",\"form_fields\":[{\"field_type\":\"text\",\"field_label\":\"Name\",\"placeholder\":\"Name\",\"width\":\"33\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"qi8lqp1\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"email\",\"required\":true,\"field_label\":\"Email\",\"placeholder\":\"Email\",\"width\":\"33\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"8b28ttw\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"tel\",\"field_label\":\"Tel\",\"placeholder\":\"Tel\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width\":\"33\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"2gd0qrk\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"textarea\",\"field_label\":\"Message\",\"placeholder\":\"Message\",\"width\":\"100\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":\"6\",\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"1qsba9v\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"}],\"input_size\":\"md\",\"show_labels\":\"\",\"section_submit_button\":\"\",\"button_text\":\"Send\",\"button_size\":\"md\",\"section_form_options\":\"\",\"send_html\":\"\",\"success_message\":\"The message was sent successfully!\",\"error_message\":\"There\'s something wrong... Please fill in the required fields.\",\"required_field_message\":\"Required\",\"invalid_message\":\"There\'s something wrong... The form is invalid.\",\"section_form_style\":\"\",\"column_gap\":{\"unit\":\"px\",\"size\":\"20\"},\"row_gap\":{\"unit\":\"px\",\"size\":\"20\"},\"heading_label\":\"\",\"label_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"label_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"section_field_style\":\"\",\"field_text_color\":\"#464646\",\"field_typography_typography\":\"custom\",\"field_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"field_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"field_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"field_background_color\":\"rgba(191,201,209,0.26)\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_button_style\":\"\",\"tabs_button_style\":\"\",\"tab_button_normal\":\"\",\"button_text_color\":\"#464646\",\"button_typography_typography\":\"custom\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"button_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13},\"button_typography_text_transform\":\"uppercase\",\"button_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"button_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"button_background_color\":\"rgba(0,41,73,0)\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_border_color\":\"#12e0b9\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tab_button_hover\":\"\",\"button_hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#12e0b9\",\"button_hover_border_color\":\"#12e0b9\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"-100\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"55\",\"bottom\":\"55\",\"left\":\"55\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_section_background\":\"\",\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"_box_shadow_box_shadow_type\":\"outset\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":\"50\",\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.19)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"mark_required\":\"yes\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"subscriber_already_exists_message\":\"Subscriber already exist.\",\"email_to\":\"dgebilaguin@gmail.com\",\"email_subject\":\"New message from \\\"Wanderfuls\\\"\",\"email_from\":\"email@sub.morganrand.com\",\"email_from_name\":\"Wanderfuls\",\"email_to_2\":\"dgebilaguin@gmail.com\",\"email_subject_2\":\"New message from \\\"Wanderfuls\\\"\",\"email_from_2\":\"email@sub.morganrand.com\",\"email_from_name_2\":\"Wanderfuls\",\"email_reply_to_2\":\"dgebilaguin@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2cb91d0b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#464646\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"3612d8be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7f59e782\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"7o3b1fs\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"7mj1o4u\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-google-plus\",\"_id\":\"7b6sjw9\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"0wh417m\"},{\"social\":\"fa fa-tumblr\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"agdym3r\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"rgba(0,0,0,0)\",\"icon_size\":{\"unit\":\"px\",\"size\":30},\"icon_spacing\":{\"unit\":\"px\",\"size\":14},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":25},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"712cfb58\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":80},\"background_background\":\"classic\",\"background_image\":{\"id\":\"74\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/1-1.png\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":70},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":100},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"4f893844\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"700\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4afb101a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome To Dynamic Studio\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":70},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":60},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":65},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":53},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5d96f0b3\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#12e0b9\",\"width\":{\"unit\":\"%\",\"size\":30},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b19602d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Leverage agile frameworks to provide a robust synopsis for high level overviews. Iterative approaches to corporate strategy foster collaborative thinking to further the overall value proposition.\\u00a0<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"29ffbaea\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Studio Tour\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"background_color\":\"rgba(18,224,185,0)\",\"button_background_hover_color\":\"#12e0b9\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#12e0b9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"57e2deba\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1300},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"5f5f1d89\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2181c069\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-desktop\",\"title_text\":\"Web design\",\"description_text\":\"Leverage agile frameworks to provide a robust synopsis for high level overviews iterative approaches.\",\"position\":\"left\",\"primary_color\":\"#464646\",\"icon_space\":{\"unit\":\"px\",\"size\":20},\"icon_size\":{\"unit\":\"px\",\"size\":30},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#464646\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":0.5},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"6728d0b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c7620e\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-bandcamp\",\"title_text\":\"Branding\",\"description_text\":\"Leverage agile frameworks to provide a robust synopsis for high level overviews iterative approaches.\",\"position\":\"left\",\"primary_color\":\"#464646\",\"icon_space\":{\"unit\":\"px\",\"size\":20},\"icon_size\":{\"unit\":\"px\",\"size\":30},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#464646\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":0.5},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"2005df3f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"331af173\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-black-tie\",\"title_text\":\"Advertising \",\"description_text\":\"Leverage agile frameworks to provide a robust synopsis for high level overviews iterative approaches.\",\"position\":\"left\",\"primary_color\":\"#464646\",\"icon_space\":{\"unit\":\"px\",\"size\":20},\"icon_size\":{\"unit\":\"px\",\"size\":30},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#464646\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":0.5},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34f7ca3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"53180d28\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"210d0044\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"75\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/052.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":70}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"75f71690\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"52dd27a7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"76\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/155.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInDown\",\"space_tablet\":{\"unit\":\"%\",\"size\":34}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1d286c54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7e988294\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"77\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/11.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":33}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bfad4f8\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"reverse_order_mobile\":\"reverse-mobile\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"54dab58\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"602431b2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"78\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/12.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":30}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"72b34256\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"48bedce6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"79\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/13.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInDown\",\"space_tablet\":{\"unit\":\"%\",\"size\":50},\"space_mobile\":{\"unit\":\"%\",\"size\":40}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1db5c039\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1e81a021\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"80\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/255.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":85}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"58a96512\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"23a12e0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31f99ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"81\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/3-5.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":50},\"space_mobile\":{\"unit\":\"%\",\"size\":40}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d9004e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"26d24c6d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"82\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/535.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInDown\",\"space_tablet\":{\"unit\":\"%\",\"size\":70}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4693d20\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e9c3e25\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"83\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/8.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":30}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"666c8460\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"custom_height\":{\"unit\":\"vh\",\"size\":70},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"structure\":\"20\",\"background_color\":\"#464646\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"335192ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_inline_size_tablet\":60,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"189bf90f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Working Process\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"53f27564\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#12e0b9\",\"width\":{\"unit\":\"%\",\"size\":30},\"align_mobile\":\"center\",\"gap_tablet\":{\"unit\":\"px\",\"size\":2}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"49d6606a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation X is on the runway heading towards a streamlined cloud solution. User generated content in real-time will have multiple touchpoints for offshoring.\\u00a0Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"typography_font_weight\":\"300\",\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3a1db978\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Studio Tour\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"background_color\":\"rgba(18,224,185,0)\",\"button_background_hover_color\":\"#12e0b9\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#12e0b9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"21468a29\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.685,\"_inline_size_tablet\":40,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"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\":\"539dc278\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"image\":{\"id\":\"84\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/36.png\"},\"_id\":\"fbe66s4\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":\"85\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/architecture_3.jpg\"},\"_id\":\"593jh4m\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":\"86\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/3-1.png\"},\"_id\":\"2u0yeyx\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":\"87\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/201.jpg\"},\"_id\":\"f6v9odr\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":\"88\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/15-1.png\"},\"_id\":\"675a0h3\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"slides_per_view\":\"1\",\"height\":{\"unit\":\"px\",\"size\":530},\"width\":{\"unit\":\"%\",\"size\":85},\"show_arrows\":\"\",\"pagination_color\":\"#12e0b9\",\"slides_per_view_tablet\":\"1\",\"height_tablet\":{\"unit\":\"px\",\"size\":390},\"height_mobile\":{\"unit\":\"px\",\"size\":317},\"width_tablet\":{\"unit\":\"px\",\"size\":279},\"width_mobile\":{\"unit\":\"px\",\"size\":309}},\"elements\":[],\"widgetType\":\"media-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c06908a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"300\",\"bottom\":\"30\",\"left\":\"300\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"46bbaee0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"73a3a1b8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet The Team\",\"title_color\":\"#464646\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"792968e3\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#12e0b9\",\"width\":{\"unit\":\"%\",\"size\":20},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77984a4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide with additional clickthroughs from nanotechnology immersion DevOps.\\u00a0<\\/p>\",\"text_color\":\"#464646\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"align\":\"center\",\"typography_font_weight\":\"300\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad5e302\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"2\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeIn\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"692efcdf\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d709b34\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"89\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/5-2.png\"},\"caption\":\" Neil Gaiman - CTO\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_background_hover_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"45543174\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"6e7ca837\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"c017d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"90\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/Untitled-4.png\"},\"caption\":\"Nikki Gooley - HR\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"25786326\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-google-plus\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"cfe4858\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"497ef4be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"91\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/5Untitled-4.png\"},\"caption\":\"Laurence Fishburne - CFO\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"182ba57c\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"101de245\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"6734b4f7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"92\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/54.png\"},\"caption\":\"Kym Barrett - CMO\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24267a74\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d1290b2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"100\",\"left\":\"40\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"79722127\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"4af8c6e1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"93\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/63853.png\"},\"caption\":\"Gloria Foster - UI Designer\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5dade72a\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-dribbble\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-behance\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"120e1a36\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"4f620401\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"94\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/86.png\"},\"caption\":\"Jean Reno - UX Expert\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36574c3c\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"4c2bd3af\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"23547965\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"95\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/452.png\"},\"caption\":\"Bel McClory - UX Designer\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2daca6\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-dribbble\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"6d725dd8\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"56a60c52\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"96\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/525.png\"},\"caption\":\"Matt Doran - Project manager\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"53cb6f1e\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-google-plus\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"537ef12a\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"column_position\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"none\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"e2abfb6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"150\",\"left\":\"50\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"476f10d6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#464646\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align\":\"left\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"header_size\":\"h3\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"669bc6bc\",\"elType\":\"widget\",\"settings\":{\"section_divider\":\"\",\"weight\":{\"unit\":\"px\",\"size\":\"3\"},\"color\":\"#12e0b9\",\"width\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"center\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"448c1556\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon_list\":[{\"text\":\"+44 20 5540 1234\",\"icon\":\"fa fa-phone\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"kxo82hb\"},{\"text\":\"+44 35 9998 3245\",\"icon\":\"fa fa-mobile-phone\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"89z2tky\"},{\"text\":\"+44 20 5540 4433\",\"icon\":\"fa fa-fax\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"zi1l66f\"}],\"section_icon_style\":\"\",\"icon_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":30},\"icon_align_mobile\":\"center\",\"section_text_style\":\"\",\"text_indent\":{\"unit\":\"px\",\"size\":15},\"text_color\":\"#777777\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":2.3},\"icon_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"icon_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"space_between\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"41fcb08a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"background_size\":\"cover\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"background_overlay_background\":\"none\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.71},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"120\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"45\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"32a25746\",\"elType\":\"widget\",\"settings\":{\"section_form_fields\":\"\",\"form_name\":\"Sample Form\",\"form_fields\":[{\"field_type\":\"text\",\"field_label\":\"Name\",\"placeholder\":\"Name\",\"width\":\"33\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"qi8lqp1\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"email\",\"required\":true,\"field_label\":\"Email\",\"placeholder\":\"Email\",\"width\":\"33\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"8b28ttw\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"tel\",\"field_label\":\"Tel\",\"placeholder\":\"Tel\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width\":\"33\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"2gd0qrk\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"textarea\",\"field_label\":\"Message\",\"placeholder\":\"Message\",\"width\":\"100\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":\"6\",\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"1qsba9v\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"}],\"input_size\":\"md\",\"show_labels\":\"\",\"section_submit_button\":\"\",\"button_text\":\"Send\",\"button_size\":\"md\",\"section_form_options\":\"\",\"send_html\":\"\",\"success_message\":\"The message was sent successfully!\",\"error_message\":\"There\'s something wrong... Please fill in the required fields.\",\"required_field_message\":\"Required\",\"invalid_message\":\"There\'s something wrong... The form is invalid.\",\"section_form_style\":\"\",\"column_gap\":{\"unit\":\"px\",\"size\":\"20\"},\"row_gap\":{\"unit\":\"px\",\"size\":\"20\"},\"heading_label\":\"\",\"label_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"label_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"section_field_style\":\"\",\"field_text_color\":\"#464646\",\"field_typography_typography\":\"custom\",\"field_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"field_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"field_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"field_background_color\":\"rgba(191,201,209,0.26)\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_button_style\":\"\",\"tabs_button_style\":\"\",\"tab_button_normal\":\"\",\"button_text_color\":\"#464646\",\"button_typography_typography\":\"custom\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"button_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13},\"button_typography_text_transform\":\"uppercase\",\"button_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"button_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"button_background_color\":\"rgba(0,41,73,0)\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_border_color\":\"#12e0b9\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tab_button_hover\":\"\",\"button_hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#12e0b9\",\"button_hover_border_color\":\"#12e0b9\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"-100\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"55\",\"bottom\":\"55\",\"left\":\"55\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_section_background\":\"\",\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"_box_shadow_box_shadow_type\":\"outset\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":\"50\",\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.19)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"mark_required\":\"yes\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"subscriber_already_exists_message\":\"Subscriber already exist.\",\"email_to\":\"dgebilaguin@gmail.com\",\"email_subject\":\"New message from \\\"Wanderfuls\\\"\",\"email_from\":\"email@sub.morganrand.com\",\"email_from_name\":\"Wanderfuls\",\"email_to_2\":\"dgebilaguin@gmail.com\",\"email_subject_2\":\"New message from \\\"Wanderfuls\\\"\",\"email_from_2\":\"email@sub.morganrand.com\",\"email_from_name_2\":\"Wanderfuls\",\"email_reply_to_2\":\"dgebilaguin@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78f75450\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#464646\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"42bcc862\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1bd15425\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"7o3b1fs\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"7mj1o4u\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-google-plus\",\"_id\":\"7b6sjw9\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"0wh417m\"},{\"social\":\"fa fa-tumblr\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"agdym3r\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"rgba(0,0,0,0)\",\"icon_size\":{\"unit\":\"px\",\"size\":30},\"icon_spacing\":{\"unit\":\"px\",\"size\":14},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":25},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(588,121,'_elementor_css','a:4:{s:4:\"time\";i:1553151357;s:5:\"fonts\";a:2:{i:0;s:16:\"Playfair Display\";i:1;s:6:\"Roboto\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(604,123,'_elementor_data','[{\"id\":\"4fbeaffe\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":80},\"background_background\":\"classic\",\"background_image\":{\"id\":43,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/selection.gif\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":70},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":100},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"rgba(58,58,58,0.87)\"},\"elements\":[{\"id\":\"6232b1d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4908604e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Wanderfuls \\u2122\",\"title_color\":\"#e5329f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":70},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":60},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":65},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":53},\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3ac5eddb\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#e5329f\",\"width\":{\"unit\":\"%\",\"size\":30},\"align_mobile\":\"center\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"30c648f2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Centerpiece and Party Favors in One!<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4f7aa0c4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Shop Now\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"background_color\":\"rgba(18,224,185,0)\",\"button_background_hover_color\":\"#e5329f\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e5329f\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"align_mobile\":\"center\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7d32eef3\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1300},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"80\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"5638e058\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"736df2ea\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-check-circle\",\"title_text\":\"Centerpieces That Double as Party Favors\",\"description_text\":\"Wanderfuls are designed to become an interactive part of your special day. What guest could forget the moment they remove their party favor from the centerpiece? <br\\/><br\\/> The Wanderfuls connect your guests to each other and to the magical moments of the event. These unique and memorable candy centerpieces are perfect for those once in a lifetime special events.\",\"position\":\"left\",\"primary_color\":\"#e5329f\",\"icon_space\":{\"unit\":\"px\",\"size\":18},\"icon_size\":{\"unit\":\"px\",\"size\":40},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#e5329f\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"title_size\":\"h2\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"25da2a06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6347ecab\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-check-circle\",\"title_text\":\"Customize and Design Your Own Centerpiece!\",\"description_text\":\"Our in-house designers will guide you through our customizable options, creating the perfect bouquet for the mood or theme of your event. Explore the different combinations and see them placed on a bouquet, until you find a design that you love!\\n<br\\/><br\\/>\\nChoose a coordinating color for the ribbon which spirals elegantly around and down the wand. For an extra special touch , you can choose to have imprinting on your Wanderfuls.\",\"position\":\"left\",\"primary_color\":\"#e5329f\",\"icon_space\":{\"unit\":\"px\",\"size\":18},\"icon_size\":{\"unit\":\"px\",\"size\":40},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#e5329f\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"title_size\":\"h2\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"1fdab9e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"71961474\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-check-circle\",\"title_text\":\"Centerpiece Ideas for All Types of Party\",\"description_text\":\"More than just traditional flower table decors for your special events. Wanderfuls gives you unique birthday centerpiece, graduation centerpiece, banquet centerpiece, anniversaries, holidays, and more... <br\\/> <br\\/>This is something so different and unique your guest will be amazed! These table decorations will create cherished memories that you and your guest will surely remember!\",\"position\":\"left\",\"primary_color\":\"#e5329f\",\"icon_space\":{\"unit\":\"px\",\"size\":18},\"icon_size\":{\"unit\":\"px\",\"size\":40},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#e5329f\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"title_size\":\"h2\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d1f7025\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"2145ac84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"26ba543f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":75,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/052.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":70}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"a267532\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"384c366\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":76,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/155.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInDown\",\"space_tablet\":{\"unit\":\"%\",\"size\":34}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5ef36f13\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4be938f7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":77,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/11.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":33}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"68e5fd64\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"reverse_order_mobile\":\"reverse-mobile\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"15d8ab03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"287b019c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":78,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/12.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":30}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"13e581e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77a94fa\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":79,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/13.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInDown\",\"space_tablet\":{\"unit\":\"%\",\"size\":50},\"space_mobile\":{\"unit\":\"%\",\"size\":40}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"438d7c75\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"11076dfb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":80,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/255.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":85}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4344a0bd\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"40237ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1498afcf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":81,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/3-5.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":50},\"space_mobile\":{\"unit\":\"%\",\"size\":40}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"127e57cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3f39b887\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":82,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/535.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInDown\",\"space_tablet\":{\"unit\":\"%\",\"size\":70}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"79ffa662\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4d0a9838\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":83,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/8.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":30}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24014d06\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"custom_height\":{\"unit\":\"vh\",\"size\":70},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"structure\":\"20\",\"background_color\":\"#464646\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"326b3892\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_inline_size_tablet\":60,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1c8538fc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Working Process\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5c32583a\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#12e0b9\",\"width\":{\"unit\":\"%\",\"size\":30},\"align_mobile\":\"center\",\"gap_tablet\":{\"unit\":\"px\",\"size\":2}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130350bc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation X is on the runway heading towards a streamlined cloud solution. User generated content in real-time will have multiple touchpoints for offshoring.\\u00a0Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"typography_font_weight\":\"300\",\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ff32be7\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Studio Tour\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"background_color\":\"rgba(18,224,185,0)\",\"button_background_hover_color\":\"#12e0b9\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#12e0b9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"35cd55ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.685,\"_inline_size_tablet\":40,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"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\":\"764b3d67\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"image\":{\"id\":84,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/36.png\"},\"_id\":\"fbe66s4\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":85,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/architecture_3.jpg\"},\"_id\":\"593jh4m\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":86,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/3-1.png\"},\"_id\":\"2u0yeyx\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":87,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/201.jpg\"},\"_id\":\"f6v9odr\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":88,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/15-1.png\"},\"_id\":\"675a0h3\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"slides_per_view\":\"1\",\"height\":{\"unit\":\"px\",\"size\":530},\"width\":{\"unit\":\"%\",\"size\":85},\"show_arrows\":\"\",\"pagination_color\":\"#12e0b9\",\"slides_per_view_tablet\":\"1\",\"height_tablet\":{\"unit\":\"px\",\"size\":390},\"height_mobile\":{\"unit\":\"px\",\"size\":317},\"width_tablet\":{\"unit\":\"px\",\"size\":279},\"width_mobile\":{\"unit\":\"px\",\"size\":309}},\"elements\":[],\"widgetType\":\"media-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"36850847\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"300\",\"bottom\":\"30\",\"left\":\"300\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"376ba3cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1625f748\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet The Team\",\"title_color\":\"#464646\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"330044e1\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#12e0b9\",\"width\":{\"unit\":\"%\",\"size\":20},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4abba146\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide with additional clickthroughs from nanotechnology immersion DevOps.\\u00a0<\\/p>\",\"text_color\":\"#464646\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"align\":\"center\",\"typography_font_weight\":\"300\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"510bcff7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"2\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeIn\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"1578775a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"54e21678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":89,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/5-2.png\"},\"caption\":\" Neil Gaiman - CTO\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_background_hover_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"354dcc3\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"2b51225d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"201869d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":90,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/Untitled-4.png\"},\"caption\":\"Nikki Gooley - HR\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2bcfde60\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-google-plus\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"3c589058\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"97c1b98\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":91,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/5Untitled-4.png\"},\"caption\":\"Laurence Fishburne - CFO\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3fb56041\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"50f14028\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"4d09980d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":92,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/54.png\"},\"caption\":\"Kym Barrett - CMO\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"289b5da5\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14739a62\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"100\",\"left\":\"40\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"1e16682f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"67d5162c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":93,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/63853.png\"},\"caption\":\"Gloria Foster - UI Designer\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"636f97f3\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-dribbble\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-behance\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"3a9ba12c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"61d4bc8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":94,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/86.png\"},\"caption\":\"Jean Reno - UX Expert\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"26b438b0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"4a8ecd13\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"3e0714c9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":95,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/452.png\"},\"caption\":\"Bel McClory - UX Designer\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"39b7896c\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-dribbble\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"5c2300\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"70724d5c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":96,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/525.png\"},\"caption\":\"Matt Doran - Project manager\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3002c6d4\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-google-plus\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e93eab\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"column_position\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"none\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"7d9461e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"150\",\"left\":\"50\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"4628be1c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#464646\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align\":\"left\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"header_size\":\"h3\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"335c67e1\",\"elType\":\"widget\",\"settings\":{\"section_divider\":\"\",\"weight\":{\"unit\":\"px\",\"size\":\"3\"},\"color\":\"#12e0b9\",\"width\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"center\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5f2f3ba8\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon_list\":[{\"text\":\"+44 20 5540 1234\",\"icon\":\"fa fa-phone\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"kxo82hb\"},{\"text\":\"+44 35 9998 3245\",\"icon\":\"fa fa-mobile-phone\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"89z2tky\"},{\"text\":\"+44 20 5540 4433\",\"icon\":\"fa fa-fax\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"zi1l66f\"}],\"section_icon_style\":\"\",\"icon_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":30},\"icon_align_mobile\":\"center\",\"section_text_style\":\"\",\"text_indent\":{\"unit\":\"px\",\"size\":15},\"text_color\":\"#777777\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":2.3},\"icon_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"icon_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"space_between\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"34115220\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"background_size\":\"cover\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"background_overlay_background\":\"none\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.71},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"120\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"45\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"69e17028\",\"elType\":\"widget\",\"settings\":{\"section_form_fields\":\"\",\"form_name\":\"Sample Form\",\"form_fields\":[{\"field_type\":\"text\",\"field_label\":\"Name\",\"placeholder\":\"Name\",\"width\":\"33\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"qi8lqp1\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"email\",\"required\":true,\"field_label\":\"Email\",\"placeholder\":\"Email\",\"width\":\"33\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"8b28ttw\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"tel\",\"field_label\":\"Tel\",\"placeholder\":\"Tel\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width\":\"33\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"2gd0qrk\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"textarea\",\"field_label\":\"Message\",\"placeholder\":\"Message\",\"width\":\"100\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":\"6\",\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"1qsba9v\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"}],\"input_size\":\"md\",\"show_labels\":\"\",\"section_submit_button\":\"\",\"button_text\":\"Send\",\"button_size\":\"md\",\"section_form_options\":\"\",\"send_html\":\"\",\"success_message\":\"The message was sent successfully!\",\"error_message\":\"There\'s something wrong... Please fill in the required fields.\",\"required_field_message\":\"Required\",\"invalid_message\":\"There\'s something wrong... The form is invalid.\",\"section_form_style\":\"\",\"column_gap\":{\"unit\":\"px\",\"size\":\"20\"},\"row_gap\":{\"unit\":\"px\",\"size\":\"20\"},\"heading_label\":\"\",\"label_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"label_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"section_field_style\":\"\",\"field_text_color\":\"#464646\",\"field_typography_typography\":\"custom\",\"field_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"field_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"field_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"field_background_color\":\"rgba(191,201,209,0.26)\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_button_style\":\"\",\"tabs_button_style\":\"\",\"tab_button_normal\":\"\",\"button_text_color\":\"#464646\",\"button_typography_typography\":\"custom\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"button_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13},\"button_typography_text_transform\":\"uppercase\",\"button_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"button_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"button_background_color\":\"rgba(0,41,73,0)\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_border_color\":\"#12e0b9\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tab_button_hover\":\"\",\"button_hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#12e0b9\",\"button_hover_border_color\":\"#12e0b9\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"-100\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"55\",\"bottom\":\"55\",\"left\":\"55\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_section_background\":\"\",\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"_box_shadow_box_shadow_type\":\"outset\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":\"50\",\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.19)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"mark_required\":\"yes\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"subscriber_already_exists_message\":\"Subscriber already exist.\",\"email_to\":\"dgebilaguin@gmail.com\",\"email_subject\":\"New message from \\\"Wanderfuls\\\"\",\"email_from\":\"email@sub.morganrand.com\",\"email_from_name\":\"Wanderfuls\",\"email_to_2\":\"dgebilaguin@gmail.com\",\"email_subject_2\":\"New message from \\\"Wanderfuls\\\"\",\"email_from_2\":\"email@sub.morganrand.com\",\"email_from_name_2\":\"Wanderfuls\",\"email_reply_to_2\":\"dgebilaguin@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2cb91d0b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#464646\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"3612d8be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7f59e782\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"7o3b1fs\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"7mj1o4u\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-google-plus\",\"_id\":\"7b6sjw9\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"0wh417m\"},{\"social\":\"fa fa-tumblr\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"agdym3r\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"rgba(0,0,0,0)\",\"icon_size\":{\"unit\":\"px\",\"size\":30},\"icon_spacing\":{\"unit\":\"px\",\"size\":14},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":25},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"712cfb58\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":80},\"background_background\":\"classic\",\"background_image\":{\"id\":\"74\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/1-1.png\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":70},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":100},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"4f893844\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"700\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4afb101a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome To Dynamic Studio\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":70},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":60},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":65},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":53},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5d96f0b3\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#12e0b9\",\"width\":{\"unit\":\"%\",\"size\":30},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b19602d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Leverage agile frameworks to provide a robust synopsis for high level overviews. Iterative approaches to corporate strategy foster collaborative thinking to further the overall value proposition.\\u00a0<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"29ffbaea\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Studio Tour\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"background_color\":\"rgba(18,224,185,0)\",\"button_background_hover_color\":\"#12e0b9\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#12e0b9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"57e2deba\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1300},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"5f5f1d89\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2181c069\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-desktop\",\"title_text\":\"Web design\",\"description_text\":\"Leverage agile frameworks to provide a robust synopsis for high level overviews iterative approaches.\",\"position\":\"left\",\"primary_color\":\"#464646\",\"icon_space\":{\"unit\":\"px\",\"size\":20},\"icon_size\":{\"unit\":\"px\",\"size\":30},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#464646\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":0.5},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"6728d0b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c7620e\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-bandcamp\",\"title_text\":\"Branding\",\"description_text\":\"Leverage agile frameworks to provide a robust synopsis for high level overviews iterative approaches.\",\"position\":\"left\",\"primary_color\":\"#464646\",\"icon_space\":{\"unit\":\"px\",\"size\":20},\"icon_size\":{\"unit\":\"px\",\"size\":30},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#464646\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":0.5},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"2005df3f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"331af173\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-black-tie\",\"title_text\":\"Advertising \",\"description_text\":\"Leverage agile frameworks to provide a robust synopsis for high level overviews iterative approaches.\",\"position\":\"left\",\"primary_color\":\"#464646\",\"icon_space\":{\"unit\":\"px\",\"size\":20},\"icon_size\":{\"unit\":\"px\",\"size\":30},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#464646\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":0.5},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34f7ca3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"53180d28\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"210d0044\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"75\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/052.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":70}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"75f71690\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"52dd27a7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"76\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/155.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInDown\",\"space_tablet\":{\"unit\":\"%\",\"size\":34}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1d286c54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7e988294\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"77\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/11.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":33}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bfad4f8\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"reverse_order_mobile\":\"reverse-mobile\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"54dab58\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"602431b2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"78\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/12.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":30}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"72b34256\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"48bedce6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"79\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/13.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInDown\",\"space_tablet\":{\"unit\":\"%\",\"size\":50},\"space_mobile\":{\"unit\":\"%\",\"size\":40}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1db5c039\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1e81a021\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"80\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/255.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":85}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"58a96512\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"23a12e0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31f99ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"81\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/3-5.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":50},\"space_mobile\":{\"unit\":\"%\",\"size\":40}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d9004e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"26d24c6d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"82\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/535.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInDown\",\"space_tablet\":{\"unit\":\"%\",\"size\":70}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4693d20\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e9c3e25\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"83\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/8.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":30}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"666c8460\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"custom_height\":{\"unit\":\"vh\",\"size\":70},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"structure\":\"20\",\"background_color\":\"#464646\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"335192ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_inline_size_tablet\":60,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"189bf90f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Working Process\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"53f27564\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#12e0b9\",\"width\":{\"unit\":\"%\",\"size\":30},\"align_mobile\":\"center\",\"gap_tablet\":{\"unit\":\"px\",\"size\":2}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"49d6606a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation X is on the runway heading towards a streamlined cloud solution. User generated content in real-time will have multiple touchpoints for offshoring.\\u00a0Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"typography_font_weight\":\"300\",\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3a1db978\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Studio Tour\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"background_color\":\"rgba(18,224,185,0)\",\"button_background_hover_color\":\"#12e0b9\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#12e0b9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"21468a29\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.685,\"_inline_size_tablet\":40,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"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\":\"539dc278\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"image\":{\"id\":\"84\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/36.png\"},\"_id\":\"fbe66s4\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":\"85\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/architecture_3.jpg\"},\"_id\":\"593jh4m\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":\"86\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/3-1.png\"},\"_id\":\"2u0yeyx\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":\"87\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/201.jpg\"},\"_id\":\"f6v9odr\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":\"88\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/15-1.png\"},\"_id\":\"675a0h3\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"slides_per_view\":\"1\",\"height\":{\"unit\":\"px\",\"size\":530},\"width\":{\"unit\":\"%\",\"size\":85},\"show_arrows\":\"\",\"pagination_color\":\"#12e0b9\",\"slides_per_view_tablet\":\"1\",\"height_tablet\":{\"unit\":\"px\",\"size\":390},\"height_mobile\":{\"unit\":\"px\",\"size\":317},\"width_tablet\":{\"unit\":\"px\",\"size\":279},\"width_mobile\":{\"unit\":\"px\",\"size\":309}},\"elements\":[],\"widgetType\":\"media-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c06908a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"300\",\"bottom\":\"30\",\"left\":\"300\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"46bbaee0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"73a3a1b8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet The Team\",\"title_color\":\"#464646\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"792968e3\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#12e0b9\",\"width\":{\"unit\":\"%\",\"size\":20},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77984a4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide with additional clickthroughs from nanotechnology immersion DevOps.\\u00a0<\\/p>\",\"text_color\":\"#464646\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"align\":\"center\",\"typography_font_weight\":\"300\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad5e302\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"2\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeIn\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"692efcdf\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d709b34\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"89\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/5-2.png\"},\"caption\":\" Neil Gaiman - CTO\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_background_hover_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"45543174\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"6e7ca837\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"c017d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"90\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/Untitled-4.png\"},\"caption\":\"Nikki Gooley - HR\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"25786326\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-google-plus\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"cfe4858\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"497ef4be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"91\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/5Untitled-4.png\"},\"caption\":\"Laurence Fishburne - CFO\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"182ba57c\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"101de245\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"6734b4f7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"92\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/54.png\"},\"caption\":\"Kym Barrett - CMO\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24267a74\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d1290b2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"100\",\"left\":\"40\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"79722127\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"4af8c6e1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"93\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/63853.png\"},\"caption\":\"Gloria Foster - UI Designer\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5dade72a\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-dribbble\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-behance\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"120e1a36\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"4f620401\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"94\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/86.png\"},\"caption\":\"Jean Reno - UX Expert\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36574c3c\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"4c2bd3af\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"23547965\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"95\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/452.png\"},\"caption\":\"Bel McClory - UX Designer\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2daca6\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-dribbble\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"6d725dd8\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"56a60c52\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"96\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/525.png\"},\"caption\":\"Matt Doran - Project manager\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"53cb6f1e\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-google-plus\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"537ef12a\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"column_position\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"none\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"e2abfb6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"150\",\"left\":\"50\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"476f10d6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#464646\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align\":\"left\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"header_size\":\"h3\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"669bc6bc\",\"elType\":\"widget\",\"settings\":{\"section_divider\":\"\",\"weight\":{\"unit\":\"px\",\"size\":\"3\"},\"color\":\"#12e0b9\",\"width\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"center\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"448c1556\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon_list\":[{\"text\":\"+44 20 5540 1234\",\"icon\":\"fa fa-phone\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"kxo82hb\"},{\"text\":\"+44 35 9998 3245\",\"icon\":\"fa fa-mobile-phone\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"89z2tky\"},{\"text\":\"+44 20 5540 4433\",\"icon\":\"fa fa-fax\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"zi1l66f\"}],\"section_icon_style\":\"\",\"icon_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":30},\"icon_align_mobile\":\"center\",\"section_text_style\":\"\",\"text_indent\":{\"unit\":\"px\",\"size\":15},\"text_color\":\"#777777\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":2.3},\"icon_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"icon_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"space_between\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"41fcb08a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"background_size\":\"cover\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"background_overlay_background\":\"none\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.71},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"120\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"45\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"32a25746\",\"elType\":\"widget\",\"settings\":{\"section_form_fields\":\"\",\"form_name\":\"Sample Form\",\"form_fields\":[{\"field_type\":\"text\",\"field_label\":\"Name\",\"placeholder\":\"Name\",\"width\":\"33\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"qi8lqp1\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"email\",\"required\":true,\"field_label\":\"Email\",\"placeholder\":\"Email\",\"width\":\"33\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"8b28ttw\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"tel\",\"field_label\":\"Tel\",\"placeholder\":\"Tel\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width\":\"33\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"2gd0qrk\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"textarea\",\"field_label\":\"Message\",\"placeholder\":\"Message\",\"width\":\"100\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":\"6\",\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"1qsba9v\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"}],\"input_size\":\"md\",\"show_labels\":\"\",\"section_submit_button\":\"\",\"button_text\":\"Send\",\"button_size\":\"md\",\"section_form_options\":\"\",\"send_html\":\"\",\"success_message\":\"The message was sent successfully!\",\"error_message\":\"There\'s something wrong... Please fill in the required fields.\",\"required_field_message\":\"Required\",\"invalid_message\":\"There\'s something wrong... The form is invalid.\",\"section_form_style\":\"\",\"column_gap\":{\"unit\":\"px\",\"size\":\"20\"},\"row_gap\":{\"unit\":\"px\",\"size\":\"20\"},\"heading_label\":\"\",\"label_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"label_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"section_field_style\":\"\",\"field_text_color\":\"#464646\",\"field_typography_typography\":\"custom\",\"field_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"field_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"field_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"field_background_color\":\"rgba(191,201,209,0.26)\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_button_style\":\"\",\"tabs_button_style\":\"\",\"tab_button_normal\":\"\",\"button_text_color\":\"#464646\",\"button_typography_typography\":\"custom\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"button_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13},\"button_typography_text_transform\":\"uppercase\",\"button_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"button_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"button_background_color\":\"rgba(0,41,73,0)\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_border_color\":\"#12e0b9\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tab_button_hover\":\"\",\"button_hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#12e0b9\",\"button_hover_border_color\":\"#12e0b9\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"-100\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"55\",\"bottom\":\"55\",\"left\":\"55\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_section_background\":\"\",\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"_box_shadow_box_shadow_type\":\"outset\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":\"50\",\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.19)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"mark_required\":\"yes\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"subscriber_already_exists_message\":\"Subscriber already exist.\",\"email_to\":\"dgebilaguin@gmail.com\",\"email_subject\":\"New message from \\\"Wanderfuls\\\"\",\"email_from\":\"email@sub.morganrand.com\",\"email_from_name\":\"Wanderfuls\",\"email_to_2\":\"dgebilaguin@gmail.com\",\"email_subject_2\":\"New message from \\\"Wanderfuls\\\"\",\"email_from_2\":\"email@sub.morganrand.com\",\"email_from_name_2\":\"Wanderfuls\",\"email_reply_to_2\":\"dgebilaguin@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78f75450\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#464646\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"42bcc862\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1bd15425\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"7o3b1fs\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"7mj1o4u\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-google-plus\",\"_id\":\"7b6sjw9\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"0wh417m\"},{\"social\":\"fa fa-tumblr\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"agdym3r\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"rgba(0,0,0,0)\",\"icon_size\":{\"unit\":\"px\",\"size\":30},\"icon_spacing\":{\"unit\":\"px\",\"size\":14},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":25},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(599,123,'_elementor_edit_mode','builder'),(600,123,'_elementor_template_type','post'),(601,123,'_elementor_version','2.5.9'),(602,123,'_wp_page_template','default'),(603,123,'_elementor_page_settings','a:12:{s:21:\"background_color_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:23:\"background_color_b_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:25:\"background_gradient_angle\";a:3:{s:4:\"unit\";s:3:\"deg\";s:4:\"size\";i:180;s:5:\"sizes\";a:0:{}}s:15:\"background_xpos\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_xpos_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_xpos_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:15:\"background_ypos\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_ypos_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_ypos_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:19:\"background_bg_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:26:\"background_bg_width_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:26:\"background_bg_width_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}}'),(605,123,'_elementor_css','a:4:{s:4:\"time\";i:1553151622;s:5:\"fonts\";a:2:{i:0;s:16:\"Playfair Display\";i:1;s:6:\"Roboto\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(607,124,'_wp_attached_file','2019/03/hotpink-wand.jpg'),(608,124,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:272;s:6:\"height\";i:564;s:4:\"file\";s:24:\"2019/03/hotpink-wand.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"hotpink-wand-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"hotpink-wand-145x300.jpg\";s:5:\"width\";i:145;s:6:\"height\";i:300;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:{}}}'),(619,127,'_elementor_edit_mode','builder'),(620,127,'_elementor_template_type','post'),(621,127,'_elementor_version','2.5.9'),(622,127,'_wp_page_template','default'),(623,127,'_elementor_page_settings','a:12:{s:21:\"background_color_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:23:\"background_color_b_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:25:\"background_gradient_angle\";a:3:{s:4:\"unit\";s:3:\"deg\";s:4:\"size\";i:180;s:5:\"sizes\";a:0:{}}s:15:\"background_xpos\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_xpos_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_xpos_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:15:\"background_ypos\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_ypos_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_ypos_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:19:\"background_bg_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:26:\"background_bg_width_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:26:\"background_bg_width_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}}'),(624,127,'_elementor_data','[{\"id\":\"4fbeaffe\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":80},\"background_background\":\"classic\",\"background_image\":{\"id\":43,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/selection.gif\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":70},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":100},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"rgba(58,58,58,0.87)\"},\"elements\":[{\"id\":\"6232b1d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4908604e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Wanderfuls \\u2122\",\"title_color\":\"#e5329f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":70},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":60},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":65},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":53},\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3ac5eddb\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#e5329f\",\"width\":{\"unit\":\"%\",\"size\":30},\"align_mobile\":\"center\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"30c648f2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Centerpiece and Party Favors in One!<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4f7aa0c4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Shop Now\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"background_color\":\"rgba(18,224,185,0)\",\"button_background_hover_color\":\"#e5329f\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e5329f\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"align_mobile\":\"center\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7d32eef3\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1300},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"80\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"5638e058\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"736df2ea\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-check-circle\",\"title_text\":\"Centerpieces That Double as Party Favors\",\"description_text\":\"Wanderfuls are designed to become an interactive part of your special day. What guest could forget the moment they remove their party favor from the centerpiece? <br\\/><br\\/> The Wanderfuls connect your guests to each other and to the magical moments of the event. These unique and memorable candy centerpieces are perfect for those once in a lifetime special events.\",\"position\":\"left\",\"primary_color\":\"#e5329f\",\"icon_space\":{\"unit\":\"px\",\"size\":18},\"icon_size\":{\"unit\":\"px\",\"size\":40},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#e5329f\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"title_size\":\"h2\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"25da2a06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6347ecab\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-check-circle\",\"title_text\":\"Customize and Design Your Own Centerpiece!\",\"description_text\":\"Our in-house designers will guide you through our customizable options, creating the perfect bouquet for the mood or theme of your event. Explore the different combinations and see them placed on a bouquet, until you find a design that you love!\\n<br\\/><br\\/>\\nChoose a coordinating color for the ribbon which spirals elegantly around and down the wand. For an extra special touch , you can choose to have imprinting on your Wanderfuls.\",\"position\":\"left\",\"primary_color\":\"#e5329f\",\"icon_space\":{\"unit\":\"px\",\"size\":18},\"icon_size\":{\"unit\":\"px\",\"size\":40},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#e5329f\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"title_size\":\"h2\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"1fdab9e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"71961474\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-check-circle\",\"title_text\":\"Centerpiece Ideas for All Types of Party\",\"description_text\":\"More than just traditional flower table decors for your special events. Wanderfuls gives you unique birthday centerpiece, graduation centerpiece, banquet centerpiece, anniversaries, holidays, and more... <br\\/> <br\\/>This is something so different and unique your guest will be amazed! These table decorations will create cherished memories that you and your guest will surely remember!\",\"position\":\"left\",\"primary_color\":\"#e5329f\",\"icon_space\":{\"unit\":\"px\",\"size\":18},\"icon_size\":{\"unit\":\"px\",\"size\":40},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#e5329f\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"title_size\":\"h2\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d1f7025\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"2145ac84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"26ba543f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":126,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/image_2019_03_21T07_09_41_778Z.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":70},\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"a267532\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0b001ac\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Wanderfuls is proud to offer a diverse color palette that represents every color of the rainbow, including many holographic, metallic, and iridescent options.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"025\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5ef36f13\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4be938f7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":77,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/11.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":33}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"68e5fd64\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"reverse_order_mobile\":\"reverse-mobile\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"15d8ab03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"287b019c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":78,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/12.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":30}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"13e581e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77a94fa\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":79,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/13.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInDown\",\"space_tablet\":{\"unit\":\"%\",\"size\":50},\"space_mobile\":{\"unit\":\"%\",\"size\":40}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"438d7c75\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"11076dfb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":80,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/255.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":85}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4344a0bd\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"40237ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1498afcf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":81,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/3-5.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":50},\"space_mobile\":{\"unit\":\"%\",\"size\":40}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"127e57cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3f39b887\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":82,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/535.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInDown\",\"space_tablet\":{\"unit\":\"%\",\"size\":70}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"79ffa662\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4d0a9838\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":83,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/8.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":30}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24014d06\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"custom_height\":{\"unit\":\"vh\",\"size\":70},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"structure\":\"20\",\"background_color\":\"#464646\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"326b3892\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_inline_size_tablet\":60,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1c8538fc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Working Process\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5c32583a\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#12e0b9\",\"width\":{\"unit\":\"%\",\"size\":30},\"align_mobile\":\"center\",\"gap_tablet\":{\"unit\":\"px\",\"size\":2}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130350bc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation X is on the runway heading towards a streamlined cloud solution. User generated content in real-time will have multiple touchpoints for offshoring.\\u00a0Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"typography_font_weight\":\"300\",\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ff32be7\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Studio Tour\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"background_color\":\"rgba(18,224,185,0)\",\"button_background_hover_color\":\"#12e0b9\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#12e0b9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"35cd55ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.685,\"_inline_size_tablet\":40,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"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\":\"764b3d67\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"image\":{\"id\":84,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/36.png\"},\"_id\":\"fbe66s4\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":85,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/architecture_3.jpg\"},\"_id\":\"593jh4m\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":86,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/3-1.png\"},\"_id\":\"2u0yeyx\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":87,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/201.jpg\"},\"_id\":\"f6v9odr\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":88,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/15-1.png\"},\"_id\":\"675a0h3\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"slides_per_view\":\"1\",\"height\":{\"unit\":\"px\",\"size\":530},\"width\":{\"unit\":\"%\",\"size\":85},\"show_arrows\":\"\",\"pagination_color\":\"#12e0b9\",\"slides_per_view_tablet\":\"1\",\"height_tablet\":{\"unit\":\"px\",\"size\":390},\"height_mobile\":{\"unit\":\"px\",\"size\":317},\"width_tablet\":{\"unit\":\"px\",\"size\":279},\"width_mobile\":{\"unit\":\"px\",\"size\":309}},\"elements\":[],\"widgetType\":\"media-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"36850847\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"300\",\"bottom\":\"30\",\"left\":\"300\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"376ba3cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1625f748\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet The Team\",\"title_color\":\"#464646\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"330044e1\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#12e0b9\",\"width\":{\"unit\":\"%\",\"size\":20},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4abba146\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide with additional clickthroughs from nanotechnology immersion DevOps.\\u00a0<\\/p>\",\"text_color\":\"#464646\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"align\":\"center\",\"typography_font_weight\":\"300\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"510bcff7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"2\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeIn\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"1578775a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"54e21678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":89,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/5-2.png\"},\"caption\":\" Neil Gaiman - CTO\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_background_hover_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"354dcc3\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"2b51225d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"201869d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":90,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/Untitled-4.png\"},\"caption\":\"Nikki Gooley - HR\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2bcfde60\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-google-plus\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"3c589058\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"97c1b98\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":91,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/5Untitled-4.png\"},\"caption\":\"Laurence Fishburne - CFO\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3fb56041\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"50f14028\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"4d09980d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":92,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/54.png\"},\"caption\":\"Kym Barrett - CMO\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"289b5da5\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14739a62\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"100\",\"left\":\"40\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"1e16682f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"67d5162c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":93,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/63853.png\"},\"caption\":\"Gloria Foster - UI Designer\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"636f97f3\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-dribbble\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-behance\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"3a9ba12c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"61d4bc8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":94,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/86.png\"},\"caption\":\"Jean Reno - UX Expert\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"26b438b0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"4a8ecd13\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"3e0714c9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":95,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/452.png\"},\"caption\":\"Bel McClory - UX Designer\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"39b7896c\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-dribbble\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"5c2300\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"70724d5c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":96,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/525.png\"},\"caption\":\"Matt Doran - Project manager\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3002c6d4\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-google-plus\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e93eab\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"column_position\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"none\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"7d9461e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"150\",\"left\":\"50\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"4628be1c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#464646\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align\":\"left\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"header_size\":\"h3\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"335c67e1\",\"elType\":\"widget\",\"settings\":{\"section_divider\":\"\",\"weight\":{\"unit\":\"px\",\"size\":\"3\"},\"color\":\"#12e0b9\",\"width\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"center\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5f2f3ba8\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon_list\":[{\"text\":\"+44 20 5540 1234\",\"icon\":\"fa fa-phone\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"kxo82hb\"},{\"text\":\"+44 35 9998 3245\",\"icon\":\"fa fa-mobile-phone\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"89z2tky\"},{\"text\":\"+44 20 5540 4433\",\"icon\":\"fa fa-fax\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"zi1l66f\"}],\"section_icon_style\":\"\",\"icon_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":30},\"icon_align_mobile\":\"center\",\"section_text_style\":\"\",\"text_indent\":{\"unit\":\"px\",\"size\":15},\"text_color\":\"#777777\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":2.3},\"icon_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"icon_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"space_between\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"34115220\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"background_size\":\"cover\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"background_overlay_background\":\"none\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.71},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"120\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"45\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"69e17028\",\"elType\":\"widget\",\"settings\":{\"section_form_fields\":\"\",\"form_name\":\"Sample Form\",\"form_fields\":[{\"field_type\":\"text\",\"field_label\":\"Name\",\"placeholder\":\"Name\",\"width\":\"33\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"qi8lqp1\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"email\",\"required\":true,\"field_label\":\"Email\",\"placeholder\":\"Email\",\"width\":\"33\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"8b28ttw\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"tel\",\"field_label\":\"Tel\",\"placeholder\":\"Tel\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width\":\"33\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"2gd0qrk\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"textarea\",\"field_label\":\"Message\",\"placeholder\":\"Message\",\"width\":\"100\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":\"6\",\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"1qsba9v\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"}],\"input_size\":\"md\",\"show_labels\":\"\",\"section_submit_button\":\"\",\"button_text\":\"Send\",\"button_size\":\"md\",\"section_form_options\":\"\",\"send_html\":\"\",\"success_message\":\"The message was sent successfully!\",\"error_message\":\"There\'s something wrong... Please fill in the required fields.\",\"required_field_message\":\"Required\",\"invalid_message\":\"There\'s something wrong... The form is invalid.\",\"section_form_style\":\"\",\"column_gap\":{\"unit\":\"px\",\"size\":\"20\"},\"row_gap\":{\"unit\":\"px\",\"size\":\"20\"},\"heading_label\":\"\",\"label_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"label_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"section_field_style\":\"\",\"field_text_color\":\"#464646\",\"field_typography_typography\":\"custom\",\"field_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"field_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"field_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"field_background_color\":\"rgba(191,201,209,0.26)\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_button_style\":\"\",\"tabs_button_style\":\"\",\"tab_button_normal\":\"\",\"button_text_color\":\"#464646\",\"button_typography_typography\":\"custom\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"button_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13},\"button_typography_text_transform\":\"uppercase\",\"button_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"button_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"button_background_color\":\"rgba(0,41,73,0)\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_border_color\":\"#12e0b9\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tab_button_hover\":\"\",\"button_hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#12e0b9\",\"button_hover_border_color\":\"#12e0b9\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"-100\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"55\",\"bottom\":\"55\",\"left\":\"55\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_section_background\":\"\",\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"_box_shadow_box_shadow_type\":\"outset\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":\"50\",\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.19)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"mark_required\":\"yes\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"subscriber_already_exists_message\":\"Subscriber already exist.\",\"email_to\":\"dgebilaguin@gmail.com\",\"email_subject\":\"New message from \\\"Wanderfuls\\\"\",\"email_from\":\"email@sub.morganrand.com\",\"email_from_name\":\"Wanderfuls\",\"email_to_2\":\"dgebilaguin@gmail.com\",\"email_subject_2\":\"New message from \\\"Wanderfuls\\\"\",\"email_from_2\":\"email@sub.morganrand.com\",\"email_from_name_2\":\"Wanderfuls\",\"email_reply_to_2\":\"dgebilaguin@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2cb91d0b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#464646\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"3612d8be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7f59e782\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"7o3b1fs\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"7mj1o4u\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-google-plus\",\"_id\":\"7b6sjw9\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"0wh417m\"},{\"social\":\"fa fa-tumblr\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"agdym3r\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"rgba(0,0,0,0)\",\"icon_size\":{\"unit\":\"px\",\"size\":30},\"icon_spacing\":{\"unit\":\"px\",\"size\":14},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":25},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"712cfb58\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":80},\"background_background\":\"classic\",\"background_image\":{\"id\":\"74\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/1-1.png\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":70},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":100},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"4f893844\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"700\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4afb101a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome To Dynamic Studio\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":70},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":60},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":65},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":53},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5d96f0b3\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#12e0b9\",\"width\":{\"unit\":\"%\",\"size\":30},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b19602d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Leverage agile frameworks to provide a robust synopsis for high level overviews. Iterative approaches to corporate strategy foster collaborative thinking to further the overall value proposition.\\u00a0<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"29ffbaea\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Studio Tour\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"background_color\":\"rgba(18,224,185,0)\",\"button_background_hover_color\":\"#12e0b9\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#12e0b9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"57e2deba\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1300},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"5f5f1d89\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2181c069\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-desktop\",\"title_text\":\"Web design\",\"description_text\":\"Leverage agile frameworks to provide a robust synopsis for high level overviews iterative approaches.\",\"position\":\"left\",\"primary_color\":\"#464646\",\"icon_space\":{\"unit\":\"px\",\"size\":20},\"icon_size\":{\"unit\":\"px\",\"size\":30},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#464646\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":0.5},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"6728d0b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c7620e\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-bandcamp\",\"title_text\":\"Branding\",\"description_text\":\"Leverage agile frameworks to provide a robust synopsis for high level overviews iterative approaches.\",\"position\":\"left\",\"primary_color\":\"#464646\",\"icon_space\":{\"unit\":\"px\",\"size\":20},\"icon_size\":{\"unit\":\"px\",\"size\":30},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#464646\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":0.5},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"2005df3f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"331af173\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-black-tie\",\"title_text\":\"Advertising \",\"description_text\":\"Leverage agile frameworks to provide a robust synopsis for high level overviews iterative approaches.\",\"position\":\"left\",\"primary_color\":\"#464646\",\"icon_space\":{\"unit\":\"px\",\"size\":20},\"icon_size\":{\"unit\":\"px\",\"size\":30},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#464646\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":0.5},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34f7ca3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"53180d28\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"210d0044\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"75\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/052.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":70}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"75f71690\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"52dd27a7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"76\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/155.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInDown\",\"space_tablet\":{\"unit\":\"%\",\"size\":34}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1d286c54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7e988294\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"77\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/11.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":33}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bfad4f8\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"reverse_order_mobile\":\"reverse-mobile\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"54dab58\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"602431b2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"78\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/12.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":30}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"72b34256\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"48bedce6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"79\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/13.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInDown\",\"space_tablet\":{\"unit\":\"%\",\"size\":50},\"space_mobile\":{\"unit\":\"%\",\"size\":40}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1db5c039\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1e81a021\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"80\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/255.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":85}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"58a96512\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"23a12e0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31f99ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"81\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/3-5.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":50},\"space_mobile\":{\"unit\":\"%\",\"size\":40}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d9004e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"26d24c6d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"82\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/535.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInDown\",\"space_tablet\":{\"unit\":\"%\",\"size\":70}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4693d20\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e9c3e25\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"83\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/8.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":30}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"666c8460\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"custom_height\":{\"unit\":\"vh\",\"size\":70},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"structure\":\"20\",\"background_color\":\"#464646\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"335192ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_inline_size_tablet\":60,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"189bf90f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Working Process\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"53f27564\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#12e0b9\",\"width\":{\"unit\":\"%\",\"size\":30},\"align_mobile\":\"center\",\"gap_tablet\":{\"unit\":\"px\",\"size\":2}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"49d6606a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation X is on the runway heading towards a streamlined cloud solution. User generated content in real-time will have multiple touchpoints for offshoring.\\u00a0Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"typography_font_weight\":\"300\",\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3a1db978\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Studio Tour\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"background_color\":\"rgba(18,224,185,0)\",\"button_background_hover_color\":\"#12e0b9\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#12e0b9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"21468a29\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.685,\"_inline_size_tablet\":40,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"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\":\"539dc278\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"image\":{\"id\":\"84\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/36.png\"},\"_id\":\"fbe66s4\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":\"85\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/architecture_3.jpg\"},\"_id\":\"593jh4m\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":\"86\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/3-1.png\"},\"_id\":\"2u0yeyx\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":\"87\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/201.jpg\"},\"_id\":\"f6v9odr\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":\"88\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/15-1.png\"},\"_id\":\"675a0h3\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"slides_per_view\":\"1\",\"height\":{\"unit\":\"px\",\"size\":530},\"width\":{\"unit\":\"%\",\"size\":85},\"show_arrows\":\"\",\"pagination_color\":\"#12e0b9\",\"slides_per_view_tablet\":\"1\",\"height_tablet\":{\"unit\":\"px\",\"size\":390},\"height_mobile\":{\"unit\":\"px\",\"size\":317},\"width_tablet\":{\"unit\":\"px\",\"size\":279},\"width_mobile\":{\"unit\":\"px\",\"size\":309}},\"elements\":[],\"widgetType\":\"media-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c06908a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"300\",\"bottom\":\"30\",\"left\":\"300\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"46bbaee0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"73a3a1b8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet The Team\",\"title_color\":\"#464646\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"792968e3\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#12e0b9\",\"width\":{\"unit\":\"%\",\"size\":20},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77984a4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide with additional clickthroughs from nanotechnology immersion DevOps.\\u00a0<\\/p>\",\"text_color\":\"#464646\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"align\":\"center\",\"typography_font_weight\":\"300\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad5e302\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"2\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeIn\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"692efcdf\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d709b34\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"89\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/5-2.png\"},\"caption\":\" Neil Gaiman - CTO\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_background_hover_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"45543174\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"6e7ca837\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"c017d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"90\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/Untitled-4.png\"},\"caption\":\"Nikki Gooley - HR\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"25786326\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-google-plus\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"cfe4858\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"497ef4be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"91\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/5Untitled-4.png\"},\"caption\":\"Laurence Fishburne - CFO\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"182ba57c\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"101de245\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"6734b4f7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"92\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/54.png\"},\"caption\":\"Kym Barrett - CMO\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24267a74\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d1290b2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"100\",\"left\":\"40\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"79722127\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"4af8c6e1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"93\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/63853.png\"},\"caption\":\"Gloria Foster - UI Designer\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5dade72a\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-dribbble\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-behance\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"120e1a36\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"4f620401\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"94\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/86.png\"},\"caption\":\"Jean Reno - UX Expert\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36574c3c\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"4c2bd3af\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"23547965\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"95\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/452.png\"},\"caption\":\"Bel McClory - UX Designer\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2daca6\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-dribbble\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"6d725dd8\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"56a60c52\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"96\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/525.png\"},\"caption\":\"Matt Doran - Project manager\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"53cb6f1e\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-google-plus\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"537ef12a\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"column_position\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"none\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"e2abfb6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"150\",\"left\":\"50\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"476f10d6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#464646\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align\":\"left\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"header_size\":\"h3\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"669bc6bc\",\"elType\":\"widget\",\"settings\":{\"section_divider\":\"\",\"weight\":{\"unit\":\"px\",\"size\":\"3\"},\"color\":\"#12e0b9\",\"width\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"center\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"448c1556\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon_list\":[{\"text\":\"+44 20 5540 1234\",\"icon\":\"fa fa-phone\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"kxo82hb\"},{\"text\":\"+44 35 9998 3245\",\"icon\":\"fa fa-mobile-phone\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"89z2tky\"},{\"text\":\"+44 20 5540 4433\",\"icon\":\"fa fa-fax\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"zi1l66f\"}],\"section_icon_style\":\"\",\"icon_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":30},\"icon_align_mobile\":\"center\",\"section_text_style\":\"\",\"text_indent\":{\"unit\":\"px\",\"size\":15},\"text_color\":\"#777777\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":2.3},\"icon_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"icon_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"space_between\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"41fcb08a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"background_size\":\"cover\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"background_overlay_background\":\"none\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.71},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"120\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"45\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"32a25746\",\"elType\":\"widget\",\"settings\":{\"section_form_fields\":\"\",\"form_name\":\"Sample Form\",\"form_fields\":[{\"field_type\":\"text\",\"field_label\":\"Name\",\"placeholder\":\"Name\",\"width\":\"33\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"qi8lqp1\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"email\",\"required\":true,\"field_label\":\"Email\",\"placeholder\":\"Email\",\"width\":\"33\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"8b28ttw\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"tel\",\"field_label\":\"Tel\",\"placeholder\":\"Tel\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width\":\"33\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"2gd0qrk\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"textarea\",\"field_label\":\"Message\",\"placeholder\":\"Message\",\"width\":\"100\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":\"6\",\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"1qsba9v\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"}],\"input_size\":\"md\",\"show_labels\":\"\",\"section_submit_button\":\"\",\"button_text\":\"Send\",\"button_size\":\"md\",\"section_form_options\":\"\",\"send_html\":\"\",\"success_message\":\"The message was sent successfully!\",\"error_message\":\"There\'s something wrong... Please fill in the required fields.\",\"required_field_message\":\"Required\",\"invalid_message\":\"There\'s something wrong... The form is invalid.\",\"section_form_style\":\"\",\"column_gap\":{\"unit\":\"px\",\"size\":\"20\"},\"row_gap\":{\"unit\":\"px\",\"size\":\"20\"},\"heading_label\":\"\",\"label_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"label_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"section_field_style\":\"\",\"field_text_color\":\"#464646\",\"field_typography_typography\":\"custom\",\"field_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"field_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"field_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"field_background_color\":\"rgba(191,201,209,0.26)\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_button_style\":\"\",\"tabs_button_style\":\"\",\"tab_button_normal\":\"\",\"button_text_color\":\"#464646\",\"button_typography_typography\":\"custom\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"button_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13},\"button_typography_text_transform\":\"uppercase\",\"button_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"button_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"button_background_color\":\"rgba(0,41,73,0)\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_border_color\":\"#12e0b9\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tab_button_hover\":\"\",\"button_hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#12e0b9\",\"button_hover_border_color\":\"#12e0b9\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"-100\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"55\",\"bottom\":\"55\",\"left\":\"55\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_section_background\":\"\",\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"_box_shadow_box_shadow_type\":\"outset\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":\"50\",\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.19)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"mark_required\":\"yes\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"subscriber_already_exists_message\":\"Subscriber already exist.\",\"email_to\":\"dgebilaguin@gmail.com\",\"email_subject\":\"New message from \\\"Wanderfuls\\\"\",\"email_from\":\"email@sub.morganrand.com\",\"email_from_name\":\"Wanderfuls\",\"email_to_2\":\"dgebilaguin@gmail.com\",\"email_subject_2\":\"New message from \\\"Wanderfuls\\\"\",\"email_from_2\":\"email@sub.morganrand.com\",\"email_from_name_2\":\"Wanderfuls\",\"email_reply_to_2\":\"dgebilaguin@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78f75450\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#464646\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"42bcc862\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1bd15425\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"7o3b1fs\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"7mj1o4u\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-google-plus\",\"_id\":\"7b6sjw9\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"0wh417m\"},{\"social\":\"fa fa-tumblr\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"agdym3r\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"rgba(0,0,0,0)\",\"icon_size\":{\"unit\":\"px\",\"size\":30},\"icon_spacing\":{\"unit\":\"px\",\"size\":14},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":25},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(659,133,'_elementor_page_settings','a:12:{s:21:\"background_color_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:23:\"background_color_b_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:25:\"background_gradient_angle\";a:3:{s:4:\"unit\";s:3:\"deg\";s:4:\"size\";i:180;s:5:\"sizes\";a:0:{}}s:15:\"background_xpos\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_xpos_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_xpos_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:15:\"background_ypos\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_ypos_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_ypos_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:19:\"background_bg_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:26:\"background_bg_width_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:26:\"background_bg_width_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}}'),(617,126,'_wp_attached_file','2019/03/image_2019_03_21T07_09_41_778Z.png'),(618,126,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:758;s:6:\"height\";i:686;s:4:\"file\";s:42:\"2019/03/image_2019_03_21T07_09_41_778Z.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"image_2019_03_21T07_09_41_778Z-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"image_2019_03_21T07_09_41_778Z-300x272.png\";s:5:\"width\";i:300;s:6:\"height\";i:272;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:{}}}'),(625,127,'_elementor_css','a:4:{s:4:\"time\";i:1553152209;s:5:\"fonts\";a:2:{i:0;s:16:\"Playfair Display\";i:1;s:6:\"Roboto\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(627,128,'_wp_attached_file','2019/03/Capture.jpg'),(628,128,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:826;s:6:\"height\";i:641;s:4:\"file\";s:19:\"2019/03/Capture.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Capture-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"Capture-300x233.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:233;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"Capture-768x596.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:596;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:{}}}'),(629,129,'_elementor_edit_mode','builder'),(630,129,'_elementor_template_type','post'),(631,129,'_elementor_version','2.5.9'),(632,129,'_wp_page_template','default'),(633,129,'_elementor_page_settings','a:12:{s:21:\"background_color_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:23:\"background_color_b_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:25:\"background_gradient_angle\";a:3:{s:4:\"unit\";s:3:\"deg\";s:4:\"size\";i:180;s:5:\"sizes\";a:0:{}}s:15:\"background_xpos\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_xpos_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_xpos_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:15:\"background_ypos\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_ypos_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_ypos_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:19:\"background_bg_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:26:\"background_bg_width_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:26:\"background_bg_width_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}}'),(634,129,'_elementor_data','[{\"id\":\"4fbeaffe\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":80},\"background_background\":\"classic\",\"background_image\":{\"id\":43,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/selection.gif\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":70},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":100},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"rgba(58,58,58,0.87)\"},\"elements\":[{\"id\":\"6232b1d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4908604e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Wanderfuls \\u2122\",\"title_color\":\"#e5329f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":70},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":60},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":65},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":53},\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3ac5eddb\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#e5329f\",\"width\":{\"unit\":\"%\",\"size\":30},\"align_mobile\":\"center\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"30c648f2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Centerpiece and Party Favors in One!<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4f7aa0c4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Shop Now\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"background_color\":\"rgba(18,224,185,0)\",\"button_background_hover_color\":\"#e5329f\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e5329f\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"align_mobile\":\"center\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7d32eef3\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1300},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"80\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"5638e058\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"736df2ea\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-check-circle\",\"title_text\":\"Centerpieces That Double as Party Favors\",\"description_text\":\"Wanderfuls are designed to become an interactive part of your special day. What guest could forget the moment they remove their party favor from the centerpiece? <br\\/><br\\/> The Wanderfuls connect your guests to each other and to the magical moments of the event. These unique and memorable candy centerpieces are perfect for those once in a lifetime special events.\",\"position\":\"left\",\"primary_color\":\"#e5329f\",\"icon_space\":{\"unit\":\"px\",\"size\":18},\"icon_size\":{\"unit\":\"px\",\"size\":40},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#e5329f\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"title_size\":\"h2\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"25da2a06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6347ecab\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-check-circle\",\"title_text\":\"Customize and Design Your Own Centerpiece!\",\"description_text\":\"Our in-house designers will guide you through our customizable options, creating the perfect bouquet for the mood or theme of your event. Explore the different combinations and see them placed on a bouquet, until you find a design that you love!\\n<br\\/><br\\/>\\nChoose a coordinating color for the ribbon which spirals elegantly around and down the wand. For an extra special touch , you can choose to have imprinting on your Wanderfuls.\",\"position\":\"left\",\"primary_color\":\"#e5329f\",\"icon_space\":{\"unit\":\"px\",\"size\":18},\"icon_size\":{\"unit\":\"px\",\"size\":40},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#e5329f\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"title_size\":\"h2\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"1fdab9e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"71961474\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-check-circle\",\"title_text\":\"Centerpiece Ideas for All Types of Party\",\"description_text\":\"More than just traditional flower table decors for your special events. Wanderfuls gives you unique birthday centerpiece, graduation centerpiece, banquet centerpiece, anniversaries, holidays, and more... <br\\/> <br\\/>This is something so different and unique your guest will be amazed! These table decorations will create cherished memories that you and your guest will surely remember!\",\"position\":\"left\",\"primary_color\":\"#e5329f\",\"icon_space\":{\"unit\":\"px\",\"size\":18},\"icon_size\":{\"unit\":\"px\",\"size\":40},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#e5329f\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"title_size\":\"h2\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d1f7025\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"2145ac84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"26ba543f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":126,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/image_2019_03_21T07_09_41_778Z.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":70},\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"a267532\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0b001ac\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Wanderfuls is proud to offer a diverse color palette that represents every color of the rainbow, including many holographic, metallic, and iridescent options.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"025\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5ef36f13\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4be938f7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":128,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/Capture.jpg\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":33}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"68e5fd64\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"reverse_order_mobile\":\"reverse-mobile\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"15d8ab03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"287b019c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":78,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/12.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":30}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"13e581e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77a94fa\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":79,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/13.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInDown\",\"space_tablet\":{\"unit\":\"%\",\"size\":50},\"space_mobile\":{\"unit\":\"%\",\"size\":40}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"438d7c75\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"11076dfb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":80,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/255.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":85}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4344a0bd\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"40237ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1498afcf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":81,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/3-5.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":50},\"space_mobile\":{\"unit\":\"%\",\"size\":40}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"127e57cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3f39b887\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":82,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/535.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInDown\",\"space_tablet\":{\"unit\":\"%\",\"size\":70}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"79ffa662\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4d0a9838\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":83,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/8.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":30}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24014d06\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"custom_height\":{\"unit\":\"vh\",\"size\":70},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"structure\":\"20\",\"background_color\":\"#464646\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"326b3892\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_inline_size_tablet\":60,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1c8538fc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Working Process\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5c32583a\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#12e0b9\",\"width\":{\"unit\":\"%\",\"size\":30},\"align_mobile\":\"center\",\"gap_tablet\":{\"unit\":\"px\",\"size\":2}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130350bc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation X is on the runway heading towards a streamlined cloud solution. User generated content in real-time will have multiple touchpoints for offshoring.\\u00a0Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"typography_font_weight\":\"300\",\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ff32be7\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Studio Tour\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"background_color\":\"rgba(18,224,185,0)\",\"button_background_hover_color\":\"#12e0b9\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#12e0b9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"35cd55ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.685,\"_inline_size_tablet\":40,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"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\":\"764b3d67\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"image\":{\"id\":84,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/36.png\"},\"_id\":\"fbe66s4\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":85,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/architecture_3.jpg\"},\"_id\":\"593jh4m\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":86,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/3-1.png\"},\"_id\":\"2u0yeyx\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":87,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/201.jpg\"},\"_id\":\"f6v9odr\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":88,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/15-1.png\"},\"_id\":\"675a0h3\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"slides_per_view\":\"1\",\"height\":{\"unit\":\"px\",\"size\":530},\"width\":{\"unit\":\"%\",\"size\":85},\"show_arrows\":\"\",\"pagination_color\":\"#12e0b9\",\"slides_per_view_tablet\":\"1\",\"height_tablet\":{\"unit\":\"px\",\"size\":390},\"height_mobile\":{\"unit\":\"px\",\"size\":317},\"width_tablet\":{\"unit\":\"px\",\"size\":279},\"width_mobile\":{\"unit\":\"px\",\"size\":309}},\"elements\":[],\"widgetType\":\"media-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"36850847\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"300\",\"bottom\":\"30\",\"left\":\"300\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"376ba3cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1625f748\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet The Team\",\"title_color\":\"#464646\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"330044e1\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#12e0b9\",\"width\":{\"unit\":\"%\",\"size\":20},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4abba146\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide with additional clickthroughs from nanotechnology immersion DevOps.\\u00a0<\\/p>\",\"text_color\":\"#464646\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"align\":\"center\",\"typography_font_weight\":\"300\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"510bcff7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"2\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeIn\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"1578775a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"54e21678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":89,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/5-2.png\"},\"caption\":\" Neil Gaiman - CTO\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_background_hover_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"354dcc3\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"2b51225d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"201869d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":90,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/Untitled-4.png\"},\"caption\":\"Nikki Gooley - HR\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2bcfde60\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-google-plus\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"3c589058\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"97c1b98\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":91,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/5Untitled-4.png\"},\"caption\":\"Laurence Fishburne - CFO\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3fb56041\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"50f14028\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"4d09980d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":92,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/54.png\"},\"caption\":\"Kym Barrett - CMO\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"289b5da5\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14739a62\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"100\",\"left\":\"40\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"1e16682f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"67d5162c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":93,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/63853.png\"},\"caption\":\"Gloria Foster - UI Designer\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"636f97f3\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-dribbble\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-behance\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"3a9ba12c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"61d4bc8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":94,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/86.png\"},\"caption\":\"Jean Reno - UX Expert\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"26b438b0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"4a8ecd13\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"3e0714c9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":95,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/452.png\"},\"caption\":\"Bel McClory - UX Designer\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"39b7896c\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-dribbble\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"5c2300\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"70724d5c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":96,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/525.png\"},\"caption\":\"Matt Doran - Project manager\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3002c6d4\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-google-plus\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e93eab\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"column_position\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"none\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"7d9461e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"150\",\"left\":\"50\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"4628be1c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#464646\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align\":\"left\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"header_size\":\"h3\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"335c67e1\",\"elType\":\"widget\",\"settings\":{\"section_divider\":\"\",\"weight\":{\"unit\":\"px\",\"size\":\"3\"},\"color\":\"#12e0b9\",\"width\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"center\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5f2f3ba8\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon_list\":[{\"text\":\"+44 20 5540 1234\",\"icon\":\"fa fa-phone\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"kxo82hb\"},{\"text\":\"+44 35 9998 3245\",\"icon\":\"fa fa-mobile-phone\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"89z2tky\"},{\"text\":\"+44 20 5540 4433\",\"icon\":\"fa fa-fax\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"zi1l66f\"}],\"section_icon_style\":\"\",\"icon_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":30},\"icon_align_mobile\":\"center\",\"section_text_style\":\"\",\"text_indent\":{\"unit\":\"px\",\"size\":15},\"text_color\":\"#777777\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":2.3},\"icon_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"icon_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"space_between\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"34115220\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"background_size\":\"cover\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"background_overlay_background\":\"none\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.71},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"120\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"45\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"69e17028\",\"elType\":\"widget\",\"settings\":{\"section_form_fields\":\"\",\"form_name\":\"Sample Form\",\"form_fields\":[{\"field_type\":\"text\",\"field_label\":\"Name\",\"placeholder\":\"Name\",\"width\":\"33\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"qi8lqp1\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"email\",\"required\":true,\"field_label\":\"Email\",\"placeholder\":\"Email\",\"width\":\"33\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"8b28ttw\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"tel\",\"field_label\":\"Tel\",\"placeholder\":\"Tel\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width\":\"33\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"2gd0qrk\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"textarea\",\"field_label\":\"Message\",\"placeholder\":\"Message\",\"width\":\"100\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":\"6\",\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"1qsba9v\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"}],\"input_size\":\"md\",\"show_labels\":\"\",\"section_submit_button\":\"\",\"button_text\":\"Send\",\"button_size\":\"md\",\"section_form_options\":\"\",\"send_html\":\"\",\"success_message\":\"The message was sent successfully!\",\"error_message\":\"There\'s something wrong... Please fill in the required fields.\",\"required_field_message\":\"Required\",\"invalid_message\":\"There\'s something wrong... The form is invalid.\",\"section_form_style\":\"\",\"column_gap\":{\"unit\":\"px\",\"size\":\"20\"},\"row_gap\":{\"unit\":\"px\",\"size\":\"20\"},\"heading_label\":\"\",\"label_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"label_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"section_field_style\":\"\",\"field_text_color\":\"#464646\",\"field_typography_typography\":\"custom\",\"field_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"field_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"field_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"field_background_color\":\"rgba(191,201,209,0.26)\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_button_style\":\"\",\"tabs_button_style\":\"\",\"tab_button_normal\":\"\",\"button_text_color\":\"#464646\",\"button_typography_typography\":\"custom\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"button_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13},\"button_typography_text_transform\":\"uppercase\",\"button_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"button_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"button_background_color\":\"rgba(0,41,73,0)\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_border_color\":\"#12e0b9\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tab_button_hover\":\"\",\"button_hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#12e0b9\",\"button_hover_border_color\":\"#12e0b9\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"-100\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"55\",\"bottom\":\"55\",\"left\":\"55\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_section_background\":\"\",\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"_box_shadow_box_shadow_type\":\"outset\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":\"50\",\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.19)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"mark_required\":\"yes\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"subscriber_already_exists_message\":\"Subscriber already exist.\",\"email_to\":\"dgebilaguin@gmail.com\",\"email_subject\":\"New message from \\\"Wanderfuls\\\"\",\"email_from\":\"email@sub.morganrand.com\",\"email_from_name\":\"Wanderfuls\",\"email_to_2\":\"dgebilaguin@gmail.com\",\"email_subject_2\":\"New message from \\\"Wanderfuls\\\"\",\"email_from_2\":\"email@sub.morganrand.com\",\"email_from_name_2\":\"Wanderfuls\",\"email_reply_to_2\":\"dgebilaguin@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2cb91d0b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#464646\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"3612d8be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7f59e782\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"7o3b1fs\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"7mj1o4u\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-google-plus\",\"_id\":\"7b6sjw9\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"0wh417m\"},{\"social\":\"fa fa-tumblr\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"agdym3r\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"rgba(0,0,0,0)\",\"icon_size\":{\"unit\":\"px\",\"size\":30},\"icon_spacing\":{\"unit\":\"px\",\"size\":14},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":25},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"712cfb58\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":80},\"background_background\":\"classic\",\"background_image\":{\"id\":\"74\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/1-1.png\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":70},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":100},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"4f893844\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"700\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4afb101a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome To Dynamic Studio\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":70},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":60},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":65},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":53},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5d96f0b3\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#12e0b9\",\"width\":{\"unit\":\"%\",\"size\":30},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b19602d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Leverage agile frameworks to provide a robust synopsis for high level overviews. Iterative approaches to corporate strategy foster collaborative thinking to further the overall value proposition.\\u00a0<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"29ffbaea\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Studio Tour\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"background_color\":\"rgba(18,224,185,0)\",\"button_background_hover_color\":\"#12e0b9\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#12e0b9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"57e2deba\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1300},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"5f5f1d89\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2181c069\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-desktop\",\"title_text\":\"Web design\",\"description_text\":\"Leverage agile frameworks to provide a robust synopsis for high level overviews iterative approaches.\",\"position\":\"left\",\"primary_color\":\"#464646\",\"icon_space\":{\"unit\":\"px\",\"size\":20},\"icon_size\":{\"unit\":\"px\",\"size\":30},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#464646\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":0.5},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"6728d0b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c7620e\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-bandcamp\",\"title_text\":\"Branding\",\"description_text\":\"Leverage agile frameworks to provide a robust synopsis for high level overviews iterative approaches.\",\"position\":\"left\",\"primary_color\":\"#464646\",\"icon_space\":{\"unit\":\"px\",\"size\":20},\"icon_size\":{\"unit\":\"px\",\"size\":30},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#464646\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":0.5},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"2005df3f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"331af173\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-black-tie\",\"title_text\":\"Advertising \",\"description_text\":\"Leverage agile frameworks to provide a robust synopsis for high level overviews iterative approaches.\",\"position\":\"left\",\"primary_color\":\"#464646\",\"icon_space\":{\"unit\":\"px\",\"size\":20},\"icon_size\":{\"unit\":\"px\",\"size\":30},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#464646\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":0.5},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34f7ca3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"53180d28\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"210d0044\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"75\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/052.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":70}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"75f71690\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"52dd27a7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"76\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/155.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInDown\",\"space_tablet\":{\"unit\":\"%\",\"size\":34}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1d286c54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7e988294\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"77\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/11.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":33}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bfad4f8\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"reverse_order_mobile\":\"reverse-mobile\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"54dab58\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"602431b2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"78\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/12.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":30}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"72b34256\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"48bedce6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"79\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/13.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInDown\",\"space_tablet\":{\"unit\":\"%\",\"size\":50},\"space_mobile\":{\"unit\":\"%\",\"size\":40}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1db5c039\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1e81a021\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"80\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/255.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":85}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"58a96512\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"23a12e0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31f99ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"81\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/3-5.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":50},\"space_mobile\":{\"unit\":\"%\",\"size\":40}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d9004e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"26d24c6d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"82\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/535.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInDown\",\"space_tablet\":{\"unit\":\"%\",\"size\":70}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4693d20\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e9c3e25\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"83\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/8.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":30}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"666c8460\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"custom_height\":{\"unit\":\"vh\",\"size\":70},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"structure\":\"20\",\"background_color\":\"#464646\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"335192ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_inline_size_tablet\":60,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"189bf90f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Working Process\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"53f27564\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#12e0b9\",\"width\":{\"unit\":\"%\",\"size\":30},\"align_mobile\":\"center\",\"gap_tablet\":{\"unit\":\"px\",\"size\":2}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"49d6606a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation X is on the runway heading towards a streamlined cloud solution. User generated content in real-time will have multiple touchpoints for offshoring.\\u00a0Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"typography_font_weight\":\"300\",\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3a1db978\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Studio Tour\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"background_color\":\"rgba(18,224,185,0)\",\"button_background_hover_color\":\"#12e0b9\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#12e0b9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"21468a29\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.685,\"_inline_size_tablet\":40,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"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\":\"539dc278\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"image\":{\"id\":\"84\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/36.png\"},\"_id\":\"fbe66s4\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":\"85\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/architecture_3.jpg\"},\"_id\":\"593jh4m\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":\"86\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/3-1.png\"},\"_id\":\"2u0yeyx\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":\"87\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/201.jpg\"},\"_id\":\"f6v9odr\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":\"88\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/15-1.png\"},\"_id\":\"675a0h3\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"slides_per_view\":\"1\",\"height\":{\"unit\":\"px\",\"size\":530},\"width\":{\"unit\":\"%\",\"size\":85},\"show_arrows\":\"\",\"pagination_color\":\"#12e0b9\",\"slides_per_view_tablet\":\"1\",\"height_tablet\":{\"unit\":\"px\",\"size\":390},\"height_mobile\":{\"unit\":\"px\",\"size\":317},\"width_tablet\":{\"unit\":\"px\",\"size\":279},\"width_mobile\":{\"unit\":\"px\",\"size\":309}},\"elements\":[],\"widgetType\":\"media-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c06908a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"300\",\"bottom\":\"30\",\"left\":\"300\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"46bbaee0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"73a3a1b8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet The Team\",\"title_color\":\"#464646\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"792968e3\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#12e0b9\",\"width\":{\"unit\":\"%\",\"size\":20},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77984a4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide with additional clickthroughs from nanotechnology immersion DevOps.\\u00a0<\\/p>\",\"text_color\":\"#464646\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"align\":\"center\",\"typography_font_weight\":\"300\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad5e302\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"2\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeIn\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"692efcdf\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d709b34\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"89\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/5-2.png\"},\"caption\":\" Neil Gaiman - CTO\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_background_hover_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"45543174\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"6e7ca837\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"c017d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"90\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/Untitled-4.png\"},\"caption\":\"Nikki Gooley - HR\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"25786326\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-google-plus\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"cfe4858\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"497ef4be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"91\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/5Untitled-4.png\"},\"caption\":\"Laurence Fishburne - CFO\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"182ba57c\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"101de245\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"6734b4f7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"92\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/54.png\"},\"caption\":\"Kym Barrett - CMO\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24267a74\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d1290b2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"100\",\"left\":\"40\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"79722127\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"4af8c6e1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"93\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/63853.png\"},\"caption\":\"Gloria Foster - UI Designer\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5dade72a\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-dribbble\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-behance\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"120e1a36\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"4f620401\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"94\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/86.png\"},\"caption\":\"Jean Reno - UX Expert\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36574c3c\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"4c2bd3af\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"23547965\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"95\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/452.png\"},\"caption\":\"Bel McClory - UX Designer\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2daca6\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-dribbble\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"6d725dd8\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"56a60c52\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"96\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/525.png\"},\"caption\":\"Matt Doran - Project manager\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"53cb6f1e\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-google-plus\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"537ef12a\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"column_position\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"none\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"e2abfb6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"150\",\"left\":\"50\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"476f10d6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#464646\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align\":\"left\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"header_size\":\"h3\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"669bc6bc\",\"elType\":\"widget\",\"settings\":{\"section_divider\":\"\",\"weight\":{\"unit\":\"px\",\"size\":\"3\"},\"color\":\"#12e0b9\",\"width\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"center\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"448c1556\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon_list\":[{\"text\":\"+44 20 5540 1234\",\"icon\":\"fa fa-phone\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"kxo82hb\"},{\"text\":\"+44 35 9998 3245\",\"icon\":\"fa fa-mobile-phone\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"89z2tky\"},{\"text\":\"+44 20 5540 4433\",\"icon\":\"fa fa-fax\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"zi1l66f\"}],\"section_icon_style\":\"\",\"icon_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":30},\"icon_align_mobile\":\"center\",\"section_text_style\":\"\",\"text_indent\":{\"unit\":\"px\",\"size\":15},\"text_color\":\"#777777\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":2.3},\"icon_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"icon_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"space_between\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"41fcb08a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"background_size\":\"cover\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"background_overlay_background\":\"none\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.71},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"120\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"45\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"32a25746\",\"elType\":\"widget\",\"settings\":{\"section_form_fields\":\"\",\"form_name\":\"Sample Form\",\"form_fields\":[{\"field_type\":\"text\",\"field_label\":\"Name\",\"placeholder\":\"Name\",\"width\":\"33\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"qi8lqp1\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"email\",\"required\":true,\"field_label\":\"Email\",\"placeholder\":\"Email\",\"width\":\"33\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"8b28ttw\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"tel\",\"field_label\":\"Tel\",\"placeholder\":\"Tel\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width\":\"33\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"2gd0qrk\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"textarea\",\"field_label\":\"Message\",\"placeholder\":\"Message\",\"width\":\"100\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":\"6\",\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"1qsba9v\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"}],\"input_size\":\"md\",\"show_labels\":\"\",\"section_submit_button\":\"\",\"button_text\":\"Send\",\"button_size\":\"md\",\"section_form_options\":\"\",\"send_html\":\"\",\"success_message\":\"The message was sent successfully!\",\"error_message\":\"There\'s something wrong... Please fill in the required fields.\",\"required_field_message\":\"Required\",\"invalid_message\":\"There\'s something wrong... The form is invalid.\",\"section_form_style\":\"\",\"column_gap\":{\"unit\":\"px\",\"size\":\"20\"},\"row_gap\":{\"unit\":\"px\",\"size\":\"20\"},\"heading_label\":\"\",\"label_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"label_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"section_field_style\":\"\",\"field_text_color\":\"#464646\",\"field_typography_typography\":\"custom\",\"field_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"field_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"field_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"field_background_color\":\"rgba(191,201,209,0.26)\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_button_style\":\"\",\"tabs_button_style\":\"\",\"tab_button_normal\":\"\",\"button_text_color\":\"#464646\",\"button_typography_typography\":\"custom\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"button_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13},\"button_typography_text_transform\":\"uppercase\",\"button_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"button_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"button_background_color\":\"rgba(0,41,73,0)\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_border_color\":\"#12e0b9\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tab_button_hover\":\"\",\"button_hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#12e0b9\",\"button_hover_border_color\":\"#12e0b9\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"-100\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"55\",\"bottom\":\"55\",\"left\":\"55\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_section_background\":\"\",\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"_box_shadow_box_shadow_type\":\"outset\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":\"50\",\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.19)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"mark_required\":\"yes\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"subscriber_already_exists_message\":\"Subscriber already exist.\",\"email_to\":\"dgebilaguin@gmail.com\",\"email_subject\":\"New message from \\\"Wanderfuls\\\"\",\"email_from\":\"email@sub.morganrand.com\",\"email_from_name\":\"Wanderfuls\",\"email_to_2\":\"dgebilaguin@gmail.com\",\"email_subject_2\":\"New message from \\\"Wanderfuls\\\"\",\"email_from_2\":\"email@sub.morganrand.com\",\"email_from_name_2\":\"Wanderfuls\",\"email_reply_to_2\":\"dgebilaguin@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78f75450\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#464646\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"42bcc862\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1bd15425\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"7o3b1fs\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"7mj1o4u\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-google-plus\",\"_id\":\"7b6sjw9\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"0wh417m\"},{\"social\":\"fa fa-tumblr\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"agdym3r\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"rgba(0,0,0,0)\",\"icon_size\":{\"unit\":\"px\",\"size\":30},\"icon_spacing\":{\"unit\":\"px\",\"size\":14},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":25},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(635,129,'_elementor_css','a:4:{s:4:\"time\";i:1553152502;s:5:\"fonts\";a:2:{i:0;s:16:\"Playfair Display\";i:1;s:6:\"Roboto\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(637,130,'_wp_attached_file','2019/03/Pics.png'),(638,130,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:670;s:6:\"height\";i:569;s:4:\"file\";s:16:\"2019/03/Pics.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"Pics-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"Pics-300x255.png\";s:5:\"width\";i:300;s:6:\"height\";i:255;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:{}}}'),(655,133,'_elementor_edit_mode','builder'),(647,132,'_elementor_edit_mode','builder'),(648,132,'_elementor_template_type','post'),(649,132,'_elementor_version','2.5.9'),(650,132,'_wp_page_template','default'),(651,132,'_elementor_page_settings','a:12:{s:21:\"background_color_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:23:\"background_color_b_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:25:\"background_gradient_angle\";a:3:{s:4:\"unit\";s:3:\"deg\";s:4:\"size\";i:180;s:5:\"sizes\";a:0:{}}s:15:\"background_xpos\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_xpos_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_xpos_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:15:\"background_ypos\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_ypos_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_ypos_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:19:\"background_bg_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:26:\"background_bg_width_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:26:\"background_bg_width_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}}');
INSERT INTO `wpav_postmeta` VALUES (652,132,'_elementor_data','[{\"id\":\"4fbeaffe\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":80},\"background_background\":\"classic\",\"background_image\":{\"id\":43,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/selection.gif\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":70},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":100},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"rgba(58,58,58,0.87)\"},\"elements\":[{\"id\":\"6232b1d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4908604e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Wanderfuls \\u2122\",\"title_color\":\"#e5329f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":70},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":60},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":65},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":53},\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3ac5eddb\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#e5329f\",\"width\":{\"unit\":\"%\",\"size\":30},\"align_mobile\":\"center\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"30c648f2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Centerpiece and Party Favors in One!<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4f7aa0c4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Shop Now\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"background_color\":\"rgba(18,224,185,0)\",\"button_background_hover_color\":\"#e5329f\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e5329f\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"align_mobile\":\"center\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7d32eef3\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1300},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"80\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"5638e058\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"736df2ea\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-check-circle\",\"title_text\":\"Centerpieces That Double as Party Favors\",\"description_text\":\"Wanderfuls are designed to become an interactive part of your special day. What guest could forget the moment they remove their party favor from the centerpiece? <br\\/><br\\/> The Wanderfuls connect your guests to each other and to the magical moments of the event. These unique and memorable candy centerpieces are perfect for those once in a lifetime special events.\",\"position\":\"left\",\"primary_color\":\"#e5329f\",\"icon_space\":{\"unit\":\"px\",\"size\":18},\"icon_size\":{\"unit\":\"px\",\"size\":40},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#e5329f\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"title_size\":\"h2\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"25da2a06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6347ecab\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-check-circle\",\"title_text\":\"Customize and Design Your Own Centerpiece!\",\"description_text\":\"Our in-house designers will guide you through our customizable options, creating the perfect bouquet for the mood or theme of your event. Explore the different combinations and see them placed on a bouquet, until you find a design that you love!\\n<br\\/><br\\/>\\nChoose a coordinating color for the ribbon which spirals elegantly around and down the wand. For an extra special touch , you can choose to have imprinting on your Wanderfuls.\",\"position\":\"left\",\"primary_color\":\"#e5329f\",\"icon_space\":{\"unit\":\"px\",\"size\":18},\"icon_size\":{\"unit\":\"px\",\"size\":40},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#e5329f\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"title_size\":\"h2\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"1fdab9e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"71961474\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-check-circle\",\"title_text\":\"Centerpiece Ideas for All Types of Party\",\"description_text\":\"More than just traditional flower table decors for your special events. Wanderfuls gives you unique birthday centerpiece, graduation centerpiece, banquet centerpiece, anniversaries, holidays, and more... <br\\/> <br\\/>This is something so different and unique your guest will be amazed! These table decorations will create cherished memories that you and your guest will surely remember!\",\"position\":\"left\",\"primary_color\":\"#e5329f\",\"icon_space\":{\"unit\":\"px\",\"size\":18},\"icon_size\":{\"unit\":\"px\",\"size\":40},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#e5329f\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"title_size\":\"h2\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d1f7025\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"2145ac84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"26ba543f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":126,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/image_2019_03_21T07_09_41_778Z.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":70},\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"a267532\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0b001ac\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Wanderfuls is proud to offer a diverse color palette that represents every color of the rainbow, including many holographic, metallic, and iridescent options.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"025\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5ef36f13\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4be938f7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":128,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/Capture.jpg\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":33}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"68e5fd64\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"reverse_order_mobile\":\"reverse-mobile\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"15d8ab03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"287b019c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":130,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/Pics.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":30}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"13e581e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9e11fec\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>How many favors are in each centerpiece bouquet?<\\/p><p>The Classic Wanderfuls Arrangement combines the look of a flower bouquet with the bonus of a take home favor.\\u00a0 They are available in four sizes: 6, 8, 9, and 10.<\\/p><p>Consideration should be given to the amount of people seated per table and aesthetic preference when deciding a size<\\/p><p>\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"438d7c75\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"11076dfb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":80,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/255.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":85}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4344a0bd\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"40237ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1498afcf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":81,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/3-5.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":50},\"space_mobile\":{\"unit\":\"%\",\"size\":40}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"127e57cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3f39b887\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":82,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/535.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInDown\",\"space_tablet\":{\"unit\":\"%\",\"size\":70}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"79ffa662\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4d0a9838\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":83,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/8.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":30}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24014d06\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"custom_height\":{\"unit\":\"vh\",\"size\":70},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"structure\":\"20\",\"background_color\":\"#464646\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"326b3892\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_inline_size_tablet\":60,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1c8538fc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Working Process\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5c32583a\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#12e0b9\",\"width\":{\"unit\":\"%\",\"size\":30},\"align_mobile\":\"center\",\"gap_tablet\":{\"unit\":\"px\",\"size\":2}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130350bc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation X is on the runway heading towards a streamlined cloud solution. User generated content in real-time will have multiple touchpoints for offshoring.\\u00a0Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"typography_font_weight\":\"300\",\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ff32be7\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Studio Tour\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"background_color\":\"rgba(18,224,185,0)\",\"button_background_hover_color\":\"#12e0b9\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#12e0b9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"35cd55ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.685,\"_inline_size_tablet\":40,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"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\":\"764b3d67\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"image\":{\"id\":84,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/36.png\"},\"_id\":\"fbe66s4\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":85,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/architecture_3.jpg\"},\"_id\":\"593jh4m\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":86,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/3-1.png\"},\"_id\":\"2u0yeyx\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":87,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/201.jpg\"},\"_id\":\"f6v9odr\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":88,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/15-1.png\"},\"_id\":\"675a0h3\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"slides_per_view\":\"1\",\"height\":{\"unit\":\"px\",\"size\":530},\"width\":{\"unit\":\"%\",\"size\":85},\"show_arrows\":\"\",\"pagination_color\":\"#12e0b9\",\"slides_per_view_tablet\":\"1\",\"height_tablet\":{\"unit\":\"px\",\"size\":390},\"height_mobile\":{\"unit\":\"px\",\"size\":317},\"width_tablet\":{\"unit\":\"px\",\"size\":279},\"width_mobile\":{\"unit\":\"px\",\"size\":309}},\"elements\":[],\"widgetType\":\"media-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"36850847\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"300\",\"bottom\":\"30\",\"left\":\"300\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"376ba3cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1625f748\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet The Team\",\"title_color\":\"#464646\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"330044e1\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#12e0b9\",\"width\":{\"unit\":\"%\",\"size\":20},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4abba146\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide with additional clickthroughs from nanotechnology immersion DevOps.\\u00a0<\\/p>\",\"text_color\":\"#464646\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"align\":\"center\",\"typography_font_weight\":\"300\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"510bcff7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"2\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeIn\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"1578775a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"54e21678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":89,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/5-2.png\"},\"caption\":\" Neil Gaiman - CTO\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_background_hover_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"354dcc3\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"2b51225d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"201869d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":90,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/Untitled-4.png\"},\"caption\":\"Nikki Gooley - HR\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2bcfde60\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-google-plus\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"3c589058\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"97c1b98\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":91,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/5Untitled-4.png\"},\"caption\":\"Laurence Fishburne - CFO\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3fb56041\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"50f14028\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"4d09980d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":92,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/54.png\"},\"caption\":\"Kym Barrett - CMO\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"289b5da5\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14739a62\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"100\",\"left\":\"40\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"1e16682f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"67d5162c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":93,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/63853.png\"},\"caption\":\"Gloria Foster - UI Designer\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"636f97f3\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-dribbble\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-behance\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"3a9ba12c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"61d4bc8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":94,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/86.png\"},\"caption\":\"Jean Reno - UX Expert\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"26b438b0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"4a8ecd13\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"3e0714c9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":95,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/452.png\"},\"caption\":\"Bel McClory - UX Designer\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"39b7896c\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-dribbble\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"5c2300\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"70724d5c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":96,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/525.png\"},\"caption\":\"Matt Doran - Project manager\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3002c6d4\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-google-plus\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e93eab\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"column_position\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"none\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"7d9461e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"150\",\"left\":\"50\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"4628be1c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#464646\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align\":\"left\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"header_size\":\"h3\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"335c67e1\",\"elType\":\"widget\",\"settings\":{\"section_divider\":\"\",\"weight\":{\"unit\":\"px\",\"size\":\"3\"},\"color\":\"#12e0b9\",\"width\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"center\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5f2f3ba8\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon_list\":[{\"text\":\"+44 20 5540 1234\",\"icon\":\"fa fa-phone\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"kxo82hb\"},{\"text\":\"+44 35 9998 3245\",\"icon\":\"fa fa-mobile-phone\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"89z2tky\"},{\"text\":\"+44 20 5540 4433\",\"icon\":\"fa fa-fax\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"zi1l66f\"}],\"section_icon_style\":\"\",\"icon_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":30},\"icon_align_mobile\":\"center\",\"section_text_style\":\"\",\"text_indent\":{\"unit\":\"px\",\"size\":15},\"text_color\":\"#777777\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":2.3},\"icon_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"icon_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"space_between\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"34115220\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"background_size\":\"cover\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"background_overlay_background\":\"none\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.71},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"120\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"45\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"69e17028\",\"elType\":\"widget\",\"settings\":{\"section_form_fields\":\"\",\"form_name\":\"Sample Form\",\"form_fields\":[{\"field_type\":\"text\",\"field_label\":\"Name\",\"placeholder\":\"Name\",\"width\":\"33\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"qi8lqp1\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"email\",\"required\":true,\"field_label\":\"Email\",\"placeholder\":\"Email\",\"width\":\"33\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"8b28ttw\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"tel\",\"field_label\":\"Tel\",\"placeholder\":\"Tel\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width\":\"33\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"2gd0qrk\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"textarea\",\"field_label\":\"Message\",\"placeholder\":\"Message\",\"width\":\"100\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":\"6\",\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"1qsba9v\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"}],\"input_size\":\"md\",\"show_labels\":\"\",\"section_submit_button\":\"\",\"button_text\":\"Send\",\"button_size\":\"md\",\"section_form_options\":\"\",\"send_html\":\"\",\"success_message\":\"The message was sent successfully!\",\"error_message\":\"There\'s something wrong... Please fill in the required fields.\",\"required_field_message\":\"Required\",\"invalid_message\":\"There\'s something wrong... The form is invalid.\",\"section_form_style\":\"\",\"column_gap\":{\"unit\":\"px\",\"size\":\"20\"},\"row_gap\":{\"unit\":\"px\",\"size\":\"20\"},\"heading_label\":\"\",\"label_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"label_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"section_field_style\":\"\",\"field_text_color\":\"#464646\",\"field_typography_typography\":\"custom\",\"field_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"field_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"field_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"field_background_color\":\"rgba(191,201,209,0.26)\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_button_style\":\"\",\"tabs_button_style\":\"\",\"tab_button_normal\":\"\",\"button_text_color\":\"#464646\",\"button_typography_typography\":\"custom\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"button_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13},\"button_typography_text_transform\":\"uppercase\",\"button_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"button_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"button_background_color\":\"rgba(0,41,73,0)\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_border_color\":\"#12e0b9\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tab_button_hover\":\"\",\"button_hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#12e0b9\",\"button_hover_border_color\":\"#12e0b9\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"-100\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"55\",\"bottom\":\"55\",\"left\":\"55\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_section_background\":\"\",\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"_box_shadow_box_shadow_type\":\"outset\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":\"50\",\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.19)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"mark_required\":\"yes\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"subscriber_already_exists_message\":\"Subscriber already exist.\",\"email_to\":\"dgebilaguin@gmail.com\",\"email_subject\":\"New message from \\\"Wanderfuls\\\"\",\"email_from\":\"email@sub.morganrand.com\",\"email_from_name\":\"Wanderfuls\",\"email_to_2\":\"dgebilaguin@gmail.com\",\"email_subject_2\":\"New message from \\\"Wanderfuls\\\"\",\"email_from_2\":\"email@sub.morganrand.com\",\"email_from_name_2\":\"Wanderfuls\",\"email_reply_to_2\":\"dgebilaguin@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2cb91d0b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#464646\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"3612d8be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7f59e782\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"7o3b1fs\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"7mj1o4u\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-google-plus\",\"_id\":\"7b6sjw9\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"0wh417m\"},{\"social\":\"fa fa-tumblr\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"agdym3r\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"rgba(0,0,0,0)\",\"icon_size\":{\"unit\":\"px\",\"size\":30},\"icon_spacing\":{\"unit\":\"px\",\"size\":14},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":25},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"712cfb58\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":80},\"background_background\":\"classic\",\"background_image\":{\"id\":\"74\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/1-1.png\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":70},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":100},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"4f893844\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"700\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4afb101a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome To Dynamic Studio\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":70},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":60},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":65},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":53},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5d96f0b3\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#12e0b9\",\"width\":{\"unit\":\"%\",\"size\":30},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b19602d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Leverage agile frameworks to provide a robust synopsis for high level overviews. Iterative approaches to corporate strategy foster collaborative thinking to further the overall value proposition.\\u00a0<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"29ffbaea\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Studio Tour\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"background_color\":\"rgba(18,224,185,0)\",\"button_background_hover_color\":\"#12e0b9\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#12e0b9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"57e2deba\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1300},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"5f5f1d89\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2181c069\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-desktop\",\"title_text\":\"Web design\",\"description_text\":\"Leverage agile frameworks to provide a robust synopsis for high level overviews iterative approaches.\",\"position\":\"left\",\"primary_color\":\"#464646\",\"icon_space\":{\"unit\":\"px\",\"size\":20},\"icon_size\":{\"unit\":\"px\",\"size\":30},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#464646\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":0.5},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"6728d0b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c7620e\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-bandcamp\",\"title_text\":\"Branding\",\"description_text\":\"Leverage agile frameworks to provide a robust synopsis for high level overviews iterative approaches.\",\"position\":\"left\",\"primary_color\":\"#464646\",\"icon_space\":{\"unit\":\"px\",\"size\":20},\"icon_size\":{\"unit\":\"px\",\"size\":30},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#464646\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":0.5},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"2005df3f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"331af173\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-black-tie\",\"title_text\":\"Advertising \",\"description_text\":\"Leverage agile frameworks to provide a robust synopsis for high level overviews iterative approaches.\",\"position\":\"left\",\"primary_color\":\"#464646\",\"icon_space\":{\"unit\":\"px\",\"size\":20},\"icon_size\":{\"unit\":\"px\",\"size\":30},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#464646\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":0.5},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34f7ca3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"53180d28\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"210d0044\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"75\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/052.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":70}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"75f71690\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"52dd27a7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"76\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/155.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInDown\",\"space_tablet\":{\"unit\":\"%\",\"size\":34}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1d286c54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7e988294\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"77\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/11.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":33}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bfad4f8\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"reverse_order_mobile\":\"reverse-mobile\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"54dab58\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"602431b2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"78\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/12.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":30}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"72b34256\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"48bedce6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"79\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/13.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInDown\",\"space_tablet\":{\"unit\":\"%\",\"size\":50},\"space_mobile\":{\"unit\":\"%\",\"size\":40}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1db5c039\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1e81a021\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"80\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/255.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":85}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"58a96512\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"23a12e0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31f99ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"81\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/3-5.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":50},\"space_mobile\":{\"unit\":\"%\",\"size\":40}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d9004e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"26d24c6d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"82\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/535.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInDown\",\"space_tablet\":{\"unit\":\"%\",\"size\":70}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4693d20\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e9c3e25\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"83\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/8.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":30}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"666c8460\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"custom_height\":{\"unit\":\"vh\",\"size\":70},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"structure\":\"20\",\"background_color\":\"#464646\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"335192ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_inline_size_tablet\":60,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"189bf90f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Working Process\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"53f27564\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#12e0b9\",\"width\":{\"unit\":\"%\",\"size\":30},\"align_mobile\":\"center\",\"gap_tablet\":{\"unit\":\"px\",\"size\":2}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"49d6606a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation X is on the runway heading towards a streamlined cloud solution. User generated content in real-time will have multiple touchpoints for offshoring.\\u00a0Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"typography_font_weight\":\"300\",\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3a1db978\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Studio Tour\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"background_color\":\"rgba(18,224,185,0)\",\"button_background_hover_color\":\"#12e0b9\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#12e0b9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"21468a29\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.685,\"_inline_size_tablet\":40,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"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\":\"539dc278\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"image\":{\"id\":\"84\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/36.png\"},\"_id\":\"fbe66s4\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":\"85\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/architecture_3.jpg\"},\"_id\":\"593jh4m\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":\"86\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/3-1.png\"},\"_id\":\"2u0yeyx\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":\"87\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/201.jpg\"},\"_id\":\"f6v9odr\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":\"88\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/15-1.png\"},\"_id\":\"675a0h3\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"slides_per_view\":\"1\",\"height\":{\"unit\":\"px\",\"size\":530},\"width\":{\"unit\":\"%\",\"size\":85},\"show_arrows\":\"\",\"pagination_color\":\"#12e0b9\",\"slides_per_view_tablet\":\"1\",\"height_tablet\":{\"unit\":\"px\",\"size\":390},\"height_mobile\":{\"unit\":\"px\",\"size\":317},\"width_tablet\":{\"unit\":\"px\",\"size\":279},\"width_mobile\":{\"unit\":\"px\",\"size\":309}},\"elements\":[],\"widgetType\":\"media-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c06908a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"300\",\"bottom\":\"30\",\"left\":\"300\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"46bbaee0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"73a3a1b8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet The Team\",\"title_color\":\"#464646\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"792968e3\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#12e0b9\",\"width\":{\"unit\":\"%\",\"size\":20},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77984a4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide with additional clickthroughs from nanotechnology immersion DevOps.\\u00a0<\\/p>\",\"text_color\":\"#464646\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"align\":\"center\",\"typography_font_weight\":\"300\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad5e302\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"2\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeIn\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"692efcdf\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d709b34\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"89\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/5-2.png\"},\"caption\":\" Neil Gaiman - CTO\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_background_hover_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"45543174\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"6e7ca837\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"c017d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"90\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/Untitled-4.png\"},\"caption\":\"Nikki Gooley - HR\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"25786326\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-google-plus\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"cfe4858\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"497ef4be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"91\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/5Untitled-4.png\"},\"caption\":\"Laurence Fishburne - CFO\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"182ba57c\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"101de245\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"6734b4f7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"92\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/54.png\"},\"caption\":\"Kym Barrett - CMO\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24267a74\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d1290b2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"100\",\"left\":\"40\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"79722127\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"4af8c6e1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"93\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/63853.png\"},\"caption\":\"Gloria Foster - UI Designer\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5dade72a\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-dribbble\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-behance\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"120e1a36\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"4f620401\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"94\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/86.png\"},\"caption\":\"Jean Reno - UX Expert\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36574c3c\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"4c2bd3af\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"23547965\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"95\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/452.png\"},\"caption\":\"Bel McClory - UX Designer\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2daca6\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-dribbble\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"6d725dd8\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"56a60c52\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"96\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/525.png\"},\"caption\":\"Matt Doran - Project manager\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"53cb6f1e\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-google-plus\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"537ef12a\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"column_position\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"none\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"e2abfb6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"150\",\"left\":\"50\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"476f10d6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#464646\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align\":\"left\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"header_size\":\"h3\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"669bc6bc\",\"elType\":\"widget\",\"settings\":{\"section_divider\":\"\",\"weight\":{\"unit\":\"px\",\"size\":\"3\"},\"color\":\"#12e0b9\",\"width\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"center\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"448c1556\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon_list\":[{\"text\":\"+44 20 5540 1234\",\"icon\":\"fa fa-phone\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"kxo82hb\"},{\"text\":\"+44 35 9998 3245\",\"icon\":\"fa fa-mobile-phone\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"89z2tky\"},{\"text\":\"+44 20 5540 4433\",\"icon\":\"fa fa-fax\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"zi1l66f\"}],\"section_icon_style\":\"\",\"icon_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":30},\"icon_align_mobile\":\"center\",\"section_text_style\":\"\",\"text_indent\":{\"unit\":\"px\",\"size\":15},\"text_color\":\"#777777\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":2.3},\"icon_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"icon_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"space_between\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"41fcb08a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"background_size\":\"cover\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"background_overlay_background\":\"none\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.71},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"120\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"45\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"32a25746\",\"elType\":\"widget\",\"settings\":{\"section_form_fields\":\"\",\"form_name\":\"Sample Form\",\"form_fields\":[{\"field_type\":\"text\",\"field_label\":\"Name\",\"placeholder\":\"Name\",\"width\":\"33\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"qi8lqp1\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"email\",\"required\":true,\"field_label\":\"Email\",\"placeholder\":\"Email\",\"width\":\"33\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"8b28ttw\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"tel\",\"field_label\":\"Tel\",\"placeholder\":\"Tel\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width\":\"33\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"2gd0qrk\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"textarea\",\"field_label\":\"Message\",\"placeholder\":\"Message\",\"width\":\"100\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":\"6\",\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"1qsba9v\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"}],\"input_size\":\"md\",\"show_labels\":\"\",\"section_submit_button\":\"\",\"button_text\":\"Send\",\"button_size\":\"md\",\"section_form_options\":\"\",\"send_html\":\"\",\"success_message\":\"The message was sent successfully!\",\"error_message\":\"There\'s something wrong... Please fill in the required fields.\",\"required_field_message\":\"Required\",\"invalid_message\":\"There\'s something wrong... The form is invalid.\",\"section_form_style\":\"\",\"column_gap\":{\"unit\":\"px\",\"size\":\"20\"},\"row_gap\":{\"unit\":\"px\",\"size\":\"20\"},\"heading_label\":\"\",\"label_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"label_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"section_field_style\":\"\",\"field_text_color\":\"#464646\",\"field_typography_typography\":\"custom\",\"field_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"field_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"field_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"field_background_color\":\"rgba(191,201,209,0.26)\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_button_style\":\"\",\"tabs_button_style\":\"\",\"tab_button_normal\":\"\",\"button_text_color\":\"#464646\",\"button_typography_typography\":\"custom\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"button_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13},\"button_typography_text_transform\":\"uppercase\",\"button_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"button_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"button_background_color\":\"rgba(0,41,73,0)\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_border_color\":\"#12e0b9\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tab_button_hover\":\"\",\"button_hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#12e0b9\",\"button_hover_border_color\":\"#12e0b9\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"-100\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"55\",\"bottom\":\"55\",\"left\":\"55\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_section_background\":\"\",\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"_box_shadow_box_shadow_type\":\"outset\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":\"50\",\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.19)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"mark_required\":\"yes\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"subscriber_already_exists_message\":\"Subscriber already exist.\",\"email_to\":\"dgebilaguin@gmail.com\",\"email_subject\":\"New message from \\\"Wanderfuls\\\"\",\"email_from\":\"email@sub.morganrand.com\",\"email_from_name\":\"Wanderfuls\",\"email_to_2\":\"dgebilaguin@gmail.com\",\"email_subject_2\":\"New message from \\\"Wanderfuls\\\"\",\"email_from_2\":\"email@sub.morganrand.com\",\"email_from_name_2\":\"Wanderfuls\",\"email_reply_to_2\":\"dgebilaguin@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78f75450\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#464646\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"42bcc862\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1bd15425\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"7o3b1fs\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"7mj1o4u\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-google-plus\",\"_id\":\"7b6sjw9\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"0wh417m\"},{\"social\":\"fa fa-tumblr\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"agdym3r\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"rgba(0,0,0,0)\",\"icon_size\":{\"unit\":\"px\",\"size\":30},\"icon_spacing\":{\"unit\":\"px\",\"size\":14},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":25},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(656,133,'_elementor_template_type','post'),(657,133,'_elementor_version','2.5.9'),(658,133,'_wp_page_template','default'),(653,132,'_elementor_css','a:4:{s:4:\"time\";i:1553153203;s:5:\"fonts\";a:2:{i:0;s:16:\"Playfair Display\";i:1;s:6:\"Roboto\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(661,133,'_elementor_css','a:4:{s:4:\"time\";i:1553153269;s:5:\"fonts\";a:2:{i:0;s:16:\"Playfair Display\";i:1;s:6:\"Roboto\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(663,134,'_wp_attached_file','2019/03/Candy-Collage-2.png'),(664,134,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:877;s:4:\"file\";s:27:\"2019/03/Candy-Collage-2.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Candy-Collage-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Candy-Collage-2-300x225.png\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"Candy-Collage-2-768x576.png\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"Candy-Collage-2-1024x768.png\";s:5:\"width\";i:1024;s:6:\"height\";i:768;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:{}}}'),(665,135,'_elementor_edit_mode','builder'),(666,135,'_elementor_template_type','post'),(667,135,'_elementor_version','2.5.9'),(668,135,'_wp_page_template','default'),(669,135,'_elementor_page_settings','a:12:{s:21:\"background_color_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:23:\"background_color_b_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:25:\"background_gradient_angle\";a:3:{s:4:\"unit\";s:3:\"deg\";s:4:\"size\";i:180;s:5:\"sizes\";a:0:{}}s:15:\"background_xpos\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_xpos_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_xpos_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:15:\"background_ypos\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_ypos_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_ypos_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:19:\"background_bg_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:26:\"background_bg_width_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:26:\"background_bg_width_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}}'),(670,135,'_elementor_data','[{\"id\":\"4fbeaffe\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":80},\"background_background\":\"classic\",\"background_image\":{\"id\":43,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/selection.gif\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":70},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":100},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"rgba(58,58,58,0.87)\"},\"elements\":[{\"id\":\"6232b1d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4908604e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Wanderfuls \\u2122\",\"title_color\":\"#e5329f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":70},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":60},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":65},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":53},\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3ac5eddb\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#e5329f\",\"width\":{\"unit\":\"%\",\"size\":30},\"align_mobile\":\"center\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"30c648f2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Centerpiece and Party Favors in One!<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4f7aa0c4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Shop Now\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"background_color\":\"rgba(18,224,185,0)\",\"button_background_hover_color\":\"#e5329f\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e5329f\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"align_mobile\":\"center\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7d32eef3\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1300},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"80\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"5638e058\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"736df2ea\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-check-circle\",\"title_text\":\"Centerpieces That Double as Party Favors\",\"description_text\":\"Wanderfuls are designed to become an interactive part of your special day. What guest could forget the moment they remove their party favor from the centerpiece? <br\\/><br\\/> The Wanderfuls connect your guests to each other and to the magical moments of the event. These unique and memorable candy centerpieces are perfect for those once in a lifetime special events.\",\"position\":\"left\",\"primary_color\":\"#e5329f\",\"icon_space\":{\"unit\":\"px\",\"size\":18},\"icon_size\":{\"unit\":\"px\",\"size\":40},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#e5329f\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"title_size\":\"h2\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"25da2a06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6347ecab\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-check-circle\",\"title_text\":\"Customize and Design Your Own Centerpiece!\",\"description_text\":\"Our in-house designers will guide you through our customizable options, creating the perfect bouquet for the mood or theme of your event. Explore the different combinations and see them placed on a bouquet, until you find a design that you love!\\n<br\\/><br\\/>\\nChoose a coordinating color for the ribbon which spirals elegantly around and down the wand. For an extra special touch , you can choose to have imprinting on your Wanderfuls.\",\"position\":\"left\",\"primary_color\":\"#e5329f\",\"icon_space\":{\"unit\":\"px\",\"size\":18},\"icon_size\":{\"unit\":\"px\",\"size\":40},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#e5329f\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"title_size\":\"h2\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"1fdab9e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"71961474\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-check-circle\",\"title_text\":\"Centerpiece Ideas for All Types of Party\",\"description_text\":\"More than just traditional flower table decors for your special events. Wanderfuls gives you unique birthday centerpiece, graduation centerpiece, banquet centerpiece, anniversaries, holidays, and more... <br\\/> <br\\/>This is something so different and unique your guest will be amazed! These table decorations will create cherished memories that you and your guest will surely remember!\",\"position\":\"left\",\"primary_color\":\"#e5329f\",\"icon_space\":{\"unit\":\"px\",\"size\":18},\"icon_size\":{\"unit\":\"px\",\"size\":40},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#e5329f\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"title_size\":\"h2\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d1f7025\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"2145ac84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"26ba543f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":126,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/image_2019_03_21T07_09_41_778Z.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":70},\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"a267532\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0b001ac\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Wanderfuls is proud to offer a diverse color palette that represents every color of the rainbow, including many holographic, metallic, and iridescent options.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"025\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5ef36f13\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4be938f7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":128,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/Capture.jpg\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":33}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"68e5fd64\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"reverse_order_mobile\":\"reverse-mobile\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"15d8ab03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"287b019c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":130,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/Pics.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":30}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"13e581e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9e11fec\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>How many favors are in each centerpiece bouquet?<\\/p><p>The Classic Wanderfuls Arrangement combines the look of a flower bouquet with the bonus of a take home favor.\\u00a0 They are available in four sizes: 6, 8, 9, and 10.<\\/p><p>Consideration should be given to the amount of people seated per table and aesthetic preference when deciding a size<\\/p><p>\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"438d7c75\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"11076dfb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":80,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/255.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":85}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4344a0bd\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"40237ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1498afcf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":134,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/Candy-Collage-2.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":50},\"space_mobile\":{\"unit\":\"%\",\"size\":40}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"127e57cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3f39b887\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":82,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/535.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInDown\",\"space_tablet\":{\"unit\":\"%\",\"size\":70}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"79ffa662\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4d0a9838\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":83,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/8.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":30}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24014d06\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"custom_height\":{\"unit\":\"vh\",\"size\":70},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"structure\":\"20\",\"background_color\":\"#464646\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"326b3892\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_inline_size_tablet\":60,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1c8538fc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Working Process\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5c32583a\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#12e0b9\",\"width\":{\"unit\":\"%\",\"size\":30},\"align_mobile\":\"center\",\"gap_tablet\":{\"unit\":\"px\",\"size\":2}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130350bc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation X is on the runway heading towards a streamlined cloud solution. User generated content in real-time will have multiple touchpoints for offshoring.\\u00a0Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"typography_font_weight\":\"300\",\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ff32be7\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Studio Tour\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"background_color\":\"rgba(18,224,185,0)\",\"button_background_hover_color\":\"#12e0b9\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#12e0b9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"35cd55ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.685,\"_inline_size_tablet\":40,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"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\":\"764b3d67\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"image\":{\"id\":84,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/36.png\"},\"_id\":\"fbe66s4\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":85,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/architecture_3.jpg\"},\"_id\":\"593jh4m\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":86,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/3-1.png\"},\"_id\":\"2u0yeyx\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":87,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/201.jpg\"},\"_id\":\"f6v9odr\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":88,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/15-1.png\"},\"_id\":\"675a0h3\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"slides_per_view\":\"1\",\"height\":{\"unit\":\"px\",\"size\":530},\"width\":{\"unit\":\"%\",\"size\":85},\"show_arrows\":\"\",\"pagination_color\":\"#12e0b9\",\"slides_per_view_tablet\":\"1\",\"height_tablet\":{\"unit\":\"px\",\"size\":390},\"height_mobile\":{\"unit\":\"px\",\"size\":317},\"width_tablet\":{\"unit\":\"px\",\"size\":279},\"width_mobile\":{\"unit\":\"px\",\"size\":309}},\"elements\":[],\"widgetType\":\"media-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"36850847\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"300\",\"bottom\":\"30\",\"left\":\"300\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"376ba3cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1625f748\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet The Team\",\"title_color\":\"#464646\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"330044e1\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#12e0b9\",\"width\":{\"unit\":\"%\",\"size\":20},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4abba146\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide with additional clickthroughs from nanotechnology immersion DevOps.\\u00a0<\\/p>\",\"text_color\":\"#464646\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"align\":\"center\",\"typography_font_weight\":\"300\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"510bcff7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"2\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeIn\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"1578775a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"54e21678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":89,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/5-2.png\"},\"caption\":\" Neil Gaiman - CTO\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_background_hover_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"354dcc3\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"2b51225d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"201869d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":90,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/Untitled-4.png\"},\"caption\":\"Nikki Gooley - HR\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2bcfde60\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-google-plus\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"3c589058\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"97c1b98\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":91,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/5Untitled-4.png\"},\"caption\":\"Laurence Fishburne - CFO\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3fb56041\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"50f14028\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"4d09980d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":92,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/54.png\"},\"caption\":\"Kym Barrett - CMO\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"289b5da5\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14739a62\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"100\",\"left\":\"40\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"1e16682f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"67d5162c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":93,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/63853.png\"},\"caption\":\"Gloria Foster - UI Designer\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"636f97f3\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-dribbble\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-behance\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"3a9ba12c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"61d4bc8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":94,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/86.png\"},\"caption\":\"Jean Reno - UX Expert\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"26b438b0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"4a8ecd13\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"3e0714c9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":95,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/452.png\"},\"caption\":\"Bel McClory - UX Designer\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"39b7896c\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-dribbble\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"5c2300\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"70724d5c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":96,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/525.png\"},\"caption\":\"Matt Doran - Project manager\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3002c6d4\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-google-plus\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e93eab\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"column_position\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"none\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"7d9461e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"150\",\"left\":\"50\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"4628be1c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#464646\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align\":\"left\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"header_size\":\"h3\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"335c67e1\",\"elType\":\"widget\",\"settings\":{\"section_divider\":\"\",\"weight\":{\"unit\":\"px\",\"size\":\"3\"},\"color\":\"#12e0b9\",\"width\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"center\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5f2f3ba8\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon_list\":[{\"text\":\"+44 20 5540 1234\",\"icon\":\"fa fa-phone\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"kxo82hb\"},{\"text\":\"+44 35 9998 3245\",\"icon\":\"fa fa-mobile-phone\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"89z2tky\"},{\"text\":\"+44 20 5540 4433\",\"icon\":\"fa fa-fax\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"zi1l66f\"}],\"section_icon_style\":\"\",\"icon_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":30},\"icon_align_mobile\":\"center\",\"section_text_style\":\"\",\"text_indent\":{\"unit\":\"px\",\"size\":15},\"text_color\":\"#777777\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":2.3},\"icon_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"icon_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"space_between\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"34115220\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"background_size\":\"cover\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"background_overlay_background\":\"none\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.71},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"120\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"45\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"69e17028\",\"elType\":\"widget\",\"settings\":{\"section_form_fields\":\"\",\"form_name\":\"Sample Form\",\"form_fields\":[{\"field_type\":\"text\",\"field_label\":\"Name\",\"placeholder\":\"Name\",\"width\":\"33\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"qi8lqp1\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"email\",\"required\":true,\"field_label\":\"Email\",\"placeholder\":\"Email\",\"width\":\"33\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"8b28ttw\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"tel\",\"field_label\":\"Tel\",\"placeholder\":\"Tel\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width\":\"33\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"2gd0qrk\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"textarea\",\"field_label\":\"Message\",\"placeholder\":\"Message\",\"width\":\"100\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":\"6\",\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"1qsba9v\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"}],\"input_size\":\"md\",\"show_labels\":\"\",\"section_submit_button\":\"\",\"button_text\":\"Send\",\"button_size\":\"md\",\"section_form_options\":\"\",\"send_html\":\"\",\"success_message\":\"The message was sent successfully!\",\"error_message\":\"There\'s something wrong... Please fill in the required fields.\",\"required_field_message\":\"Required\",\"invalid_message\":\"There\'s something wrong... The form is invalid.\",\"section_form_style\":\"\",\"column_gap\":{\"unit\":\"px\",\"size\":\"20\"},\"row_gap\":{\"unit\":\"px\",\"size\":\"20\"},\"heading_label\":\"\",\"label_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"label_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"section_field_style\":\"\",\"field_text_color\":\"#464646\",\"field_typography_typography\":\"custom\",\"field_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"field_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"field_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"field_background_color\":\"rgba(191,201,209,0.26)\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_button_style\":\"\",\"tabs_button_style\":\"\",\"tab_button_normal\":\"\",\"button_text_color\":\"#464646\",\"button_typography_typography\":\"custom\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"button_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13},\"button_typography_text_transform\":\"uppercase\",\"button_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"button_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"button_background_color\":\"rgba(0,41,73,0)\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_border_color\":\"#12e0b9\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tab_button_hover\":\"\",\"button_hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#12e0b9\",\"button_hover_border_color\":\"#12e0b9\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"-100\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"55\",\"bottom\":\"55\",\"left\":\"55\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_section_background\":\"\",\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"_box_shadow_box_shadow_type\":\"outset\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":\"50\",\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.19)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"mark_required\":\"yes\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"subscriber_already_exists_message\":\"Subscriber already exist.\",\"email_to\":\"dgebilaguin@gmail.com\",\"email_subject\":\"New message from \\\"Wanderfuls\\\"\",\"email_from\":\"email@sub.morganrand.com\",\"email_from_name\":\"Wanderfuls\",\"email_to_2\":\"dgebilaguin@gmail.com\",\"email_subject_2\":\"New message from \\\"Wanderfuls\\\"\",\"email_from_2\":\"email@sub.morganrand.com\",\"email_from_name_2\":\"Wanderfuls\",\"email_reply_to_2\":\"dgebilaguin@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2cb91d0b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#464646\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"3612d8be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7f59e782\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"7o3b1fs\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"7mj1o4u\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-google-plus\",\"_id\":\"7b6sjw9\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"0wh417m\"},{\"social\":\"fa fa-tumblr\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"agdym3r\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"rgba(0,0,0,0)\",\"icon_size\":{\"unit\":\"px\",\"size\":30},\"icon_spacing\":{\"unit\":\"px\",\"size\":14},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":25},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(671,135,'_elementor_css','a:4:{s:4:\"time\";i:1553153342;s:5:\"fonts\";a:2:{i:0;s:16:\"Playfair Display\";i:1;s:6:\"Roboto\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(681,137,'_elementor_edit_mode','builder'),(682,137,'_elementor_template_type','post'),(683,137,'_elementor_version','2.5.9'),(673,136,'_elementor_edit_mode','builder'),(674,136,'_elementor_template_type','post'),(675,136,'_elementor_version','2.5.9'),(676,136,'_wp_page_template','default'),(677,136,'_elementor_page_settings','a:12:{s:21:\"background_color_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:23:\"background_color_b_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:25:\"background_gradient_angle\";a:3:{s:4:\"unit\";s:3:\"deg\";s:4:\"size\";i:180;s:5:\"sizes\";a:0:{}}s:15:\"background_xpos\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_xpos_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_xpos_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:15:\"background_ypos\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_ypos_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_ypos_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:19:\"background_bg_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:26:\"background_bg_width_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:26:\"background_bg_width_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}}'),(678,136,'_elementor_data','[{\"id\":\"4fbeaffe\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":80},\"background_background\":\"classic\",\"background_image\":{\"id\":43,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/selection.gif\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":70},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":100},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"rgba(58,58,58,0.87)\"},\"elements\":[{\"id\":\"6232b1d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4908604e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Wanderfuls \\u2122\",\"title_color\":\"#e5329f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":70},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":60},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":65},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":53},\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3ac5eddb\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#e5329f\",\"width\":{\"unit\":\"%\",\"size\":30},\"align_mobile\":\"center\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"30c648f2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Centerpiece and Party Favors in One!<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4f7aa0c4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Shop Now\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"background_color\":\"rgba(18,224,185,0)\",\"button_background_hover_color\":\"#e5329f\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e5329f\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"align_mobile\":\"center\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7d32eef3\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1300},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"80\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"5638e058\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"736df2ea\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-check-circle\",\"title_text\":\"Centerpieces That Double as Party Favors\",\"description_text\":\"Wanderfuls are designed to become an interactive part of your special day. What guest could forget the moment they remove their party favor from the centerpiece? <br\\/><br\\/> The Wanderfuls connect your guests to each other and to the magical moments of the event. These unique and memorable candy centerpieces are perfect for those once in a lifetime special events.\",\"position\":\"left\",\"primary_color\":\"#e5329f\",\"icon_space\":{\"unit\":\"px\",\"size\":18},\"icon_size\":{\"unit\":\"px\",\"size\":40},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#e5329f\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"title_size\":\"h2\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"25da2a06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6347ecab\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-check-circle\",\"title_text\":\"Customize and Design Your Own Centerpiece!\",\"description_text\":\"Our in-house designers will guide you through our customizable options, creating the perfect bouquet for the mood or theme of your event. Explore the different combinations and see them placed on a bouquet, until you find a design that you love!\\n<br\\/><br\\/>\\nChoose a coordinating color for the ribbon which spirals elegantly around and down the wand. For an extra special touch , you can choose to have imprinting on your Wanderfuls.\",\"position\":\"left\",\"primary_color\":\"#e5329f\",\"icon_space\":{\"unit\":\"px\",\"size\":18},\"icon_size\":{\"unit\":\"px\",\"size\":40},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#e5329f\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"title_size\":\"h2\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"1fdab9e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"71961474\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-check-circle\",\"title_text\":\"Centerpiece Ideas for All Types of Party\",\"description_text\":\"More than just traditional flower table decors for your special events. Wanderfuls gives you unique birthday centerpiece, graduation centerpiece, banquet centerpiece, anniversaries, holidays, and more... <br\\/> <br\\/>This is something so different and unique your guest will be amazed! These table decorations will create cherished memories that you and your guest will surely remember!\",\"position\":\"left\",\"primary_color\":\"#e5329f\",\"icon_space\":{\"unit\":\"px\",\"size\":18},\"icon_size\":{\"unit\":\"px\",\"size\":40},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#e5329f\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"title_size\":\"h2\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d1f7025\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"2145ac84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"26ba543f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":126,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/image_2019_03_21T07_09_41_778Z.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":70},\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"a267532\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0b001ac\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Wanderfuls is proud to offer a diverse color palette that represents every color of the rainbow, including many holographic, metallic, and iridescent options.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"025\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5ef36f13\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4be938f7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":128,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/Capture.jpg\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":33}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"68e5fd64\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"reverse_order_mobile\":\"reverse-mobile\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"15d8ab03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"287b019c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":130,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/Pics.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":30}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"13e581e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9e11fec\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>How many favors are in each centerpiece bouquet?<\\/p><p>The Classic Wanderfuls Arrangement combines the look of a flower bouquet with the bonus of a take home favor.\\u00a0 They are available in four sizes: 6, 8, 9, and 10.<\\/p><p>Consideration should be given to the amount of people seated per table and aesthetic preference when deciding a size<\\/p><p>\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"438d7c75\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"11076dfb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":80,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/255.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":85}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4344a0bd\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"40237ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1498afcf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":134,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/Candy-Collage-2.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":50},\"space_mobile\":{\"unit\":\"%\",\"size\":40}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"127e57cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8419d3e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3f39b887\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":82,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/535.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInDown\",\"space_tablet\":{\"unit\":\"%\",\"size\":70}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"79ffa662\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4d0a9838\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":83,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/8.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":30}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24014d06\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"custom_height\":{\"unit\":\"vh\",\"size\":70},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"structure\":\"20\",\"background_color\":\"#464646\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"326b3892\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_inline_size_tablet\":60,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1c8538fc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Working Process\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5c32583a\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#12e0b9\",\"width\":{\"unit\":\"%\",\"size\":30},\"align_mobile\":\"center\",\"gap_tablet\":{\"unit\":\"px\",\"size\":2}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130350bc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation X is on the runway heading towards a streamlined cloud solution. User generated content in real-time will have multiple touchpoints for offshoring.\\u00a0Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"typography_font_weight\":\"300\",\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ff32be7\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Studio Tour\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"background_color\":\"rgba(18,224,185,0)\",\"button_background_hover_color\":\"#12e0b9\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#12e0b9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"35cd55ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.685,\"_inline_size_tablet\":40,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"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\":\"764b3d67\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"image\":{\"id\":84,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/36.png\"},\"_id\":\"fbe66s4\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":85,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/architecture_3.jpg\"},\"_id\":\"593jh4m\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":86,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/3-1.png\"},\"_id\":\"2u0yeyx\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":87,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/201.jpg\"},\"_id\":\"f6v9odr\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":88,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/15-1.png\"},\"_id\":\"675a0h3\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"slides_per_view\":\"1\",\"height\":{\"unit\":\"px\",\"size\":530},\"width\":{\"unit\":\"%\",\"size\":85},\"show_arrows\":\"\",\"pagination_color\":\"#12e0b9\",\"slides_per_view_tablet\":\"1\",\"height_tablet\":{\"unit\":\"px\",\"size\":390},\"height_mobile\":{\"unit\":\"px\",\"size\":317},\"width_tablet\":{\"unit\":\"px\",\"size\":279},\"width_mobile\":{\"unit\":\"px\",\"size\":309}},\"elements\":[],\"widgetType\":\"media-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"36850847\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"300\",\"bottom\":\"30\",\"left\":\"300\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"376ba3cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1625f748\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet The Team\",\"title_color\":\"#464646\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"330044e1\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#12e0b9\",\"width\":{\"unit\":\"%\",\"size\":20},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4abba146\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide with additional clickthroughs from nanotechnology immersion DevOps.\\u00a0<\\/p>\",\"text_color\":\"#464646\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"align\":\"center\",\"typography_font_weight\":\"300\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"510bcff7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"2\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeIn\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"1578775a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"54e21678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":89,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/5-2.png\"},\"caption\":\" Neil Gaiman - CTO\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_background_hover_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"354dcc3\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"2b51225d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"201869d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":90,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/Untitled-4.png\"},\"caption\":\"Nikki Gooley - HR\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2bcfde60\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-google-plus\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"3c589058\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"97c1b98\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":91,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/5Untitled-4.png\"},\"caption\":\"Laurence Fishburne - CFO\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3fb56041\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"50f14028\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"4d09980d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":92,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/54.png\"},\"caption\":\"Kym Barrett - CMO\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"289b5da5\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14739a62\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"100\",\"left\":\"40\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"1e16682f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"67d5162c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":93,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/63853.png\"},\"caption\":\"Gloria Foster - UI Designer\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"636f97f3\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-dribbble\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-behance\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"3a9ba12c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"61d4bc8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":94,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/86.png\"},\"caption\":\"Jean Reno - UX Expert\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"26b438b0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"4a8ecd13\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"3e0714c9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":95,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/452.png\"},\"caption\":\"Bel McClory - UX Designer\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"39b7896c\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-dribbble\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"5c2300\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"70724d5c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":96,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/525.png\"},\"caption\":\"Matt Doran - Project manager\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3002c6d4\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-google-plus\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e93eab\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"column_position\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"none\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"7d9461e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"150\",\"left\":\"50\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"4628be1c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#464646\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align\":\"left\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"header_size\":\"h3\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"335c67e1\",\"elType\":\"widget\",\"settings\":{\"section_divider\":\"\",\"weight\":{\"unit\":\"px\",\"size\":\"3\"},\"color\":\"#12e0b9\",\"width\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"center\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5f2f3ba8\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon_list\":[{\"text\":\"+44 20 5540 1234\",\"icon\":\"fa fa-phone\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"kxo82hb\"},{\"text\":\"+44 35 9998 3245\",\"icon\":\"fa fa-mobile-phone\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"89z2tky\"},{\"text\":\"+44 20 5540 4433\",\"icon\":\"fa fa-fax\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"zi1l66f\"}],\"section_icon_style\":\"\",\"icon_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":30},\"icon_align_mobile\":\"center\",\"section_text_style\":\"\",\"text_indent\":{\"unit\":\"px\",\"size\":15},\"text_color\":\"#777777\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":2.3},\"icon_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"icon_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"space_between\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"34115220\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"background_size\":\"cover\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"background_overlay_background\":\"none\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.71},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"120\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"45\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"69e17028\",\"elType\":\"widget\",\"settings\":{\"section_form_fields\":\"\",\"form_name\":\"Sample Form\",\"form_fields\":[{\"field_type\":\"text\",\"field_label\":\"Name\",\"placeholder\":\"Name\",\"width\":\"33\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"qi8lqp1\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"email\",\"required\":true,\"field_label\":\"Email\",\"placeholder\":\"Email\",\"width\":\"33\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"8b28ttw\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"tel\",\"field_label\":\"Tel\",\"placeholder\":\"Tel\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width\":\"33\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"2gd0qrk\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"textarea\",\"field_label\":\"Message\",\"placeholder\":\"Message\",\"width\":\"100\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":\"6\",\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"1qsba9v\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"}],\"input_size\":\"md\",\"show_labels\":\"\",\"section_submit_button\":\"\",\"button_text\":\"Send\",\"button_size\":\"md\",\"section_form_options\":\"\",\"send_html\":\"\",\"success_message\":\"The message was sent successfully!\",\"error_message\":\"There\'s something wrong... Please fill in the required fields.\",\"required_field_message\":\"Required\",\"invalid_message\":\"There\'s something wrong... The form is invalid.\",\"section_form_style\":\"\",\"column_gap\":{\"unit\":\"px\",\"size\":\"20\"},\"row_gap\":{\"unit\":\"px\",\"size\":\"20\"},\"heading_label\":\"\",\"label_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"label_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"section_field_style\":\"\",\"field_text_color\":\"#464646\",\"field_typography_typography\":\"custom\",\"field_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"field_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"field_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"field_background_color\":\"rgba(191,201,209,0.26)\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_button_style\":\"\",\"tabs_button_style\":\"\",\"tab_button_normal\":\"\",\"button_text_color\":\"#464646\",\"button_typography_typography\":\"custom\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"button_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13},\"button_typography_text_transform\":\"uppercase\",\"button_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"button_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"button_background_color\":\"rgba(0,41,73,0)\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_border_color\":\"#12e0b9\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tab_button_hover\":\"\",\"button_hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#12e0b9\",\"button_hover_border_color\":\"#12e0b9\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"-100\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"55\",\"bottom\":\"55\",\"left\":\"55\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_section_background\":\"\",\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"_box_shadow_box_shadow_type\":\"outset\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":\"50\",\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.19)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"mark_required\":\"yes\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"subscriber_already_exists_message\":\"Subscriber already exist.\",\"email_to\":\"dgebilaguin@gmail.com\",\"email_subject\":\"New message from \\\"Wanderfuls\\\"\",\"email_from\":\"email@sub.morganrand.com\",\"email_from_name\":\"Wanderfuls\",\"email_to_2\":\"dgebilaguin@gmail.com\",\"email_subject_2\":\"New message from \\\"Wanderfuls\\\"\",\"email_from_2\":\"email@sub.morganrand.com\",\"email_from_name_2\":\"Wanderfuls\",\"email_reply_to_2\":\"dgebilaguin@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2cb91d0b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#464646\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"3612d8be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7f59e782\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"7o3b1fs\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"7mj1o4u\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-google-plus\",\"_id\":\"7b6sjw9\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"0wh417m\"},{\"social\":\"fa fa-tumblr\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"agdym3r\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"rgba(0,0,0,0)\",\"icon_size\":{\"unit\":\"px\",\"size\":30},\"icon_spacing\":{\"unit\":\"px\",\"size\":14},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":25},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(679,136,'_elementor_css','a:4:{s:4:\"time\";i:1553153421;s:5:\"fonts\";a:2:{i:0;s:16:\"Playfair Display\";i:1;s:6:\"Roboto\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(686,137,'_elementor_data','[{\"id\":\"4fbeaffe\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":80},\"background_background\":\"classic\",\"background_image\":{\"id\":43,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/selection.gif\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":70},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":100},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"rgba(58,58,58,0.87)\"},\"elements\":[{\"id\":\"6232b1d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4908604e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Wanderfuls \\u2122\",\"title_color\":\"#e5329f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":70},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":60},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":65},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":53},\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3ac5eddb\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#e5329f\",\"width\":{\"unit\":\"%\",\"size\":30},\"align_mobile\":\"center\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"30c648f2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Centerpiece and Party Favors in One!<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4f7aa0c4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Shop Now\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"background_color\":\"rgba(18,224,185,0)\",\"button_background_hover_color\":\"#e5329f\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e5329f\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"align_mobile\":\"center\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7d32eef3\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1300},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"80\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"5638e058\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"736df2ea\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-check-circle\",\"title_text\":\"Centerpieces That Double as Party Favors\",\"description_text\":\"Wanderfuls are designed to become an interactive part of your special day. What guest could forget the moment they remove their party favor from the centerpiece? <br\\/><br\\/> The Wanderfuls connect your guests to each other and to the magical moments of the event. These unique and memorable candy centerpieces are perfect for those once in a lifetime special events.\",\"position\":\"left\",\"primary_color\":\"#e5329f\",\"icon_space\":{\"unit\":\"px\",\"size\":18},\"icon_size\":{\"unit\":\"px\",\"size\":40},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#e5329f\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"title_size\":\"h2\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"25da2a06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6347ecab\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-check-circle\",\"title_text\":\"Customize and Design Your Own Centerpiece!\",\"description_text\":\"Our in-house designers will guide you through our customizable options, creating the perfect bouquet for the mood or theme of your event. Explore the different combinations and see them placed on a bouquet, until you find a design that you love!\\n<br\\/><br\\/>\\nChoose a coordinating color for the ribbon which spirals elegantly around and down the wand. For an extra special touch , you can choose to have imprinting on your Wanderfuls.\",\"position\":\"left\",\"primary_color\":\"#e5329f\",\"icon_space\":{\"unit\":\"px\",\"size\":18},\"icon_size\":{\"unit\":\"px\",\"size\":40},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#e5329f\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"title_size\":\"h2\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"1fdab9e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"71961474\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-check-circle\",\"title_text\":\"Centerpiece Ideas for All Types of Party\",\"description_text\":\"More than just traditional flower table decors for your special events. Wanderfuls gives you unique birthday centerpiece, graduation centerpiece, banquet centerpiece, anniversaries, holidays, and more... <br\\/> <br\\/>This is something so different and unique your guest will be amazed! These table decorations will create cherished memories that you and your guest will surely remember!\",\"position\":\"left\",\"primary_color\":\"#e5329f\",\"icon_space\":{\"unit\":\"px\",\"size\":18},\"icon_size\":{\"unit\":\"px\",\"size\":40},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#e5329f\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"title_size\":\"h2\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d1f7025\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"2145ac84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"26ba543f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":126,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/image_2019_03_21T07_09_41_778Z.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":70},\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"a267532\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0b001ac\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Wanderfuls is proud to offer a diverse color palette that represents every color of the rainbow, including many holographic, metallic, and iridescent options.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"025\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5ef36f13\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4be938f7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":128,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/Capture.jpg\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":33}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"68e5fd64\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"reverse_order_mobile\":\"reverse-mobile\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"15d8ab03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"287b019c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":130,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/Pics.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":30}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"13e581e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9e11fec\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>How many favors are in each centerpiece bouquet?<\\/p><p>The Classic Wanderfuls Arrangement combines the look of a flower bouquet with the bonus of a take home favor.\\u00a0 They are available in four sizes: 6, 8, 9, and 10.<\\/p><p>Consideration should be given to the amount of people seated per table and aesthetic preference when deciding a size<\\/p><p>\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"438d7c75\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"11076dfb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":80,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/255.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":85}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4344a0bd\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"40237ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1498afcf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":134,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/Candy-Collage-2.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":50},\"space_mobile\":{\"unit\":\"%\",\"size\":40}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"127e57cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8419d3e\",\"elType\":\"widget\",\"settings\":{\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79ffa662\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4d0a9838\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":83,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/8.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":30}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24014d06\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"custom_height\":{\"unit\":\"vh\",\"size\":70},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"structure\":\"20\",\"background_color\":\"#464646\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"326b3892\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_inline_size_tablet\":60,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1c8538fc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Working Process\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5c32583a\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#12e0b9\",\"width\":{\"unit\":\"%\",\"size\":30},\"align_mobile\":\"center\",\"gap_tablet\":{\"unit\":\"px\",\"size\":2}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130350bc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation X is on the runway heading towards a streamlined cloud solution. User generated content in real-time will have multiple touchpoints for offshoring.\\u00a0Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"typography_font_weight\":\"300\",\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ff32be7\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Studio Tour\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"background_color\":\"rgba(18,224,185,0)\",\"button_background_hover_color\":\"#12e0b9\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#12e0b9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"35cd55ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.685,\"_inline_size_tablet\":40,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"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\":\"764b3d67\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"image\":{\"id\":84,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/36.png\"},\"_id\":\"fbe66s4\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":85,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/architecture_3.jpg\"},\"_id\":\"593jh4m\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":86,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/3-1.png\"},\"_id\":\"2u0yeyx\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":87,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/201.jpg\"},\"_id\":\"f6v9odr\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":88,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/15-1.png\"},\"_id\":\"675a0h3\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"slides_per_view\":\"1\",\"height\":{\"unit\":\"px\",\"size\":530},\"width\":{\"unit\":\"%\",\"size\":85},\"show_arrows\":\"\",\"pagination_color\":\"#12e0b9\",\"slides_per_view_tablet\":\"1\",\"height_tablet\":{\"unit\":\"px\",\"size\":390},\"height_mobile\":{\"unit\":\"px\",\"size\":317},\"width_tablet\":{\"unit\":\"px\",\"size\":279},\"width_mobile\":{\"unit\":\"px\",\"size\":309}},\"elements\":[],\"widgetType\":\"media-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"36850847\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"300\",\"bottom\":\"30\",\"left\":\"300\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"376ba3cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1625f748\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet The Team\",\"title_color\":\"#464646\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"330044e1\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#12e0b9\",\"width\":{\"unit\":\"%\",\"size\":20},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4abba146\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide with additional clickthroughs from nanotechnology immersion DevOps.\\u00a0<\\/p>\",\"text_color\":\"#464646\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"align\":\"center\",\"typography_font_weight\":\"300\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"510bcff7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"2\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeIn\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"1578775a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"54e21678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":89,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/5-2.png\"},\"caption\":\" Neil Gaiman - CTO\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_background_hover_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"354dcc3\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"2b51225d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"201869d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":90,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/Untitled-4.png\"},\"caption\":\"Nikki Gooley - HR\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2bcfde60\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-google-plus\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"3c589058\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"97c1b98\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":91,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/5Untitled-4.png\"},\"caption\":\"Laurence Fishburne - CFO\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3fb56041\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"50f14028\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"4d09980d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":92,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/54.png\"},\"caption\":\"Kym Barrett - CMO\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"289b5da5\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14739a62\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"100\",\"left\":\"40\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"1e16682f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"67d5162c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":93,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/63853.png\"},\"caption\":\"Gloria Foster - UI Designer\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"636f97f3\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-dribbble\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-behance\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"3a9ba12c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"61d4bc8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":94,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/86.png\"},\"caption\":\"Jean Reno - UX Expert\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"26b438b0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"4a8ecd13\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"3e0714c9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":95,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/452.png\"},\"caption\":\"Bel McClory - UX Designer\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"39b7896c\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-dribbble\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"5c2300\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"70724d5c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":96,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/525.png\"},\"caption\":\"Matt Doran - Project manager\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3002c6d4\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-google-plus\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e93eab\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"column_position\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"none\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"7d9461e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"150\",\"left\":\"50\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"4628be1c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#464646\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align\":\"left\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"header_size\":\"h3\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"335c67e1\",\"elType\":\"widget\",\"settings\":{\"section_divider\":\"\",\"weight\":{\"unit\":\"px\",\"size\":\"3\"},\"color\":\"#12e0b9\",\"width\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"center\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5f2f3ba8\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon_list\":[{\"text\":\"+44 20 5540 1234\",\"icon\":\"fa fa-phone\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"kxo82hb\"},{\"text\":\"+44 35 9998 3245\",\"icon\":\"fa fa-mobile-phone\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"89z2tky\"},{\"text\":\"+44 20 5540 4433\",\"icon\":\"fa fa-fax\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"zi1l66f\"}],\"section_icon_style\":\"\",\"icon_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":30},\"icon_align_mobile\":\"center\",\"section_text_style\":\"\",\"text_indent\":{\"unit\":\"px\",\"size\":15},\"text_color\":\"#777777\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":2.3},\"icon_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"icon_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"space_between\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"34115220\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"background_size\":\"cover\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"background_overlay_background\":\"none\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.71},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"120\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"45\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"69e17028\",\"elType\":\"widget\",\"settings\":{\"section_form_fields\":\"\",\"form_name\":\"Sample Form\",\"form_fields\":[{\"field_type\":\"text\",\"field_label\":\"Name\",\"placeholder\":\"Name\",\"width\":\"33\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"qi8lqp1\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"email\",\"required\":true,\"field_label\":\"Email\",\"placeholder\":\"Email\",\"width\":\"33\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"8b28ttw\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"tel\",\"field_label\":\"Tel\",\"placeholder\":\"Tel\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width\":\"33\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"2gd0qrk\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"textarea\",\"field_label\":\"Message\",\"placeholder\":\"Message\",\"width\":\"100\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":\"6\",\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"1qsba9v\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"}],\"input_size\":\"md\",\"show_labels\":\"\",\"section_submit_button\":\"\",\"button_text\":\"Send\",\"button_size\":\"md\",\"section_form_options\":\"\",\"send_html\":\"\",\"success_message\":\"The message was sent successfully!\",\"error_message\":\"There\'s something wrong... Please fill in the required fields.\",\"required_field_message\":\"Required\",\"invalid_message\":\"There\'s something wrong... The form is invalid.\",\"section_form_style\":\"\",\"column_gap\":{\"unit\":\"px\",\"size\":\"20\"},\"row_gap\":{\"unit\":\"px\",\"size\":\"20\"},\"heading_label\":\"\",\"label_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"label_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"section_field_style\":\"\",\"field_text_color\":\"#464646\",\"field_typography_typography\":\"custom\",\"field_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"field_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"field_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"field_background_color\":\"rgba(191,201,209,0.26)\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_button_style\":\"\",\"tabs_button_style\":\"\",\"tab_button_normal\":\"\",\"button_text_color\":\"#464646\",\"button_typography_typography\":\"custom\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"button_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13},\"button_typography_text_transform\":\"uppercase\",\"button_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"button_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"button_background_color\":\"rgba(0,41,73,0)\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_border_color\":\"#12e0b9\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tab_button_hover\":\"\",\"button_hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#12e0b9\",\"button_hover_border_color\":\"#12e0b9\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"-100\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"55\",\"bottom\":\"55\",\"left\":\"55\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_section_background\":\"\",\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"_box_shadow_box_shadow_type\":\"outset\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":\"50\",\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.19)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"mark_required\":\"yes\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"subscriber_already_exists_message\":\"Subscriber already exist.\",\"email_to\":\"dgebilaguin@gmail.com\",\"email_subject\":\"New message from \\\"Wanderfuls\\\"\",\"email_from\":\"email@sub.morganrand.com\",\"email_from_name\":\"Wanderfuls\",\"email_to_2\":\"dgebilaguin@gmail.com\",\"email_subject_2\":\"New message from \\\"Wanderfuls\\\"\",\"email_from_2\":\"email@sub.morganrand.com\",\"email_from_name_2\":\"Wanderfuls\",\"email_reply_to_2\":\"dgebilaguin@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2cb91d0b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#464646\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"3612d8be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7f59e782\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"7o3b1fs\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"7mj1o4u\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-google-plus\",\"_id\":\"7b6sjw9\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"0wh417m\"},{\"social\":\"fa fa-tumblr\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"agdym3r\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"rgba(0,0,0,0)\",\"icon_size\":{\"unit\":\"px\",\"size\":30},\"icon_spacing\":{\"unit\":\"px\",\"size\":14},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":25},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(687,137,'_elementor_css','a:4:{s:4:\"time\";i:1553153452;s:5:\"fonts\";a:2:{i:0;s:16:\"Playfair Display\";i:1;s:6:\"Roboto\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(816,160,'_elementor_data','[{\"id\":\"4fbeaffe\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":80},\"background_background\":\"classic\",\"background_image\":{\"id\":43,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/selection.gif\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":70},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":100},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"rgba(58,58,58,0.87)\"},\"elements\":[{\"id\":\"6232b1d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4908604e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Wanderfuls \\u2122\",\"title_color\":\"#e5329f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":70},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":60},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":65},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":53},\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3ac5eddb\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#e5329f\",\"width\":{\"unit\":\"%\",\"size\":30},\"align_mobile\":\"center\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"30c648f2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h1>Centerpiece and Party Favors in One!<\\/h1>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4f7aa0c4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Shop Now\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"background_color\":\"rgba(18,224,185,0)\",\"button_background_hover_color\":\"#e5329f\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e5329f\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"align_mobile\":\"center\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7d32eef3\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1300},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"80\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"5638e058\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"736df2ea\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-check-circle\",\"title_text\":\"Centerpieces That Double as Party Favors\",\"description_text\":\"Wanderfuls are designed to become an interactive part of your special day. What guest could forget the moment they remove their party favor from the centerpiece? <br\\/><br\\/> The Wanderfuls connect your guests to each other and to the magical moments of the event. These unique and memorable candy centerpieces are perfect for those once in a lifetime special events.\",\"position\":\"left\",\"primary_color\":\"#e5329f\",\"icon_space\":{\"unit\":\"px\",\"size\":18},\"icon_size\":{\"unit\":\"px\",\"size\":40},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#e5329f\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"title_size\":\"h2\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"25da2a06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6347ecab\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-check-circle\",\"title_text\":\"Customize and Design Your Own Centerpiece!\",\"description_text\":\"Our in-house designers will guide you through our customizable options, creating the perfect bouquet for the mood or theme of your event. Explore the different combinations and see them placed on a bouquet, until you find a design that you love!\\n<br\\/><br\\/>\\nChoose a coordinating color for the ribbon which spirals elegantly around and down the wand. For an extra special touch , you can choose to have imprinting on your Wanderfuls.\",\"position\":\"left\",\"primary_color\":\"#e5329f\",\"icon_space\":{\"unit\":\"px\",\"size\":18},\"icon_size\":{\"unit\":\"px\",\"size\":40},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#e5329f\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"title_size\":\"h2\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"1fdab9e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"71961474\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-check-circle\",\"title_text\":\"Centerpiece Ideas for All Types of Party\",\"description_text\":\"More than just traditional flower table decors for your special events. Wanderfuls gives you unique birthday centerpiece, graduation centerpiece, banquet centerpiece, anniversaries, holidays, and more... <br\\/> <br\\/>This is something so different and unique your guest will be amazed! These table decorations will create cherished memories that you and your guest will surely remember!\",\"position\":\"left\",\"primary_color\":\"#e5329f\",\"icon_space\":{\"unit\":\"px\",\"size\":18},\"icon_size\":{\"unit\":\"px\",\"size\":40},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#e5329f\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"title_size\":\"h2\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d1f7025\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"2145ac84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"26ba543f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":126,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/image_2019_03_21T07_09_41_778Z.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":70},\"width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"a267532\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0b001ac\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Wanderfuls is proud to offer a diverse color palette that represents every color of the rainbow, including many holographic, metallic and iridescent options.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"025\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5ef36f13\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4be938f7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":128,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/Capture.jpg\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":33}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"68e5fd64\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"reverse_order_mobile\":\"reverse-mobile\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"15d8ab03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"287b019c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":130,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/Pics.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":30}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"13e581e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9e11fec\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>How many favors are in each centerpiece bouquet?<\\/p><p>The Classic Wanderfuls Arrangement combines the look of a flower bouquet with the bonus of a take home favor.\\u00a0 They are available in four sizes: 6, 8, 9, and 10.<\\/p><p>Consideration should be given to the amount of people seated per table and aesthetic preference when deciding a size<\\/p><p>\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"438d7c75\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"11076dfb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":80,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/255.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":85}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4344a0bd\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"40237ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1498afcf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":134,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/Candy-Collage-2.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":50},\"space_mobile\":{\"unit\":\"%\",\"size\":40}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"127e57cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8419d3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Imagine your party favors filled with colorful candies such as Jordan Almonds <span style=\\\"font-size: 20px;\\\">Candy, Foil Wrapped Candy, Jelly Beans, Gumballs, Mini Jawbreakers, Mints, Kisses, & More. <\\/span><\\/p>\\n<p>Don\'t see your favorite candy? We may have it! Check by calling 1-888-837-5021<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_gap_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_gap_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"drop_cap_size\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"drop_cap_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"drop_cap_border_radius\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_font_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_border_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79ffa662\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4d0a9838\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":139,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/candy-2538878_640.jpg\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":30}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24014d06\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"custom_height\":{\"unit\":\"vh\",\"size\":70},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"structure\":\"20\",\"background_color\":\"#464646\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"326b3892\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_inline_size_tablet\":60,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1c8538fc\",\"elType\":\"widget\",\"settings\":{\"title\":\"What is a Wanderfuls\\u2122 centerpiece?\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5c32583a\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#e5329f\",\"width\":{\"unit\":\"%\",\"size\":30},\"align_mobile\":\"center\",\"gap_tablet\":{\"unit\":\"px\",\"size\":2}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130350bc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Wanderfuls\\u2122 are custom, one-of-a-kind centerpieces made up of individual party favors! Wanderfuls\\u2122, the original all-in-one centerpiece, and party favor.<\\/p><p>Individual candy filled wands available in three lengths, wrapped in a beautiful colored ribbon of your choosing, imprinted with your message and party date, then topped with a bright fluffy hand-sewn pom with a colorful tassel center. the favors really look like flowers! Each favor slides easily into the base which can hold 6, 8, 9, 10, or 12 favors, creating your unique centerpiece.<\\/p><p>Your custom party decoration then transforms into individual takeaway favors your guests will treasure forever! 100\\u2019s of colors available to fit the theme and feel of any party. Personal one on one assistance from our talented in house designers and artists! Check out our website, play on our design tool program where you can impart your colors onto one of our beautiful centerpieces, making it truly your own.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"typography_font_weight\":\"300\",\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ff32be7\",\"elType\":\"widget\",\"settings\":{\"text\":\"View our designs\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"background_color\":\"rgba(18,224,185,0)\",\"button_background_hover_color\":\"#e5329f\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e5329f\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"35cd55ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.685,\"_inline_size_tablet\":40,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"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},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"764b3d67\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"image\":{\"id\":147,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/1.jpg\"},\"_id\":\"fbe66s4\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":148,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/2.jpg\"},\"_id\":\"593jh4m\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":149,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/3.jpg\"},\"_id\":\"2u0yeyx\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":154,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/Kara-holding-the-Wanderfuls-centerpiece-we-designed-for-her-wedding..jpg\"},\"_id\":\"f6v9odr\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":156,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/miss-america-sweet-16-centerpeice-ideas.jpg\"},\"_id\":\"675a0h3\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"slides_per_view\":\"1\",\"height\":{\"unit\":\"px\",\"size\":530},\"width\":{\"unit\":\"%\",\"size\":85},\"show_arrows\":\"\",\"pagination_color\":\"#e5329f\",\"slides_per_view_tablet\":\"1\",\"height_tablet\":{\"unit\":\"px\",\"size\":390},\"height_mobile\":{\"unit\":\"px\",\"size\":317},\"width_tablet\":{\"unit\":\"px\",\"size\":279},\"width_mobile\":{\"unit\":\"px\",\"size\":309}},\"elements\":[],\"widgetType\":\"media-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"36850847\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"200\",\"bottom\":\"30\",\"left\":\"200\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"376ba3cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1625f748\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet Mr. Wanderfuls\",\"title_color\":\"#464646\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"330044e1\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#e5329f\",\"width\":{\"unit\":\"%\",\"size\":20},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4abba146\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide with additional clickthroughs from nanotechnology immersion DevOps.\\u00a0<\\/p>\",\"text_color\":\"#464646\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"align\":\"center\",\"typography_font_weight\":\"300\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"510bcff7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"2\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeIn\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"1578775a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"54e21678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":159,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/Ken.jpg\"},\"caption\":\" Neil Gaiman - CTO\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_background_hover_background\":\"classic\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2b51225d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"e93eab\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"column_position\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"none\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"7d9461e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"150\",\"left\":\"50\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"4628be1c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#464646\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align\":\"left\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"header_size\":\"h3\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"335c67e1\",\"elType\":\"widget\",\"settings\":{\"section_divider\":\"\",\"weight\":{\"unit\":\"px\",\"size\":\"3\"},\"color\":\"#12e0b9\",\"width\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"center\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5f2f3ba8\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon_list\":[{\"text\":\"+44 20 5540 1234\",\"icon\":\"fa fa-phone\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"kxo82hb\"},{\"text\":\"+44 35 9998 3245\",\"icon\":\"fa fa-mobile-phone\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"89z2tky\"},{\"text\":\"+44 20 5540 4433\",\"icon\":\"fa fa-fax\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"zi1l66f\"}],\"section_icon_style\":\"\",\"icon_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":30},\"icon_align_mobile\":\"center\",\"section_text_style\":\"\",\"text_indent\":{\"unit\":\"px\",\"size\":15},\"text_color\":\"#777777\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":2.3},\"icon_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"icon_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"space_between\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"34115220\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"background_size\":\"cover\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"background_overlay_background\":\"none\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.71},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"120\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"45\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"69e17028\",\"elType\":\"widget\",\"settings\":{\"section_form_fields\":\"\",\"form_name\":\"Sample Form\",\"form_fields\":[{\"field_type\":\"text\",\"field_label\":\"Name\",\"placeholder\":\"Name\",\"width\":\"33\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"qi8lqp1\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"email\",\"required\":true,\"field_label\":\"Email\",\"placeholder\":\"Email\",\"width\":\"33\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"8b28ttw\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"tel\",\"field_label\":\"Tel\",\"placeholder\":\"Tel\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width\":\"33\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"2gd0qrk\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"textarea\",\"field_label\":\"Message\",\"placeholder\":\"Message\",\"width\":\"100\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":\"6\",\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"1qsba9v\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"}],\"input_size\":\"md\",\"show_labels\":\"\",\"section_submit_button\":\"\",\"button_text\":\"Send\",\"button_size\":\"md\",\"section_form_options\":\"\",\"send_html\":\"\",\"success_message\":\"The message was sent successfully!\",\"error_message\":\"There\'s something wrong... Please fill in the required fields.\",\"required_field_message\":\"Required\",\"invalid_message\":\"There\'s something wrong... The form is invalid.\",\"section_form_style\":\"\",\"column_gap\":{\"unit\":\"px\",\"size\":\"20\"},\"row_gap\":{\"unit\":\"px\",\"size\":\"20\"},\"heading_label\":\"\",\"label_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"label_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"section_field_style\":\"\",\"field_text_color\":\"#464646\",\"field_typography_typography\":\"custom\",\"field_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"field_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"field_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"field_background_color\":\"rgba(191,201,209,0.26)\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_button_style\":\"\",\"tabs_button_style\":\"\",\"tab_button_normal\":\"\",\"button_text_color\":\"#464646\",\"button_typography_typography\":\"custom\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"button_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13},\"button_typography_text_transform\":\"uppercase\",\"button_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"button_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"button_background_color\":\"rgba(0,41,73,0)\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_border_color\":\"#12e0b9\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tab_button_hover\":\"\",\"button_hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#12e0b9\",\"button_hover_border_color\":\"#12e0b9\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"-100\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"55\",\"bottom\":\"55\",\"left\":\"55\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_section_background\":\"\",\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"_box_shadow_box_shadow_type\":\"outset\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":\"50\",\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.19)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"mark_required\":\"yes\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"subscriber_already_exists_message\":\"Subscriber already exist.\",\"email_to\":\"dgebilaguin@gmail.com\",\"email_subject\":\"New message from \\\"Wanderfuls\\\"\",\"email_from\":\"email@sub.morganrand.com\",\"email_from_name\":\"Wanderfuls\",\"email_to_2\":\"dgebilaguin@gmail.com\",\"email_subject_2\":\"New message from \\\"Wanderfuls\\\"\",\"email_from_2\":\"email@sub.morganrand.com\",\"email_from_name_2\":\"Wanderfuls\",\"email_reply_to_2\":\"dgebilaguin@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2cb91d0b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#464646\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"3612d8be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7f59e782\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"7o3b1fs\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"7mj1o4u\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-google-plus\",\"_id\":\"7b6sjw9\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"0wh417m\"},{\"social\":\"fa fa-tumblr\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"agdym3r\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"rgba(0,0,0,0)\",\"icon_size\":{\"unit\":\"px\",\"size\":30},\"icon_spacing\":{\"unit\":\"px\",\"size\":14},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":25},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(699,140,'_elementor_edit_mode','builder'),(700,140,'_elementor_template_type','post'),(701,140,'_elementor_version','2.5.9'),(702,140,'_wp_page_template','default'),(703,140,'_elementor_page_settings','a:12:{s:21:\"background_color_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:23:\"background_color_b_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:25:\"background_gradient_angle\";a:3:{s:4:\"unit\";s:3:\"deg\";s:4:\"size\";i:180;s:5:\"sizes\";a:0:{}}s:15:\"background_xpos\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_xpos_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_xpos_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:15:\"background_ypos\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_ypos_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_ypos_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:19:\"background_bg_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:26:\"background_bg_width_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:26:\"background_bg_width_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}}'),(704,140,'_elementor_data','[{\"id\":\"4fbeaffe\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":80},\"background_background\":\"classic\",\"background_image\":{\"id\":43,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/selection.gif\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":70},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":100},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"rgba(58,58,58,0.87)\"},\"elements\":[{\"id\":\"6232b1d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4908604e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Wanderfuls \\u2122\",\"title_color\":\"#e5329f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":70},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":60},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":65},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":53},\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3ac5eddb\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#e5329f\",\"width\":{\"unit\":\"%\",\"size\":30},\"align_mobile\":\"center\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"30c648f2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Centerpiece and Party Favors in One!<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4f7aa0c4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Shop Now\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"background_color\":\"rgba(18,224,185,0)\",\"button_background_hover_color\":\"#e5329f\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e5329f\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"align_mobile\":\"center\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7d32eef3\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1300},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"80\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"5638e058\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"736df2ea\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-check-circle\",\"title_text\":\"Centerpieces That Double as Party Favors\",\"description_text\":\"Wanderfuls are designed to become an interactive part of your special day. What guest could forget the moment they remove their party favor from the centerpiece? <br\\/><br\\/> The Wanderfuls connect your guests to each other and to the magical moments of the event. These unique and memorable candy centerpieces are perfect for those once in a lifetime special events.\",\"position\":\"left\",\"primary_color\":\"#e5329f\",\"icon_space\":{\"unit\":\"px\",\"size\":18},\"icon_size\":{\"unit\":\"px\",\"size\":40},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#e5329f\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"title_size\":\"h2\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"25da2a06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6347ecab\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-check-circle\",\"title_text\":\"Customize and Design Your Own Centerpiece!\",\"description_text\":\"Our in-house designers will guide you through our customizable options, creating the perfect bouquet for the mood or theme of your event. Explore the different combinations and see them placed on a bouquet, until you find a design that you love!\\n<br\\/><br\\/>\\nChoose a coordinating color for the ribbon which spirals elegantly around and down the wand. For an extra special touch , you can choose to have imprinting on your Wanderfuls.\",\"position\":\"left\",\"primary_color\":\"#e5329f\",\"icon_space\":{\"unit\":\"px\",\"size\":18},\"icon_size\":{\"unit\":\"px\",\"size\":40},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#e5329f\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"title_size\":\"h2\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"1fdab9e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"71961474\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-check-circle\",\"title_text\":\"Centerpiece Ideas for All Types of Party\",\"description_text\":\"More than just traditional flower table decors for your special events. Wanderfuls gives you unique birthday centerpiece, graduation centerpiece, banquet centerpiece, anniversaries, holidays, and more... <br\\/> <br\\/>This is something so different and unique your guest will be amazed! These table decorations will create cherished memories that you and your guest will surely remember!\",\"position\":\"left\",\"primary_color\":\"#e5329f\",\"icon_space\":{\"unit\":\"px\",\"size\":18},\"icon_size\":{\"unit\":\"px\",\"size\":40},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#e5329f\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"title_size\":\"h2\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d1f7025\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"2145ac84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"26ba543f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":126,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/image_2019_03_21T07_09_41_778Z.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":70},\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"a267532\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0b001ac\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Wanderfuls is proud to offer a diverse color palette that represents every color of the rainbow, including many holographic, metallic, and iridescent options.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"025\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5ef36f13\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4be938f7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":128,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/Capture.jpg\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":33}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"68e5fd64\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"reverse_order_mobile\":\"reverse-mobile\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"15d8ab03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"287b019c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":130,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/Pics.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":30}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"13e581e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9e11fec\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>How many favors are in each centerpiece bouquet?<\\/p><p>The Classic Wanderfuls Arrangement combines the look of a flower bouquet with the bonus of a take home favor.\\u00a0 They are available in four sizes: 6, 8, 9, and 10.<\\/p><p>Consideration should be given to the amount of people seated per table and aesthetic preference when deciding a size<\\/p><p>\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"438d7c75\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"11076dfb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":80,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/255.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":85}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4344a0bd\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"40237ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1498afcf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":134,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/Candy-Collage-2.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":50},\"space_mobile\":{\"unit\":\"%\",\"size\":40}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"127e57cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8419d3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Imagine your party favors filled with colorful candies such as Jordan Almonds<\\/p>\\n<p>Candy, Foil Wrapped Candy, Jelly Beans, Gumballs, Mini Jawbreakers, Mints, Kisses, & More. <\\/p>\\n<p>Don\'t see your favorite candy? We may have it! Check by calling 1-888-837-5021<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_gap_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_gap_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"drop_cap_size\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"drop_cap_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"drop_cap_border_radius\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_font_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_border_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79ffa662\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4d0a9838\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":139,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/candy-2538878_640.jpg\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":30}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24014d06\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"custom_height\":{\"unit\":\"vh\",\"size\":70},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"structure\":\"20\",\"background_color\":\"#464646\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"326b3892\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_inline_size_tablet\":60,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1c8538fc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Working Process\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5c32583a\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#e5329f\",\"width\":{\"unit\":\"%\",\"size\":30},\"align_mobile\":\"center\",\"gap_tablet\":{\"unit\":\"px\",\"size\":2}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130350bc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation X is on the runway heading towards a streamlined cloud solution. User generated content in real-time will have multiple touchpoints for offshoring.\\u00a0Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"typography_font_weight\":\"300\",\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ff32be7\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Studio Tour\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"background_color\":\"rgba(18,224,185,0)\",\"button_background_hover_color\":\"#12e0b9\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e5329f\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"35cd55ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.685,\"_inline_size_tablet\":40,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"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\":\"764b3d67\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"image\":{\"id\":84,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/36.png\"},\"_id\":\"fbe66s4\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":85,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/architecture_3.jpg\"},\"_id\":\"593jh4m\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":86,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/3-1.png\"},\"_id\":\"2u0yeyx\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":87,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/201.jpg\"},\"_id\":\"f6v9odr\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":88,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/15-1.png\"},\"_id\":\"675a0h3\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"slides_per_view\":\"1\",\"height\":{\"unit\":\"px\",\"size\":530},\"width\":{\"unit\":\"%\",\"size\":85},\"show_arrows\":\"\",\"pagination_color\":\"#12e0b9\",\"slides_per_view_tablet\":\"1\",\"height_tablet\":{\"unit\":\"px\",\"size\":390},\"height_mobile\":{\"unit\":\"px\",\"size\":317},\"width_tablet\":{\"unit\":\"px\",\"size\":279},\"width_mobile\":{\"unit\":\"px\",\"size\":309}},\"elements\":[],\"widgetType\":\"media-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"36850847\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"300\",\"bottom\":\"30\",\"left\":\"300\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"376ba3cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1625f748\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet The Team\",\"title_color\":\"#464646\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"330044e1\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#12e0b9\",\"width\":{\"unit\":\"%\",\"size\":20},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4abba146\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide with additional clickthroughs from nanotechnology immersion DevOps.\\u00a0<\\/p>\",\"text_color\":\"#464646\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"align\":\"center\",\"typography_font_weight\":\"300\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"510bcff7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"2\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeIn\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"1578775a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"54e21678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":89,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/5-2.png\"},\"caption\":\" Neil Gaiman - CTO\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_background_hover_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"354dcc3\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"2b51225d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"201869d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":90,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/Untitled-4.png\"},\"caption\":\"Nikki Gooley - HR\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2bcfde60\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-google-plus\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"3c589058\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"97c1b98\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":91,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/5Untitled-4.png\"},\"caption\":\"Laurence Fishburne - CFO\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3fb56041\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"50f14028\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"4d09980d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":92,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/54.png\"},\"caption\":\"Kym Barrett - CMO\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"289b5da5\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14739a62\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"100\",\"left\":\"40\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"1e16682f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"67d5162c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":93,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/63853.png\"},\"caption\":\"Gloria Foster - UI Designer\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"636f97f3\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-dribbble\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-behance\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"3a9ba12c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"61d4bc8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":94,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/86.png\"},\"caption\":\"Jean Reno - UX Expert\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"26b438b0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"4a8ecd13\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"3e0714c9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":95,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/452.png\"},\"caption\":\"Bel McClory - UX Designer\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"39b7896c\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-dribbble\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"5c2300\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"70724d5c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":96,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/525.png\"},\"caption\":\"Matt Doran - Project manager\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3002c6d4\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-google-plus\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e93eab\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"column_position\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"none\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"7d9461e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"150\",\"left\":\"50\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"4628be1c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#464646\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align\":\"left\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"header_size\":\"h3\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"335c67e1\",\"elType\":\"widget\",\"settings\":{\"section_divider\":\"\",\"weight\":{\"unit\":\"px\",\"size\":\"3\"},\"color\":\"#12e0b9\",\"width\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"center\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5f2f3ba8\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon_list\":[{\"text\":\"+44 20 5540 1234\",\"icon\":\"fa fa-phone\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"kxo82hb\"},{\"text\":\"+44 35 9998 3245\",\"icon\":\"fa fa-mobile-phone\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"89z2tky\"},{\"text\":\"+44 20 5540 4433\",\"icon\":\"fa fa-fax\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"zi1l66f\"}],\"section_icon_style\":\"\",\"icon_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":30},\"icon_align_mobile\":\"center\",\"section_text_style\":\"\",\"text_indent\":{\"unit\":\"px\",\"size\":15},\"text_color\":\"#777777\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":2.3},\"icon_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"icon_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"space_between\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"34115220\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"background_size\":\"cover\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"background_overlay_background\":\"none\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.71},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"120\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"45\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"69e17028\",\"elType\":\"widget\",\"settings\":{\"section_form_fields\":\"\",\"form_name\":\"Sample Form\",\"form_fields\":[{\"field_type\":\"text\",\"field_label\":\"Name\",\"placeholder\":\"Name\",\"width\":\"33\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"qi8lqp1\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"email\",\"required\":true,\"field_label\":\"Email\",\"placeholder\":\"Email\",\"width\":\"33\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"8b28ttw\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"tel\",\"field_label\":\"Tel\",\"placeholder\":\"Tel\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width\":\"33\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"2gd0qrk\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"textarea\",\"field_label\":\"Message\",\"placeholder\":\"Message\",\"width\":\"100\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":\"6\",\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"1qsba9v\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"}],\"input_size\":\"md\",\"show_labels\":\"\",\"section_submit_button\":\"\",\"button_text\":\"Send\",\"button_size\":\"md\",\"section_form_options\":\"\",\"send_html\":\"\",\"success_message\":\"The message was sent successfully!\",\"error_message\":\"There\'s something wrong... Please fill in the required fields.\",\"required_field_message\":\"Required\",\"invalid_message\":\"There\'s something wrong... The form is invalid.\",\"section_form_style\":\"\",\"column_gap\":{\"unit\":\"px\",\"size\":\"20\"},\"row_gap\":{\"unit\":\"px\",\"size\":\"20\"},\"heading_label\":\"\",\"label_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"label_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"section_field_style\":\"\",\"field_text_color\":\"#464646\",\"field_typography_typography\":\"custom\",\"field_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"field_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"field_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"field_background_color\":\"rgba(191,201,209,0.26)\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_button_style\":\"\",\"tabs_button_style\":\"\",\"tab_button_normal\":\"\",\"button_text_color\":\"#464646\",\"button_typography_typography\":\"custom\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"button_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13},\"button_typography_text_transform\":\"uppercase\",\"button_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"button_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"button_background_color\":\"rgba(0,41,73,0)\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_border_color\":\"#12e0b9\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tab_button_hover\":\"\",\"button_hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#12e0b9\",\"button_hover_border_color\":\"#12e0b9\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"-100\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"55\",\"bottom\":\"55\",\"left\":\"55\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_section_background\":\"\",\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"_box_shadow_box_shadow_type\":\"outset\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":\"50\",\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.19)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"mark_required\":\"yes\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"subscriber_already_exists_message\":\"Subscriber already exist.\",\"email_to\":\"dgebilaguin@gmail.com\",\"email_subject\":\"New message from \\\"Wanderfuls\\\"\",\"email_from\":\"email@sub.morganrand.com\",\"email_from_name\":\"Wanderfuls\",\"email_to_2\":\"dgebilaguin@gmail.com\",\"email_subject_2\":\"New message from \\\"Wanderfuls\\\"\",\"email_from_2\":\"email@sub.morganrand.com\",\"email_from_name_2\":\"Wanderfuls\",\"email_reply_to_2\":\"dgebilaguin@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2cb91d0b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#464646\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"3612d8be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7f59e782\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"7o3b1fs\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"7mj1o4u\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-google-plus\",\"_id\":\"7b6sjw9\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"0wh417m\"},{\"social\":\"fa fa-tumblr\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"agdym3r\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"rgba(0,0,0,0)\",\"icon_size\":{\"unit\":\"px\",\"size\":30},\"icon_spacing\":{\"unit\":\"px\",\"size\":14},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":25},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(697,139,'_wp_attached_file','2019/03/candy-2538878_640.jpg'),(698,139,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:426;s:4:\"file\";s:29:\"2019/03/candy-2538878_640.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"candy-2538878_640-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"candy-2538878_640-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;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:{}}}'),(705,140,'_elementor_css','a:4:{s:4:\"time\";i:1553153633;s:5:\"fonts\";a:2:{i:0;s:16:\"Playfair Display\";i:1;s:6:\"Roboto\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(717,142,'_elementor_version','2.5.9'),(718,142,'_wp_page_template','default'),(719,142,'_elementor_page_settings','a:12:{s:21:\"background_color_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:23:\"background_color_b_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:25:\"background_gradient_angle\";a:3:{s:4:\"unit\";s:3:\"deg\";s:4:\"size\";i:180;s:5:\"sizes\";a:0:{}}s:15:\"background_xpos\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_xpos_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_xpos_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:15:\"background_ypos\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_ypos_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_ypos_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:19:\"background_bg_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:26:\"background_bg_width_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:26:\"background_bg_width_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}}'),(720,142,'_elementor_data','[{\"id\":\"4fbeaffe\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":80},\"background_background\":\"classic\",\"background_image\":{\"id\":43,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/selection.gif\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":70},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":100},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"rgba(58,58,58,0.87)\"},\"elements\":[{\"id\":\"6232b1d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4908604e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Wanderfuls \\u2122\",\"title_color\":\"#e5329f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":70},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":60},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":65},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":53},\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3ac5eddb\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#e5329f\",\"width\":{\"unit\":\"%\",\"size\":30},\"align_mobile\":\"center\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"30c648f2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Centerpiece and Party Favors in One!<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4f7aa0c4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Shop Now\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"background_color\":\"rgba(18,224,185,0)\",\"button_background_hover_color\":\"#e5329f\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e5329f\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"align_mobile\":\"center\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7d32eef3\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1300},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"80\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"5638e058\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"736df2ea\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-check-circle\",\"title_text\":\"Centerpieces That Double as Party Favors\",\"description_text\":\"Wanderfuls are designed to become an interactive part of your special day. What guest could forget the moment they remove their party favor from the centerpiece? <br\\/><br\\/> The Wanderfuls connect your guests to each other and to the magical moments of the event. These unique and memorable candy centerpieces are perfect for those once in a lifetime special events.\",\"position\":\"left\",\"primary_color\":\"#e5329f\",\"icon_space\":{\"unit\":\"px\",\"size\":18},\"icon_size\":{\"unit\":\"px\",\"size\":40},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#e5329f\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"title_size\":\"h2\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"25da2a06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6347ecab\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-check-circle\",\"title_text\":\"Customize and Design Your Own Centerpiece!\",\"description_text\":\"Our in-house designers will guide you through our customizable options, creating the perfect bouquet for the mood or theme of your event. Explore the different combinations and see them placed on a bouquet, until you find a design that you love!\\n<br\\/><br\\/>\\nChoose a coordinating color for the ribbon which spirals elegantly around and down the wand. For an extra special touch , you can choose to have imprinting on your Wanderfuls.\",\"position\":\"left\",\"primary_color\":\"#e5329f\",\"icon_space\":{\"unit\":\"px\",\"size\":18},\"icon_size\":{\"unit\":\"px\",\"size\":40},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#e5329f\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"title_size\":\"h2\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"1fdab9e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"71961474\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-check-circle\",\"title_text\":\"Centerpiece Ideas for All Types of Party\",\"description_text\":\"More than just traditional flower table decors for your special events. Wanderfuls gives you unique birthday centerpiece, graduation centerpiece, banquet centerpiece, anniversaries, holidays, and more... <br\\/> <br\\/>This is something so different and unique your guest will be amazed! These table decorations will create cherished memories that you and your guest will surely remember!\",\"position\":\"left\",\"primary_color\":\"#e5329f\",\"icon_space\":{\"unit\":\"px\",\"size\":18},\"icon_size\":{\"unit\":\"px\",\"size\":40},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#e5329f\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"title_size\":\"h2\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d1f7025\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"2145ac84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"26ba543f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":126,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/image_2019_03_21T07_09_41_778Z.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":70},\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"a267532\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0b001ac\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Wanderfuls is proud to offer a diverse color palette that represents every color of the rainbow, including many holographic, metallic, and iridescent options.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"025\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5ef36f13\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4be938f7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":128,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/Capture.jpg\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":33}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"68e5fd64\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"reverse_order_mobile\":\"reverse-mobile\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"15d8ab03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"287b019c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":130,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/Pics.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":30}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"13e581e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9e11fec\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>How many favors are in each centerpiece bouquet?<\\/p><p>The Classic Wanderfuls Arrangement combines the look of a flower bouquet with the bonus of a take home favor.\\u00a0 They are available in four sizes: 6, 8, 9, and 10.<\\/p><p>Consideration should be given to the amount of people seated per table and aesthetic preference when deciding a size<\\/p><p>\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"438d7c75\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"11076dfb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":80,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/255.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":85}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4344a0bd\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"40237ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1498afcf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":134,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/Candy-Collage-2.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":50},\"space_mobile\":{\"unit\":\"%\",\"size\":40}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"127e57cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8419d3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Imagine your party favors filled with colorful candies such as Jordan Almonds <span style=\\\"font-size: 20px;\\\">Candy, Foil Wrapped Candy, Jelly Beans, Gumballs, Mini Jawbreakers, Mints, Kisses, & More. <\\/span><\\/p>\\n<p>Don\'t see your favorite candy? We may have it! Check by calling 1-888-837-5021<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_gap_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_gap_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"drop_cap_size\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"drop_cap_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"drop_cap_border_radius\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_font_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_border_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79ffa662\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4d0a9838\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":139,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/candy-2538878_640.jpg\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":30}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24014d06\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"custom_height\":{\"unit\":\"vh\",\"size\":70},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"structure\":\"20\",\"background_color\":\"#464646\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"326b3892\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_inline_size_tablet\":60,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1c8538fc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Working Process\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5c32583a\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#e5329f\",\"width\":{\"unit\":\"%\",\"size\":30},\"align_mobile\":\"center\",\"gap_tablet\":{\"unit\":\"px\",\"size\":2}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130350bc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation X is on the runway heading towards a streamlined cloud solution. User generated content in real-time will have multiple touchpoints for offshoring.\\u00a0Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"typography_font_weight\":\"300\",\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ff32be7\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Studio Tour\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"background_color\":\"rgba(18,224,185,0)\",\"button_background_hover_color\":\"#e5329f\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e5329f\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"35cd55ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.685,\"_inline_size_tablet\":40,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"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\":\"764b3d67\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"image\":{\"id\":84,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/36.png\"},\"_id\":\"fbe66s4\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":85,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/architecture_3.jpg\"},\"_id\":\"593jh4m\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":86,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/3-1.png\"},\"_id\":\"2u0yeyx\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":87,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/201.jpg\"},\"_id\":\"f6v9odr\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":88,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/15-1.png\"},\"_id\":\"675a0h3\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"slides_per_view\":\"1\",\"height\":{\"unit\":\"px\",\"size\":530},\"width\":{\"unit\":\"%\",\"size\":85},\"show_arrows\":\"\",\"pagination_color\":\"#e5329f\",\"slides_per_view_tablet\":\"1\",\"height_tablet\":{\"unit\":\"px\",\"size\":390},\"height_mobile\":{\"unit\":\"px\",\"size\":317},\"width_tablet\":{\"unit\":\"px\",\"size\":279},\"width_mobile\":{\"unit\":\"px\",\"size\":309}},\"elements\":[],\"widgetType\":\"media-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"36850847\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"300\",\"bottom\":\"30\",\"left\":\"300\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"376ba3cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1625f748\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet The Team\",\"title_color\":\"#464646\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"330044e1\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#12e0b9\",\"width\":{\"unit\":\"%\",\"size\":20},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4abba146\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide with additional clickthroughs from nanotechnology immersion DevOps.\\u00a0<\\/p>\",\"text_color\":\"#464646\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"align\":\"center\",\"typography_font_weight\":\"300\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"510bcff7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"2\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeIn\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"1578775a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"54e21678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":89,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/5-2.png\"},\"caption\":\" Neil Gaiman - CTO\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_background_hover_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"354dcc3\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"2b51225d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"201869d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":90,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/Untitled-4.png\"},\"caption\":\"Nikki Gooley - HR\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2bcfde60\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-google-plus\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"3c589058\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"97c1b98\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":91,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/5Untitled-4.png\"},\"caption\":\"Laurence Fishburne - CFO\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3fb56041\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"50f14028\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"4d09980d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":92,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/54.png\"},\"caption\":\"Kym Barrett - CMO\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"289b5da5\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14739a62\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"100\",\"left\":\"40\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"1e16682f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"67d5162c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":93,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/63853.png\"},\"caption\":\"Gloria Foster - UI Designer\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"636f97f3\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-dribbble\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-behance\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"3a9ba12c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"61d4bc8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":94,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/86.png\"},\"caption\":\"Jean Reno - UX Expert\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"26b438b0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"4a8ecd13\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"3e0714c9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":95,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/452.png\"},\"caption\":\"Bel McClory - UX Designer\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"39b7896c\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-dribbble\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"5c2300\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"70724d5c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":96,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/525.png\"},\"caption\":\"Matt Doran - Project manager\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3002c6d4\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-google-plus\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e93eab\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"column_position\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"none\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"7d9461e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"150\",\"left\":\"50\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"4628be1c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#464646\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align\":\"left\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"header_size\":\"h3\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"335c67e1\",\"elType\":\"widget\",\"settings\":{\"section_divider\":\"\",\"weight\":{\"unit\":\"px\",\"size\":\"3\"},\"color\":\"#12e0b9\",\"width\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"center\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5f2f3ba8\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon_list\":[{\"text\":\"+44 20 5540 1234\",\"icon\":\"fa fa-phone\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"kxo82hb\"},{\"text\":\"+44 35 9998 3245\",\"icon\":\"fa fa-mobile-phone\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"89z2tky\"},{\"text\":\"+44 20 5540 4433\",\"icon\":\"fa fa-fax\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"zi1l66f\"}],\"section_icon_style\":\"\",\"icon_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":30},\"icon_align_mobile\":\"center\",\"section_text_style\":\"\",\"text_indent\":{\"unit\":\"px\",\"size\":15},\"text_color\":\"#777777\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":2.3},\"icon_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"icon_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"space_between\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"34115220\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"background_size\":\"cover\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"background_overlay_background\":\"none\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.71},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"120\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"45\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"69e17028\",\"elType\":\"widget\",\"settings\":{\"section_form_fields\":\"\",\"form_name\":\"Sample Form\",\"form_fields\":[{\"field_type\":\"text\",\"field_label\":\"Name\",\"placeholder\":\"Name\",\"width\":\"33\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"qi8lqp1\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"email\",\"required\":true,\"field_label\":\"Email\",\"placeholder\":\"Email\",\"width\":\"33\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"8b28ttw\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"tel\",\"field_label\":\"Tel\",\"placeholder\":\"Tel\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width\":\"33\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"2gd0qrk\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"textarea\",\"field_label\":\"Message\",\"placeholder\":\"Message\",\"width\":\"100\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":\"6\",\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"1qsba9v\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"}],\"input_size\":\"md\",\"show_labels\":\"\",\"section_submit_button\":\"\",\"button_text\":\"Send\",\"button_size\":\"md\",\"section_form_options\":\"\",\"send_html\":\"\",\"success_message\":\"The message was sent successfully!\",\"error_message\":\"There\'s something wrong... Please fill in the required fields.\",\"required_field_message\":\"Required\",\"invalid_message\":\"There\'s something wrong... The form is invalid.\",\"section_form_style\":\"\",\"column_gap\":{\"unit\":\"px\",\"size\":\"20\"},\"row_gap\":{\"unit\":\"px\",\"size\":\"20\"},\"heading_label\":\"\",\"label_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"label_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"section_field_style\":\"\",\"field_text_color\":\"#464646\",\"field_typography_typography\":\"custom\",\"field_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"field_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"field_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"field_background_color\":\"rgba(191,201,209,0.26)\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_button_style\":\"\",\"tabs_button_style\":\"\",\"tab_button_normal\":\"\",\"button_text_color\":\"#464646\",\"button_typography_typography\":\"custom\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"button_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13},\"button_typography_text_transform\":\"uppercase\",\"button_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"button_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"button_background_color\":\"rgba(0,41,73,0)\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_border_color\":\"#12e0b9\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tab_button_hover\":\"\",\"button_hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#12e0b9\",\"button_hover_border_color\":\"#12e0b9\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"-100\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"55\",\"bottom\":\"55\",\"left\":\"55\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_section_background\":\"\",\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"_box_shadow_box_shadow_type\":\"outset\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":\"50\",\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.19)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"mark_required\":\"yes\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"subscriber_already_exists_message\":\"Subscriber already exist.\",\"email_to\":\"dgebilaguin@gmail.com\",\"email_subject\":\"New message from \\\"Wanderfuls\\\"\",\"email_from\":\"email@sub.morganrand.com\",\"email_from_name\":\"Wanderfuls\",\"email_to_2\":\"dgebilaguin@gmail.com\",\"email_subject_2\":\"New message from \\\"Wanderfuls\\\"\",\"email_from_2\":\"email@sub.morganrand.com\",\"email_from_name_2\":\"Wanderfuls\",\"email_reply_to_2\":\"dgebilaguin@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2cb91d0b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#464646\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"3612d8be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7f59e782\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"7o3b1fs\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"7mj1o4u\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-google-plus\",\"_id\":\"7b6sjw9\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"0wh417m\"},{\"social\":\"fa fa-tumblr\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"agdym3r\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"rgba(0,0,0,0)\",\"icon_size\":{\"unit\":\"px\",\"size\":30},\"icon_spacing\":{\"unit\":\"px\",\"size\":14},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":25},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(715,142,'_elementor_edit_mode','builder'),(716,142,'_elementor_template_type','post'),(721,142,'_elementor_css','a:4:{s:4:\"time\";i:1553154767;s:5:\"fonts\";a:2:{i:0;s:16:\"Playfair Display\";i:1;s:6:\"Roboto\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(813,160,'_elementor_version','2.5.9'),(814,160,'_wp_page_template','default'),(815,160,'_elementor_page_settings','a:12:{s:21:\"background_color_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:23:\"background_color_b_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:25:\"background_gradient_angle\";a:3:{s:4:\"unit\";s:3:\"deg\";s:4:\"size\";i:180;s:5:\"sizes\";a:0:{}}s:15:\"background_xpos\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_xpos_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_xpos_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:15:\"background_ypos\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_ypos_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_ypos_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:19:\"background_bg_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:26:\"background_bg_width_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:26:\"background_bg_width_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}}'),(731,144,'_elementor_edit_mode','builder'),(732,144,'_elementor_template_type','post'),(733,144,'_elementor_version','2.5.9'),(734,144,'_wp_page_template','default'),(735,144,'_elementor_page_settings','a:12:{s:21:\"background_color_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:23:\"background_color_b_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:25:\"background_gradient_angle\";a:3:{s:4:\"unit\";s:3:\"deg\";s:4:\"size\";i:180;s:5:\"sizes\";a:0:{}}s:15:\"background_xpos\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_xpos_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_xpos_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:15:\"background_ypos\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_ypos_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_ypos_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:19:\"background_bg_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:26:\"background_bg_width_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:26:\"background_bg_width_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}}'),(736,144,'_elementor_data','[{\"id\":\"4fbeaffe\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":80},\"background_background\":\"classic\",\"background_image\":{\"id\":43,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/selection.gif\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":70},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":100},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"rgba(58,58,58,0.87)\"},\"elements\":[{\"id\":\"6232b1d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4908604e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Wanderfuls \\u2122\",\"title_color\":\"#e5329f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":70},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":60},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":65},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":53},\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3ac5eddb\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#e5329f\",\"width\":{\"unit\":\"%\",\"size\":30},\"align_mobile\":\"center\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"30c648f2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Centerpiece and Party Favors in One!<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4f7aa0c4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Shop Now\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"background_color\":\"rgba(18,224,185,0)\",\"button_background_hover_color\":\"#e5329f\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e5329f\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"align_mobile\":\"center\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7d32eef3\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1300},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"80\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"5638e058\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"736df2ea\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-check-circle\",\"title_text\":\"Centerpieces That Double as Party Favors\",\"description_text\":\"Wanderfuls are designed to become an interactive part of your special day. What guest could forget the moment they remove their party favor from the centerpiece? <br\\/><br\\/> The Wanderfuls connect your guests to each other and to the magical moments of the event. These unique and memorable candy centerpieces are perfect for those once in a lifetime special events.\",\"position\":\"left\",\"primary_color\":\"#e5329f\",\"icon_space\":{\"unit\":\"px\",\"size\":18},\"icon_size\":{\"unit\":\"px\",\"size\":40},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#e5329f\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"title_size\":\"h2\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"25da2a06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6347ecab\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-check-circle\",\"title_text\":\"Customize and Design Your Own Centerpiece!\",\"description_text\":\"Our in-house designers will guide you through our customizable options, creating the perfect bouquet for the mood or theme of your event. Explore the different combinations and see them placed on a bouquet, until you find a design that you love!\\n<br\\/><br\\/>\\nChoose a coordinating color for the ribbon which spirals elegantly around and down the wand. For an extra special touch , you can choose to have imprinting on your Wanderfuls.\",\"position\":\"left\",\"primary_color\":\"#e5329f\",\"icon_space\":{\"unit\":\"px\",\"size\":18},\"icon_size\":{\"unit\":\"px\",\"size\":40},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#e5329f\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"title_size\":\"h2\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"1fdab9e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"71961474\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-check-circle\",\"title_text\":\"Centerpiece Ideas for All Types of Party\",\"description_text\":\"More than just traditional flower table decors for your special events. Wanderfuls gives you unique birthday centerpiece, graduation centerpiece, banquet centerpiece, anniversaries, holidays, and more... <br\\/> <br\\/>This is something so different and unique your guest will be amazed! These table decorations will create cherished memories that you and your guest will surely remember!\",\"position\":\"left\",\"primary_color\":\"#e5329f\",\"icon_space\":{\"unit\":\"px\",\"size\":18},\"icon_size\":{\"unit\":\"px\",\"size\":40},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#e5329f\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"title_size\":\"h2\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d1f7025\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"2145ac84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"26ba543f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":126,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/image_2019_03_21T07_09_41_778Z.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":70},\"width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"a267532\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0b001ac\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Wanderfuls is proud to offer a diverse color palette that represents every color of the rainbow, including many holographic, metallic, and iridescent options.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"025\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5ef36f13\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4be938f7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":128,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/Capture.jpg\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":33}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"68e5fd64\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"reverse_order_mobile\":\"reverse-mobile\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"15d8ab03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"287b019c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":130,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/Pics.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":30}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"13e581e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9e11fec\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>How many favors are in each centerpiece bouquet?<\\/p><p>The Classic Wanderfuls Arrangement combines the look of a flower bouquet with the bonus of a take home favor.\\u00a0 They are available in four sizes: 6, 8, 9, and 10.<\\/p><p>Consideration should be given to the amount of people seated per table and aesthetic preference when deciding a size<\\/p><p>\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"438d7c75\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"11076dfb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":80,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/255.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":85}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4344a0bd\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"40237ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1498afcf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":134,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/Candy-Collage-2.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":50},\"space_mobile\":{\"unit\":\"%\",\"size\":40}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"127e57cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8419d3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Imagine your party favors filled with colorful candies such as Jordan Almonds <span style=\\\"font-size: 20px;\\\">Candy, Foil Wrapped Candy, Jelly Beans, Gumballs, Mini Jawbreakers, Mints, Kisses, & More. <\\/span><\\/p>\\n<p>Don\'t see your favorite candy? We may have it! Check by calling 1-888-837-5021<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_gap_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_gap_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"drop_cap_size\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"drop_cap_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"drop_cap_border_radius\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_font_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_border_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79ffa662\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4d0a9838\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":139,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/candy-2538878_640.jpg\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":30}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24014d06\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"custom_height\":{\"unit\":\"vh\",\"size\":70},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"structure\":\"20\",\"background_color\":\"#464646\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"326b3892\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_inline_size_tablet\":60,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1c8538fc\",\"elType\":\"widget\",\"settings\":{\"title\":\"What is a Wanderfuls\\u2122 centerpiece?\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5c32583a\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#e5329f\",\"width\":{\"unit\":\"%\",\"size\":30},\"align_mobile\":\"center\",\"gap_tablet\":{\"unit\":\"px\",\"size\":2}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130350bc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Wanderfuls\\u2122 are custom, one-of-a-kind centerpieces made up of individual party favors! Wanderfuls\\u2122, the original all-in-one centerpiece, and party favor.<\\/p><p>Individual candy filled wands available in three lengths, wrapped in a beautiful colored ribbon of your choosing, imprinted with your message and party date, then topped with a bright fluffy hand-sewn pom with a colorful tassel center. the favors really look like flowers! Each favor slides easily into the base which can hold 6, 8, 9, 10, or 12 favors, creating your unique centerpiece.<\\/p><p>Your custom party decoration then transforms into individual takeaway favors your guests will treasure forever! 100\\u2019s of colors available to fit the theme and feel of any party. Personal one on one assistance from our talented in house designers and artists! Check out our website, play on our design tool program where you can impart your colors onto one of our beautiful centerpieces, making it truly your own.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"typography_font_weight\":\"300\",\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ff32be7\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Studio Tour\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"background_color\":\"rgba(18,224,185,0)\",\"button_background_hover_color\":\"#e5329f\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e5329f\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"35cd55ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.685,\"_inline_size_tablet\":40,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"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},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"764b3d67\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"image\":{\"id\":84,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/36.png\"},\"_id\":\"fbe66s4\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":85,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/architecture_3.jpg\"},\"_id\":\"593jh4m\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":86,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/3-1.png\"},\"_id\":\"2u0yeyx\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":87,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/201.jpg\"},\"_id\":\"f6v9odr\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":88,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/15-1.png\"},\"_id\":\"675a0h3\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"slides_per_view\":\"1\",\"height\":{\"unit\":\"px\",\"size\":530},\"width\":{\"unit\":\"%\",\"size\":85},\"show_arrows\":\"\",\"pagination_color\":\"#e5329f\",\"slides_per_view_tablet\":\"1\",\"height_tablet\":{\"unit\":\"px\",\"size\":390},\"height_mobile\":{\"unit\":\"px\",\"size\":317},\"width_tablet\":{\"unit\":\"px\",\"size\":279},\"width_mobile\":{\"unit\":\"px\",\"size\":309}},\"elements\":[],\"widgetType\":\"media-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"36850847\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"300\",\"bottom\":\"30\",\"left\":\"300\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"376ba3cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1625f748\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet The Team\",\"title_color\":\"#464646\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"330044e1\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#12e0b9\",\"width\":{\"unit\":\"%\",\"size\":20},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4abba146\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide with additional clickthroughs from nanotechnology immersion DevOps.\\u00a0<\\/p>\",\"text_color\":\"#464646\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"align\":\"center\",\"typography_font_weight\":\"300\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"510bcff7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"2\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeIn\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"1578775a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"54e21678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":89,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/5-2.png\"},\"caption\":\" Neil Gaiman - CTO\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_background_hover_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"354dcc3\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"2b51225d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"201869d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":90,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/Untitled-4.png\"},\"caption\":\"Nikki Gooley - HR\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2bcfde60\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-google-plus\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"3c589058\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"97c1b98\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":91,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/5Untitled-4.png\"},\"caption\":\"Laurence Fishburne - CFO\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3fb56041\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"50f14028\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"4d09980d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":92,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/54.png\"},\"caption\":\"Kym Barrett - CMO\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"289b5da5\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14739a62\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"100\",\"left\":\"40\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"1e16682f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"67d5162c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":93,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/63853.png\"},\"caption\":\"Gloria Foster - UI Designer\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"636f97f3\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-dribbble\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-behance\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"3a9ba12c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"61d4bc8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":94,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/86.png\"},\"caption\":\"Jean Reno - UX Expert\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"26b438b0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"4a8ecd13\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"3e0714c9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":95,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/452.png\"},\"caption\":\"Bel McClory - UX Designer\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"39b7896c\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-dribbble\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"5c2300\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"70724d5c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":96,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/525.png\"},\"caption\":\"Matt Doran - Project manager\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3002c6d4\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-google-plus\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e93eab\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"column_position\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"none\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"7d9461e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"150\",\"left\":\"50\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"4628be1c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#464646\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align\":\"left\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"header_size\":\"h3\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"335c67e1\",\"elType\":\"widget\",\"settings\":{\"section_divider\":\"\",\"weight\":{\"unit\":\"px\",\"size\":\"3\"},\"color\":\"#12e0b9\",\"width\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"center\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5f2f3ba8\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon_list\":[{\"text\":\"+44 20 5540 1234\",\"icon\":\"fa fa-phone\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"kxo82hb\"},{\"text\":\"+44 35 9998 3245\",\"icon\":\"fa fa-mobile-phone\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"89z2tky\"},{\"text\":\"+44 20 5540 4433\",\"icon\":\"fa fa-fax\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"zi1l66f\"}],\"section_icon_style\":\"\",\"icon_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":30},\"icon_align_mobile\":\"center\",\"section_text_style\":\"\",\"text_indent\":{\"unit\":\"px\",\"size\":15},\"text_color\":\"#777777\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":2.3},\"icon_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"icon_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"space_between\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"34115220\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"background_size\":\"cover\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"background_overlay_background\":\"none\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.71},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"120\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"45\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"69e17028\",\"elType\":\"widget\",\"settings\":{\"section_form_fields\":\"\",\"form_name\":\"Sample Form\",\"form_fields\":[{\"field_type\":\"text\",\"field_label\":\"Name\",\"placeholder\":\"Name\",\"width\":\"33\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"qi8lqp1\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"email\",\"required\":true,\"field_label\":\"Email\",\"placeholder\":\"Email\",\"width\":\"33\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"8b28ttw\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"tel\",\"field_label\":\"Tel\",\"placeholder\":\"Tel\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width\":\"33\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"2gd0qrk\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"textarea\",\"field_label\":\"Message\",\"placeholder\":\"Message\",\"width\":\"100\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":\"6\",\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"1qsba9v\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"}],\"input_size\":\"md\",\"show_labels\":\"\",\"section_submit_button\":\"\",\"button_text\":\"Send\",\"button_size\":\"md\",\"section_form_options\":\"\",\"send_html\":\"\",\"success_message\":\"The message was sent successfully!\",\"error_message\":\"There\'s something wrong... Please fill in the required fields.\",\"required_field_message\":\"Required\",\"invalid_message\":\"There\'s something wrong... The form is invalid.\",\"section_form_style\":\"\",\"column_gap\":{\"unit\":\"px\",\"size\":\"20\"},\"row_gap\":{\"unit\":\"px\",\"size\":\"20\"},\"heading_label\":\"\",\"label_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"label_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"section_field_style\":\"\",\"field_text_color\":\"#464646\",\"field_typography_typography\":\"custom\",\"field_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"field_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"field_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"field_background_color\":\"rgba(191,201,209,0.26)\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_button_style\":\"\",\"tabs_button_style\":\"\",\"tab_button_normal\":\"\",\"button_text_color\":\"#464646\",\"button_typography_typography\":\"custom\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"button_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13},\"button_typography_text_transform\":\"uppercase\",\"button_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"button_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"button_background_color\":\"rgba(0,41,73,0)\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_border_color\":\"#12e0b9\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tab_button_hover\":\"\",\"button_hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#12e0b9\",\"button_hover_border_color\":\"#12e0b9\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"-100\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"55\",\"bottom\":\"55\",\"left\":\"55\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_section_background\":\"\",\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"_box_shadow_box_shadow_type\":\"outset\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":\"50\",\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.19)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"mark_required\":\"yes\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"subscriber_already_exists_message\":\"Subscriber already exist.\",\"email_to\":\"dgebilaguin@gmail.com\",\"email_subject\":\"New message from \\\"Wanderfuls\\\"\",\"email_from\":\"email@sub.morganrand.com\",\"email_from_name\":\"Wanderfuls\",\"email_to_2\":\"dgebilaguin@gmail.com\",\"email_subject_2\":\"New message from \\\"Wanderfuls\\\"\",\"email_from_2\":\"email@sub.morganrand.com\",\"email_from_name_2\":\"Wanderfuls\",\"email_reply_to_2\":\"dgebilaguin@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2cb91d0b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#464646\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"3612d8be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7f59e782\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"7o3b1fs\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"7mj1o4u\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-google-plus\",\"_id\":\"7b6sjw9\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"0wh417m\"},{\"social\":\"fa fa-tumblr\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"agdym3r\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"rgba(0,0,0,0)\",\"icon_size\":{\"unit\":\"px\",\"size\":30},\"icon_spacing\":{\"unit\":\"px\",\"size\":14},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":25},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(737,144,'_elementor_css','a:4:{s:4:\"time\";i:1553155120;s:5:\"fonts\";a:2:{i:0;s:16:\"Playfair Display\";i:1;s:6:\"Roboto\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(739,145,'_elementor_edit_mode','builder'),(740,145,'_elementor_template_type','post'),(741,145,'_elementor_version','2.5.9'),(742,145,'_wp_page_template','default'),(743,145,'_elementor_page_settings','a:12:{s:21:\"background_color_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:23:\"background_color_b_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:25:\"background_gradient_angle\";a:3:{s:4:\"unit\";s:3:\"deg\";s:4:\"size\";i:180;s:5:\"sizes\";a:0:{}}s:15:\"background_xpos\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_xpos_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_xpos_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:15:\"background_ypos\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_ypos_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_ypos_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:19:\"background_bg_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:26:\"background_bg_width_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:26:\"background_bg_width_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}}'),(744,145,'_elementor_data','[{\"id\":\"4fbeaffe\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":80},\"background_background\":\"classic\",\"background_image\":{\"id\":43,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/selection.gif\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":70},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":100},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"rgba(58,58,58,0.87)\"},\"elements\":[{\"id\":\"6232b1d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4908604e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Wanderfuls \\u2122\",\"title_color\":\"#e5329f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":70},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":60},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":65},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":53},\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3ac5eddb\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#e5329f\",\"width\":{\"unit\":\"%\",\"size\":30},\"align_mobile\":\"center\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"30c648f2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Centerpiece and Party Favors in One!<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4f7aa0c4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Shop Now\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"background_color\":\"rgba(18,224,185,0)\",\"button_background_hover_color\":\"#e5329f\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e5329f\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"align_mobile\":\"center\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7d32eef3\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1300},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"80\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"5638e058\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"736df2ea\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-check-circle\",\"title_text\":\"Centerpieces That Double as Party Favors\",\"description_text\":\"Wanderfuls are designed to become an interactive part of your special day. What guest could forget the moment they remove their party favor from the centerpiece? <br\\/><br\\/> The Wanderfuls connect your guests to each other and to the magical moments of the event. These unique and memorable candy centerpieces are perfect for those once in a lifetime special events.\",\"position\":\"left\",\"primary_color\":\"#e5329f\",\"icon_space\":{\"unit\":\"px\",\"size\":18},\"icon_size\":{\"unit\":\"px\",\"size\":40},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#e5329f\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"title_size\":\"h2\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"25da2a06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6347ecab\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-check-circle\",\"title_text\":\"Customize and Design Your Own Centerpiece!\",\"description_text\":\"Our in-house designers will guide you through our customizable options, creating the perfect bouquet for the mood or theme of your event. Explore the different combinations and see them placed on a bouquet, until you find a design that you love!\\n<br\\/><br\\/>\\nChoose a coordinating color for the ribbon which spirals elegantly around and down the wand. For an extra special touch , you can choose to have imprinting on your Wanderfuls.\",\"position\":\"left\",\"primary_color\":\"#e5329f\",\"icon_space\":{\"unit\":\"px\",\"size\":18},\"icon_size\":{\"unit\":\"px\",\"size\":40},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#e5329f\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"title_size\":\"h2\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"1fdab9e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"71961474\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-check-circle\",\"title_text\":\"Centerpiece Ideas for All Types of Party\",\"description_text\":\"More than just traditional flower table decors for your special events. Wanderfuls gives you unique birthday centerpiece, graduation centerpiece, banquet centerpiece, anniversaries, holidays, and more... <br\\/> <br\\/>This is something so different and unique your guest will be amazed! These table decorations will create cherished memories that you and your guest will surely remember!\",\"position\":\"left\",\"primary_color\":\"#e5329f\",\"icon_space\":{\"unit\":\"px\",\"size\":18},\"icon_size\":{\"unit\":\"px\",\"size\":40},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#e5329f\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"title_size\":\"h2\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d1f7025\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"2145ac84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"26ba543f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":126,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/image_2019_03_21T07_09_41_778Z.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":70},\"width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"a267532\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0b001ac\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Wanderfuls is proud to offer a diverse color palette that represents every color of the rainbow, including many holographic, metallic, and iridescent options.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"025\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5ef36f13\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4be938f7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":128,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/Capture.jpg\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":33}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"68e5fd64\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"reverse_order_mobile\":\"reverse-mobile\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"15d8ab03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"287b019c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":130,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/Pics.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":30}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"13e581e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9e11fec\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>How many favors are in each centerpiece bouquet?<\\/p><p>The Classic Wanderfuls Arrangement combines the look of a flower bouquet with the bonus of a take home favor.\\u00a0 They are available in four sizes: 6, 8, 9, and 10.<\\/p><p>Consideration should be given to the amount of people seated per table and aesthetic preference when deciding a size<\\/p><p>\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"438d7c75\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"11076dfb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":80,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/255.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":85}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4344a0bd\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"40237ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1498afcf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":134,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/Candy-Collage-2.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":50},\"space_mobile\":{\"unit\":\"%\",\"size\":40}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"127e57cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8419d3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Imagine your party favors filled with colorful candies such as Jordan Almonds <span style=\\\"font-size: 20px;\\\">Candy, Foil Wrapped Candy, Jelly Beans, Gumballs, Mini Jawbreakers, Mints, Kisses, & More. <\\/span><\\/p>\\n<p>Don\'t see your favorite candy? We may have it! Check by calling 1-888-837-5021<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_gap_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_gap_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"drop_cap_size\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"drop_cap_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"drop_cap_border_radius\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_font_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_border_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79ffa662\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4d0a9838\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":139,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/candy-2538878_640.jpg\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":30}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24014d06\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"custom_height\":{\"unit\":\"vh\",\"size\":70},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"structure\":\"20\",\"background_color\":\"#464646\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"326b3892\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_inline_size_tablet\":60,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1c8538fc\",\"elType\":\"widget\",\"settings\":{\"title\":\"What is a Wanderfuls\\u2122 centerpiece?\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5c32583a\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#e5329f\",\"width\":{\"unit\":\"%\",\"size\":30},\"align_mobile\":\"center\",\"gap_tablet\":{\"unit\":\"px\",\"size\":2}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130350bc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Wanderfuls\\u2122 are custom, one-of-a-kind centerpieces made up of individual party favors! Wanderfuls\\u2122, the original all-in-one centerpiece, and party favor.<\\/p><p>Individual candy filled wands available in three lengths, wrapped in a beautiful colored ribbon of your choosing, imprinted with your message and party date, then topped with a bright fluffy hand-sewn pom with a colorful tassel center. the favors really look like flowers! Each favor slides easily into the base which can hold 6, 8, 9, 10, or 12 favors, creating your unique centerpiece.<\\/p><p>Your custom party decoration then transforms into individual takeaway favors your guests will treasure forever! 100\\u2019s of colors available to fit the theme and feel of any party. Personal one on one assistance from our talented in house designers and artists! Check out our website, play on our design tool program where you can impart your colors onto one of our beautiful centerpieces, making it truly your own.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"typography_font_weight\":\"300\",\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ff32be7\",\"elType\":\"widget\",\"settings\":{\"text\":\"View our designs\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"background_color\":\"rgba(18,224,185,0)\",\"button_background_hover_color\":\"#e5329f\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e5329f\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"35cd55ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.685,\"_inline_size_tablet\":40,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"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},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"764b3d67\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"image\":{\"id\":84,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/36.png\"},\"_id\":\"fbe66s4\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":85,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/architecture_3.jpg\"},\"_id\":\"593jh4m\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":86,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/3-1.png\"},\"_id\":\"2u0yeyx\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":87,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/201.jpg\"},\"_id\":\"f6v9odr\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":88,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/15-1.png\"},\"_id\":\"675a0h3\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"slides_per_view\":\"1\",\"height\":{\"unit\":\"px\",\"size\":530},\"width\":{\"unit\":\"%\",\"size\":85},\"show_arrows\":\"\",\"pagination_color\":\"#e5329f\",\"slides_per_view_tablet\":\"1\",\"height_tablet\":{\"unit\":\"px\",\"size\":390},\"height_mobile\":{\"unit\":\"px\",\"size\":317},\"width_tablet\":{\"unit\":\"px\",\"size\":279},\"width_mobile\":{\"unit\":\"px\",\"size\":309}},\"elements\":[],\"widgetType\":\"media-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"36850847\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"300\",\"bottom\":\"30\",\"left\":\"300\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"376ba3cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1625f748\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet The Team\",\"title_color\":\"#464646\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"330044e1\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#12e0b9\",\"width\":{\"unit\":\"%\",\"size\":20},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4abba146\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide with additional clickthroughs from nanotechnology immersion DevOps.\\u00a0<\\/p>\",\"text_color\":\"#464646\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"align\":\"center\",\"typography_font_weight\":\"300\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"510bcff7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"2\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeIn\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"1578775a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"54e21678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":89,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/5-2.png\"},\"caption\":\" Neil Gaiman - CTO\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_background_hover_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"354dcc3\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"2b51225d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"201869d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":90,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/Untitled-4.png\"},\"caption\":\"Nikki Gooley - HR\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2bcfde60\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-google-plus\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"3c589058\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"97c1b98\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":91,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/5Untitled-4.png\"},\"caption\":\"Laurence Fishburne - CFO\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3fb56041\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"50f14028\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"4d09980d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":92,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/54.png\"},\"caption\":\"Kym Barrett - CMO\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"289b5da5\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14739a62\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"100\",\"left\":\"40\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"1e16682f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"67d5162c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":93,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/63853.png\"},\"caption\":\"Gloria Foster - UI Designer\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"636f97f3\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-dribbble\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-behance\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"3a9ba12c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"61d4bc8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":94,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/86.png\"},\"caption\":\"Jean Reno - UX Expert\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"26b438b0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"4a8ecd13\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"3e0714c9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":95,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/452.png\"},\"caption\":\"Bel McClory - UX Designer\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"39b7896c\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-dribbble\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"5c2300\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"70724d5c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":96,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/525.png\"},\"caption\":\"Matt Doran - Project manager\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3002c6d4\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-google-plus\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e93eab\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"column_position\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"none\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"7d9461e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"150\",\"left\":\"50\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"4628be1c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#464646\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align\":\"left\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"header_size\":\"h3\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"335c67e1\",\"elType\":\"widget\",\"settings\":{\"section_divider\":\"\",\"weight\":{\"unit\":\"px\",\"size\":\"3\"},\"color\":\"#12e0b9\",\"width\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"center\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5f2f3ba8\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon_list\":[{\"text\":\"+44 20 5540 1234\",\"icon\":\"fa fa-phone\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"kxo82hb\"},{\"text\":\"+44 35 9998 3245\",\"icon\":\"fa fa-mobile-phone\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"89z2tky\"},{\"text\":\"+44 20 5540 4433\",\"icon\":\"fa fa-fax\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"zi1l66f\"}],\"section_icon_style\":\"\",\"icon_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":30},\"icon_align_mobile\":\"center\",\"section_text_style\":\"\",\"text_indent\":{\"unit\":\"px\",\"size\":15},\"text_color\":\"#777777\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":2.3},\"icon_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"icon_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"space_between\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"34115220\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"background_size\":\"cover\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"background_overlay_background\":\"none\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.71},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"120\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"45\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"69e17028\",\"elType\":\"widget\",\"settings\":{\"section_form_fields\":\"\",\"form_name\":\"Sample Form\",\"form_fields\":[{\"field_type\":\"text\",\"field_label\":\"Name\",\"placeholder\":\"Name\",\"width\":\"33\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"qi8lqp1\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"email\",\"required\":true,\"field_label\":\"Email\",\"placeholder\":\"Email\",\"width\":\"33\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"8b28ttw\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"tel\",\"field_label\":\"Tel\",\"placeholder\":\"Tel\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width\":\"33\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"2gd0qrk\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"textarea\",\"field_label\":\"Message\",\"placeholder\":\"Message\",\"width\":\"100\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":\"6\",\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"1qsba9v\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"}],\"input_size\":\"md\",\"show_labels\":\"\",\"section_submit_button\":\"\",\"button_text\":\"Send\",\"button_size\":\"md\",\"section_form_options\":\"\",\"send_html\":\"\",\"success_message\":\"The message was sent successfully!\",\"error_message\":\"There\'s something wrong... Please fill in the required fields.\",\"required_field_message\":\"Required\",\"invalid_message\":\"There\'s something wrong... The form is invalid.\",\"section_form_style\":\"\",\"column_gap\":{\"unit\":\"px\",\"size\":\"20\"},\"row_gap\":{\"unit\":\"px\",\"size\":\"20\"},\"heading_label\":\"\",\"label_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"label_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"section_field_style\":\"\",\"field_text_color\":\"#464646\",\"field_typography_typography\":\"custom\",\"field_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"field_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"field_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"field_background_color\":\"rgba(191,201,209,0.26)\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_button_style\":\"\",\"tabs_button_style\":\"\",\"tab_button_normal\":\"\",\"button_text_color\":\"#464646\",\"button_typography_typography\":\"custom\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"button_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13},\"button_typography_text_transform\":\"uppercase\",\"button_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"button_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"button_background_color\":\"rgba(0,41,73,0)\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_border_color\":\"#12e0b9\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tab_button_hover\":\"\",\"button_hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#12e0b9\",\"button_hover_border_color\":\"#12e0b9\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"-100\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"55\",\"bottom\":\"55\",\"left\":\"55\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_section_background\":\"\",\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"_box_shadow_box_shadow_type\":\"outset\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":\"50\",\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.19)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"mark_required\":\"yes\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"subscriber_already_exists_message\":\"Subscriber already exist.\",\"email_to\":\"dgebilaguin@gmail.com\",\"email_subject\":\"New message from \\\"Wanderfuls\\\"\",\"email_from\":\"email@sub.morganrand.com\",\"email_from_name\":\"Wanderfuls\",\"email_to_2\":\"dgebilaguin@gmail.com\",\"email_subject_2\":\"New message from \\\"Wanderfuls\\\"\",\"email_from_2\":\"email@sub.morganrand.com\",\"email_from_name_2\":\"Wanderfuls\",\"email_reply_to_2\":\"dgebilaguin@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2cb91d0b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#464646\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"3612d8be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7f59e782\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"7o3b1fs\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"7mj1o4u\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-google-plus\",\"_id\":\"7b6sjw9\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"0wh417m\"},{\"social\":\"fa fa-tumblr\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"agdym3r\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"rgba(0,0,0,0)\",\"icon_size\":{\"unit\":\"px\",\"size\":30},\"icon_spacing\":{\"unit\":\"px\",\"size\":14},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":25},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(745,145,'_elementor_css','a:4:{s:4:\"time\";i:1553155262;s:5:\"fonts\";a:2:{i:0;s:16:\"Playfair Display\";i:1;s:6:\"Roboto\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(747,146,'_elementor_edit_mode','builder'),(748,146,'_elementor_template_type','post'),(749,146,'_elementor_version','2.5.9'),(750,146,'_wp_page_template','default'),(751,146,'_elementor_page_settings','a:12:{s:21:\"background_color_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:23:\"background_color_b_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:25:\"background_gradient_angle\";a:3:{s:4:\"unit\";s:3:\"deg\";s:4:\"size\";i:180;s:5:\"sizes\";a:0:{}}s:15:\"background_xpos\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_xpos_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_xpos_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:15:\"background_ypos\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_ypos_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_ypos_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:19:\"background_bg_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:26:\"background_bg_width_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:26:\"background_bg_width_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}}'),(752,146,'_elementor_data','[{\"id\":\"4fbeaffe\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":80},\"background_background\":\"classic\",\"background_image\":{\"id\":43,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/selection.gif\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":70},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":100},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"rgba(58,58,58,0.87)\"},\"elements\":[{\"id\":\"6232b1d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4908604e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Wanderfuls \\u2122\",\"title_color\":\"#e5329f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":70},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":60},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":65},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":53},\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3ac5eddb\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#e5329f\",\"width\":{\"unit\":\"%\",\"size\":30},\"align_mobile\":\"center\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"30c648f2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h1>Centerpiece and Party Favors in One!<\\/h1>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4f7aa0c4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Shop Now\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"background_color\":\"rgba(18,224,185,0)\",\"button_background_hover_color\":\"#e5329f\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e5329f\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"align_mobile\":\"center\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7d32eef3\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1300},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"80\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"5638e058\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"736df2ea\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-check-circle\",\"title_text\":\"Centerpieces That Double as Party Favors\",\"description_text\":\"Wanderfuls are designed to become an interactive part of your special day. What guest could forget the moment they remove their party favor from the centerpiece? <br\\/><br\\/> The Wanderfuls connect your guests to each other and to the magical moments of the event. These unique and memorable candy centerpieces are perfect for those once in a lifetime special events.\",\"position\":\"left\",\"primary_color\":\"#e5329f\",\"icon_space\":{\"unit\":\"px\",\"size\":18},\"icon_size\":{\"unit\":\"px\",\"size\":40},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#e5329f\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"title_size\":\"h2\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"25da2a06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6347ecab\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-check-circle\",\"title_text\":\"Customize and Design Your Own Centerpiece!\",\"description_text\":\"Our in-house designers will guide you through our customizable options, creating the perfect bouquet for the mood or theme of your event. Explore the different combinations and see them placed on a bouquet, until you find a design that you love!\\n<br\\/><br\\/>\\nChoose a coordinating color for the ribbon which spirals elegantly around and down the wand. For an extra special touch , you can choose to have imprinting on your Wanderfuls.\",\"position\":\"left\",\"primary_color\":\"#e5329f\",\"icon_space\":{\"unit\":\"px\",\"size\":18},\"icon_size\":{\"unit\":\"px\",\"size\":40},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#e5329f\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"title_size\":\"h2\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"1fdab9e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"71961474\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-check-circle\",\"title_text\":\"Centerpiece Ideas for All Types of Party\",\"description_text\":\"More than just traditional flower table decors for your special events. Wanderfuls gives you unique birthday centerpiece, graduation centerpiece, banquet centerpiece, anniversaries, holidays, and more... <br\\/> <br\\/>This is something so different and unique your guest will be amazed! These table decorations will create cherished memories that you and your guest will surely remember!\",\"position\":\"left\",\"primary_color\":\"#e5329f\",\"icon_space\":{\"unit\":\"px\",\"size\":18},\"icon_size\":{\"unit\":\"px\",\"size\":40},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#e5329f\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"title_size\":\"h2\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d1f7025\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"2145ac84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"26ba543f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":126,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/image_2019_03_21T07_09_41_778Z.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":70},\"width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"a267532\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0b001ac\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Wanderfuls is proud to offer a diverse color palette that represents every color of the rainbow, including many holographic, metallic, and iridescent options.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"025\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5ef36f13\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4be938f7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":128,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/Capture.jpg\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":33}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"68e5fd64\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"reverse_order_mobile\":\"reverse-mobile\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"15d8ab03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"287b019c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":130,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/Pics.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":30}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"13e581e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9e11fec\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>How many favors are in each centerpiece bouquet?<\\/p><p>The Classic Wanderfuls Arrangement combines the look of a flower bouquet with the bonus of a take home favor.\\u00a0 They are available in four sizes: 6, 8, 9, and 10.<\\/p><p>Consideration should be given to the amount of people seated per table and aesthetic preference when deciding a size<\\/p><p>\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"438d7c75\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"11076dfb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":80,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/255.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":85}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4344a0bd\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"40237ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1498afcf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":134,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/Candy-Collage-2.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":50},\"space_mobile\":{\"unit\":\"%\",\"size\":40}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"127e57cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8419d3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Imagine your party favors filled with colorful candies such as Jordan Almonds <span style=\\\"font-size: 20px;\\\">Candy, Foil Wrapped Candy, Jelly Beans, Gumballs, Mini Jawbreakers, Mints, Kisses, & More. <\\/span><\\/p>\\n<p>Don\'t see your favorite candy? We may have it! Check by calling 1-888-837-5021<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_gap_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_gap_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"drop_cap_size\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"drop_cap_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"drop_cap_border_radius\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_font_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_border_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79ffa662\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4d0a9838\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":139,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/candy-2538878_640.jpg\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":30}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24014d06\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"custom_height\":{\"unit\":\"vh\",\"size\":70},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"structure\":\"20\",\"background_color\":\"#464646\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"326b3892\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_inline_size_tablet\":60,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1c8538fc\",\"elType\":\"widget\",\"settings\":{\"title\":\"What is a Wanderfuls\\u2122 centerpiece?\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5c32583a\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#e5329f\",\"width\":{\"unit\":\"%\",\"size\":30},\"align_mobile\":\"center\",\"gap_tablet\":{\"unit\":\"px\",\"size\":2}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130350bc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Wanderfuls\\u2122 are custom, one-of-a-kind centerpieces made up of individual party favors! Wanderfuls\\u2122, the original all-in-one centerpiece, and party favor.<\\/p><p>Individual candy filled wands available in three lengths, wrapped in a beautiful colored ribbon of your choosing, imprinted with your message and party date, then topped with a bright fluffy hand-sewn pom with a colorful tassel center. the favors really look like flowers! Each favor slides easily into the base which can hold 6, 8, 9, 10, or 12 favors, creating your unique centerpiece.<\\/p><p>Your custom party decoration then transforms into individual takeaway favors your guests will treasure forever! 100\\u2019s of colors available to fit the theme and feel of any party. Personal one on one assistance from our talented in house designers and artists! Check out our website, play on our design tool program where you can impart your colors onto one of our beautiful centerpieces, making it truly your own.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"typography_font_weight\":\"300\",\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ff32be7\",\"elType\":\"widget\",\"settings\":{\"text\":\"View our designs\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"background_color\":\"rgba(18,224,185,0)\",\"button_background_hover_color\":\"#e5329f\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e5329f\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"35cd55ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.685,\"_inline_size_tablet\":40,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"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},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"764b3d67\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"image\":{\"id\":84,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/36.png\"},\"_id\":\"fbe66s4\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":85,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/architecture_3.jpg\"},\"_id\":\"593jh4m\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":86,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/3-1.png\"},\"_id\":\"2u0yeyx\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":87,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/201.jpg\"},\"_id\":\"f6v9odr\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":88,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/15-1.png\"},\"_id\":\"675a0h3\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"slides_per_view\":\"1\",\"height\":{\"unit\":\"px\",\"size\":530},\"width\":{\"unit\":\"%\",\"size\":85},\"show_arrows\":\"\",\"pagination_color\":\"#e5329f\",\"slides_per_view_tablet\":\"1\",\"height_tablet\":{\"unit\":\"px\",\"size\":390},\"height_mobile\":{\"unit\":\"px\",\"size\":317},\"width_tablet\":{\"unit\":\"px\",\"size\":279},\"width_mobile\":{\"unit\":\"px\",\"size\":309}},\"elements\":[],\"widgetType\":\"media-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"36850847\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"300\",\"bottom\":\"30\",\"left\":\"300\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"376ba3cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1625f748\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet The Team\",\"title_color\":\"#464646\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"330044e1\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#12e0b9\",\"width\":{\"unit\":\"%\",\"size\":20},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4abba146\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide with additional clickthroughs from nanotechnology immersion DevOps.\\u00a0<\\/p>\",\"text_color\":\"#464646\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"align\":\"center\",\"typography_font_weight\":\"300\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"510bcff7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"2\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeIn\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"1578775a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"54e21678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":89,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/5-2.png\"},\"caption\":\" Neil Gaiman - CTO\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_background_hover_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"354dcc3\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"2b51225d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"201869d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":90,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/Untitled-4.png\"},\"caption\":\"Nikki Gooley - HR\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2bcfde60\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-google-plus\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"3c589058\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"97c1b98\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":91,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/5Untitled-4.png\"},\"caption\":\"Laurence Fishburne - CFO\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3fb56041\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"50f14028\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"4d09980d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":92,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/54.png\"},\"caption\":\"Kym Barrett - CMO\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"289b5da5\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14739a62\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"100\",\"left\":\"40\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"1e16682f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"67d5162c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":93,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/63853.png\"},\"caption\":\"Gloria Foster - UI Designer\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"636f97f3\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-dribbble\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-behance\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"3a9ba12c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"61d4bc8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":94,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/86.png\"},\"caption\":\"Jean Reno - UX Expert\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"26b438b0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"4a8ecd13\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"3e0714c9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":95,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/452.png\"},\"caption\":\"Bel McClory - UX Designer\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"39b7896c\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-dribbble\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"5c2300\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"70724d5c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":96,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/525.png\"},\"caption\":\"Matt Doran - Project manager\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3002c6d4\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-google-plus\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e93eab\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"column_position\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"none\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"7d9461e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"150\",\"left\":\"50\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"4628be1c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#464646\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align\":\"left\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"header_size\":\"h3\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"335c67e1\",\"elType\":\"widget\",\"settings\":{\"section_divider\":\"\",\"weight\":{\"unit\":\"px\",\"size\":\"3\"},\"color\":\"#12e0b9\",\"width\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"center\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5f2f3ba8\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon_list\":[{\"text\":\"+44 20 5540 1234\",\"icon\":\"fa fa-phone\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"kxo82hb\"},{\"text\":\"+44 35 9998 3245\",\"icon\":\"fa fa-mobile-phone\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"89z2tky\"},{\"text\":\"+44 20 5540 4433\",\"icon\":\"fa fa-fax\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"zi1l66f\"}],\"section_icon_style\":\"\",\"icon_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":30},\"icon_align_mobile\":\"center\",\"section_text_style\":\"\",\"text_indent\":{\"unit\":\"px\",\"size\":15},\"text_color\":\"#777777\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":2.3},\"icon_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"icon_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"space_between\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"34115220\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"background_size\":\"cover\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"background_overlay_background\":\"none\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.71},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"120\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"45\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"69e17028\",\"elType\":\"widget\",\"settings\":{\"section_form_fields\":\"\",\"form_name\":\"Sample Form\",\"form_fields\":[{\"field_type\":\"text\",\"field_label\":\"Name\",\"placeholder\":\"Name\",\"width\":\"33\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"qi8lqp1\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"email\",\"required\":true,\"field_label\":\"Email\",\"placeholder\":\"Email\",\"width\":\"33\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"8b28ttw\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"tel\",\"field_label\":\"Tel\",\"placeholder\":\"Tel\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width\":\"33\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"2gd0qrk\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"textarea\",\"field_label\":\"Message\",\"placeholder\":\"Message\",\"width\":\"100\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":\"6\",\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"1qsba9v\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"}],\"input_size\":\"md\",\"show_labels\":\"\",\"section_submit_button\":\"\",\"button_text\":\"Send\",\"button_size\":\"md\",\"section_form_options\":\"\",\"send_html\":\"\",\"success_message\":\"The message was sent successfully!\",\"error_message\":\"There\'s something wrong... Please fill in the required fields.\",\"required_field_message\":\"Required\",\"invalid_message\":\"There\'s something wrong... The form is invalid.\",\"section_form_style\":\"\",\"column_gap\":{\"unit\":\"px\",\"size\":\"20\"},\"row_gap\":{\"unit\":\"px\",\"size\":\"20\"},\"heading_label\":\"\",\"label_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"label_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"section_field_style\":\"\",\"field_text_color\":\"#464646\",\"field_typography_typography\":\"custom\",\"field_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"field_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"field_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"field_background_color\":\"rgba(191,201,209,0.26)\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_button_style\":\"\",\"tabs_button_style\":\"\",\"tab_button_normal\":\"\",\"button_text_color\":\"#464646\",\"button_typography_typography\":\"custom\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"button_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13},\"button_typography_text_transform\":\"uppercase\",\"button_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"button_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"button_background_color\":\"rgba(0,41,73,0)\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_border_color\":\"#12e0b9\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tab_button_hover\":\"\",\"button_hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#12e0b9\",\"button_hover_border_color\":\"#12e0b9\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"-100\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"55\",\"bottom\":\"55\",\"left\":\"55\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_section_background\":\"\",\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"_box_shadow_box_shadow_type\":\"outset\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":\"50\",\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.19)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"mark_required\":\"yes\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"subscriber_already_exists_message\":\"Subscriber already exist.\",\"email_to\":\"dgebilaguin@gmail.com\",\"email_subject\":\"New message from \\\"Wanderfuls\\\"\",\"email_from\":\"email@sub.morganrand.com\",\"email_from_name\":\"Wanderfuls\",\"email_to_2\":\"dgebilaguin@gmail.com\",\"email_subject_2\":\"New message from \\\"Wanderfuls\\\"\",\"email_from_2\":\"email@sub.morganrand.com\",\"email_from_name_2\":\"Wanderfuls\",\"email_reply_to_2\":\"dgebilaguin@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2cb91d0b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#464646\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"3612d8be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7f59e782\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"7o3b1fs\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"7mj1o4u\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-google-plus\",\"_id\":\"7b6sjw9\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"0wh417m\"},{\"social\":\"fa fa-tumblr\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"agdym3r\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"rgba(0,0,0,0)\",\"icon_size\":{\"unit\":\"px\",\"size\":30},\"icon_spacing\":{\"unit\":\"px\",\"size\":14},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":25},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(753,146,'_elementor_css','a:4:{s:4:\"time\";i:1553155284;s:5:\"fonts\";a:2:{i:0;s:16:\"Playfair Display\";i:1;s:6:\"Roboto\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(755,147,'_wp_attached_file','2019/03/1.jpg'),(756,147,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:656;s:6:\"height\";i:436;s:4:\"file\";s:13:\"2019/03/1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"1-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;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:{}}}'),(757,148,'_wp_attached_file','2019/03/2.jpg'),(758,148,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:4:\"file\";s:13:\"2019/03/2.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"2-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:13:\"2-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:14:\"2-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;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:{}}}'),(759,149,'_wp_attached_file','2019/03/3.jpg'),(760,149,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1240;s:6:\"height\";i:821;s:4:\"file\";s:13:\"2019/03/3.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"3-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:13:\"3-768x508.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:508;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:14:\"3-1024x678.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:678;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:{}}}'),(761,150,'_elementor_edit_mode','builder'),(762,150,'_elementor_template_type','post'),(763,150,'_elementor_version','2.5.9'),(764,150,'_wp_page_template','default'),(765,150,'_elementor_page_settings','a:12:{s:21:\"background_color_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:23:\"background_color_b_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:25:\"background_gradient_angle\";a:3:{s:4:\"unit\";s:3:\"deg\";s:4:\"size\";i:180;s:5:\"sizes\";a:0:{}}s:15:\"background_xpos\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_xpos_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_xpos_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:15:\"background_ypos\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_ypos_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_ypos_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:19:\"background_bg_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:26:\"background_bg_width_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:26:\"background_bg_width_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}}'),(766,150,'_elementor_data','[{\"id\":\"4fbeaffe\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":80},\"background_background\":\"classic\",\"background_image\":{\"id\":43,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/selection.gif\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":70},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":100},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"rgba(58,58,58,0.87)\"},\"elements\":[{\"id\":\"6232b1d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4908604e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Wanderfuls \\u2122\",\"title_color\":\"#e5329f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":70},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":60},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":65},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":53},\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3ac5eddb\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#e5329f\",\"width\":{\"unit\":\"%\",\"size\":30},\"align_mobile\":\"center\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"30c648f2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h1>Centerpiece and Party Favors in One!<\\/h1>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4f7aa0c4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Shop Now\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"background_color\":\"rgba(18,224,185,0)\",\"button_background_hover_color\":\"#e5329f\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e5329f\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"align_mobile\":\"center\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7d32eef3\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1300},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"80\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"5638e058\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"736df2ea\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-check-circle\",\"title_text\":\"Centerpieces That Double as Party Favors\",\"description_text\":\"Wanderfuls are designed to become an interactive part of your special day. What guest could forget the moment they remove their party favor from the centerpiece? <br\\/><br\\/> The Wanderfuls connect your guests to each other and to the magical moments of the event. These unique and memorable candy centerpieces are perfect for those once in a lifetime special events.\",\"position\":\"left\",\"primary_color\":\"#e5329f\",\"icon_space\":{\"unit\":\"px\",\"size\":18},\"icon_size\":{\"unit\":\"px\",\"size\":40},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#e5329f\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"title_size\":\"h2\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"25da2a06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6347ecab\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-check-circle\",\"title_text\":\"Customize and Design Your Own Centerpiece!\",\"description_text\":\"Our in-house designers will guide you through our customizable options, creating the perfect bouquet for the mood or theme of your event. Explore the different combinations and see them placed on a bouquet, until you find a design that you love!\\n<br\\/><br\\/>\\nChoose a coordinating color for the ribbon which spirals elegantly around and down the wand. For an extra special touch , you can choose to have imprinting on your Wanderfuls.\",\"position\":\"left\",\"primary_color\":\"#e5329f\",\"icon_space\":{\"unit\":\"px\",\"size\":18},\"icon_size\":{\"unit\":\"px\",\"size\":40},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#e5329f\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"title_size\":\"h2\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"1fdab9e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"71961474\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-check-circle\",\"title_text\":\"Centerpiece Ideas for All Types of Party\",\"description_text\":\"More than just traditional flower table decors for your special events. Wanderfuls gives you unique birthday centerpiece, graduation centerpiece, banquet centerpiece, anniversaries, holidays, and more... <br\\/> <br\\/>This is something so different and unique your guest will be amazed! These table decorations will create cherished memories that you and your guest will surely remember!\",\"position\":\"left\",\"primary_color\":\"#e5329f\",\"icon_space\":{\"unit\":\"px\",\"size\":18},\"icon_size\":{\"unit\":\"px\",\"size\":40},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#e5329f\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"title_size\":\"h2\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d1f7025\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"2145ac84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"26ba543f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":126,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/image_2019_03_21T07_09_41_778Z.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":70},\"width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"a267532\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0b001ac\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Wanderfuls is proud to offer a diverse color palette that represents every color of the rainbow, including many holographic, metallic, and iridescent options.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"025\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5ef36f13\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4be938f7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":128,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/Capture.jpg\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":33}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"68e5fd64\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"reverse_order_mobile\":\"reverse-mobile\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"15d8ab03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"287b019c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":130,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/Pics.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":30}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"13e581e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9e11fec\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>How many favors are in each centerpiece bouquet?<\\/p><p>The Classic Wanderfuls Arrangement combines the look of a flower bouquet with the bonus of a take home favor.\\u00a0 They are available in four sizes: 6, 8, 9, and 10.<\\/p><p>Consideration should be given to the amount of people seated per table and aesthetic preference when deciding a size<\\/p><p>\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"438d7c75\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"11076dfb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":80,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/255.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":85}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4344a0bd\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"40237ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1498afcf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":134,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/Candy-Collage-2.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":50},\"space_mobile\":{\"unit\":\"%\",\"size\":40}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"127e57cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8419d3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Imagine your party favors filled with colorful candies such as Jordan Almonds <span style=\\\"font-size: 20px;\\\">Candy, Foil Wrapped Candy, Jelly Beans, Gumballs, Mini Jawbreakers, Mints, Kisses, & More. <\\/span><\\/p>\\n<p>Don\'t see your favorite candy? We may have it! Check by calling 1-888-837-5021<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_gap_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_gap_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"drop_cap_size\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"drop_cap_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"drop_cap_border_radius\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_font_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_border_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79ffa662\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4d0a9838\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":139,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/candy-2538878_640.jpg\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":30}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24014d06\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"custom_height\":{\"unit\":\"vh\",\"size\":70},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"structure\":\"20\",\"background_color\":\"#464646\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"326b3892\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_inline_size_tablet\":60,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1c8538fc\",\"elType\":\"widget\",\"settings\":{\"title\":\"What is a Wanderfuls\\u2122 centerpiece?\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5c32583a\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#e5329f\",\"width\":{\"unit\":\"%\",\"size\":30},\"align_mobile\":\"center\",\"gap_tablet\":{\"unit\":\"px\",\"size\":2}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130350bc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Wanderfuls\\u2122 are custom, one-of-a-kind centerpieces made up of individual party favors! Wanderfuls\\u2122, the original all-in-one centerpiece, and party favor.<\\/p><p>Individual candy filled wands available in three lengths, wrapped in a beautiful colored ribbon of your choosing, imprinted with your message and party date, then topped with a bright fluffy hand-sewn pom with a colorful tassel center. the favors really look like flowers! Each favor slides easily into the base which can hold 6, 8, 9, 10, or 12 favors, creating your unique centerpiece.<\\/p><p>Your custom party decoration then transforms into individual takeaway favors your guests will treasure forever! 100\\u2019s of colors available to fit the theme and feel of any party. Personal one on one assistance from our talented in house designers and artists! Check out our website, play on our design tool program where you can impart your colors onto one of our beautiful centerpieces, making it truly your own.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"typography_font_weight\":\"300\",\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ff32be7\",\"elType\":\"widget\",\"settings\":{\"text\":\"View our designs\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"background_color\":\"rgba(18,224,185,0)\",\"button_background_hover_color\":\"#e5329f\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e5329f\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"35cd55ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.685,\"_inline_size_tablet\":40,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"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},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"764b3d67\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"image\":{\"id\":147,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/1.jpg\"},\"_id\":\"fbe66s4\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":148,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/2.jpg\"},\"_id\":\"593jh4m\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":149,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/3.jpg\"},\"_id\":\"2u0yeyx\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":87,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/201.jpg\"},\"_id\":\"f6v9odr\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":88,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/15-1.png\"},\"_id\":\"675a0h3\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"slides_per_view\":\"1\",\"height\":{\"unit\":\"px\",\"size\":530},\"width\":{\"unit\":\"%\",\"size\":85},\"show_arrows\":\"\",\"pagination_color\":\"#e5329f\",\"slides_per_view_tablet\":\"1\",\"height_tablet\":{\"unit\":\"px\",\"size\":390},\"height_mobile\":{\"unit\":\"px\",\"size\":317},\"width_tablet\":{\"unit\":\"px\",\"size\":279},\"width_mobile\":{\"unit\":\"px\",\"size\":309}},\"elements\":[],\"widgetType\":\"media-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"36850847\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"300\",\"bottom\":\"30\",\"left\":\"300\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"376ba3cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1625f748\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet The Team\",\"title_color\":\"#464646\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"330044e1\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#12e0b9\",\"width\":{\"unit\":\"%\",\"size\":20},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4abba146\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide with additional clickthroughs from nanotechnology immersion DevOps.\\u00a0<\\/p>\",\"text_color\":\"#464646\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"align\":\"center\",\"typography_font_weight\":\"300\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"510bcff7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"2\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeIn\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"1578775a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"54e21678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":89,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/5-2.png\"},\"caption\":\" Neil Gaiman - CTO\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_background_hover_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"354dcc3\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"2b51225d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"201869d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":90,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/Untitled-4.png\"},\"caption\":\"Nikki Gooley - HR\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2bcfde60\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-google-plus\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"3c589058\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"97c1b98\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":91,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/5Untitled-4.png\"},\"caption\":\"Laurence Fishburne - CFO\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3fb56041\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"50f14028\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"4d09980d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":92,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/54.png\"},\"caption\":\"Kym Barrett - CMO\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"289b5da5\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14739a62\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"100\",\"left\":\"40\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"1e16682f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"67d5162c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":93,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/63853.png\"},\"caption\":\"Gloria Foster - UI Designer\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"636f97f3\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-dribbble\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-behance\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"3a9ba12c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"61d4bc8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":94,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/86.png\"},\"caption\":\"Jean Reno - UX Expert\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"26b438b0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"4a8ecd13\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"3e0714c9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":95,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/452.png\"},\"caption\":\"Bel McClory - UX Designer\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"39b7896c\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-dribbble\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"5c2300\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"70724d5c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":96,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/525.png\"},\"caption\":\"Matt Doran - Project manager\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3002c6d4\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-google-plus\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e93eab\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"column_position\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"none\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"7d9461e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"150\",\"left\":\"50\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"4628be1c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#464646\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align\":\"left\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"header_size\":\"h3\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"335c67e1\",\"elType\":\"widget\",\"settings\":{\"section_divider\":\"\",\"weight\":{\"unit\":\"px\",\"size\":\"3\"},\"color\":\"#12e0b9\",\"width\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"center\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5f2f3ba8\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon_list\":[{\"text\":\"+44 20 5540 1234\",\"icon\":\"fa fa-phone\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"kxo82hb\"},{\"text\":\"+44 35 9998 3245\",\"icon\":\"fa fa-mobile-phone\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"89z2tky\"},{\"text\":\"+44 20 5540 4433\",\"icon\":\"fa fa-fax\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"zi1l66f\"}],\"section_icon_style\":\"\",\"icon_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":30},\"icon_align_mobile\":\"center\",\"section_text_style\":\"\",\"text_indent\":{\"unit\":\"px\",\"size\":15},\"text_color\":\"#777777\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":2.3},\"icon_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"icon_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"space_between\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"34115220\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"background_size\":\"cover\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"background_overlay_background\":\"none\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.71},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"120\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"45\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"69e17028\",\"elType\":\"widget\",\"settings\":{\"section_form_fields\":\"\",\"form_name\":\"Sample Form\",\"form_fields\":[{\"field_type\":\"text\",\"field_label\":\"Name\",\"placeholder\":\"Name\",\"width\":\"33\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"qi8lqp1\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"email\",\"required\":true,\"field_label\":\"Email\",\"placeholder\":\"Email\",\"width\":\"33\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"8b28ttw\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"tel\",\"field_label\":\"Tel\",\"placeholder\":\"Tel\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width\":\"33\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"2gd0qrk\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"textarea\",\"field_label\":\"Message\",\"placeholder\":\"Message\",\"width\":\"100\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":\"6\",\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"1qsba9v\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"}],\"input_size\":\"md\",\"show_labels\":\"\",\"section_submit_button\":\"\",\"button_text\":\"Send\",\"button_size\":\"md\",\"section_form_options\":\"\",\"send_html\":\"\",\"success_message\":\"The message was sent successfully!\",\"error_message\":\"There\'s something wrong... Please fill in the required fields.\",\"required_field_message\":\"Required\",\"invalid_message\":\"There\'s something wrong... The form is invalid.\",\"section_form_style\":\"\",\"column_gap\":{\"unit\":\"px\",\"size\":\"20\"},\"row_gap\":{\"unit\":\"px\",\"size\":\"20\"},\"heading_label\":\"\",\"label_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"label_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"section_field_style\":\"\",\"field_text_color\":\"#464646\",\"field_typography_typography\":\"custom\",\"field_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"field_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"field_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"field_background_color\":\"rgba(191,201,209,0.26)\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_button_style\":\"\",\"tabs_button_style\":\"\",\"tab_button_normal\":\"\",\"button_text_color\":\"#464646\",\"button_typography_typography\":\"custom\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"button_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13},\"button_typography_text_transform\":\"uppercase\",\"button_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"button_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"button_background_color\":\"rgba(0,41,73,0)\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_border_color\":\"#12e0b9\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tab_button_hover\":\"\",\"button_hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#12e0b9\",\"button_hover_border_color\":\"#12e0b9\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"-100\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"55\",\"bottom\":\"55\",\"left\":\"55\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_section_background\":\"\",\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"_box_shadow_box_shadow_type\":\"outset\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":\"50\",\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.19)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"mark_required\":\"yes\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"subscriber_already_exists_message\":\"Subscriber already exist.\",\"email_to\":\"dgebilaguin@gmail.com\",\"email_subject\":\"New message from \\\"Wanderfuls\\\"\",\"email_from\":\"email@sub.morganrand.com\",\"email_from_name\":\"Wanderfuls\",\"email_to_2\":\"dgebilaguin@gmail.com\",\"email_subject_2\":\"New message from \\\"Wanderfuls\\\"\",\"email_from_2\":\"email@sub.morganrand.com\",\"email_from_name_2\":\"Wanderfuls\",\"email_reply_to_2\":\"dgebilaguin@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2cb91d0b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#464646\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"3612d8be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7f59e782\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"7o3b1fs\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"7mj1o4u\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-google-plus\",\"_id\":\"7b6sjw9\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"0wh417m\"},{\"social\":\"fa fa-tumblr\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"agdym3r\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"rgba(0,0,0,0)\",\"icon_size\":{\"unit\":\"px\",\"size\":30},\"icon_spacing\":{\"unit\":\"px\",\"size\":14},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":25},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(767,150,'_elementor_css','a:4:{s:4:\"time\";i:1553155411;s:5:\"fonts\";a:2:{i:0;s:16:\"Playfair Display\";i:1;s:6:\"Roboto\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(769,151,'_elementor_edit_mode','builder'),(770,151,'_elementor_template_type','post'),(771,151,'_elementor_version','2.5.9'),(772,151,'_wp_page_template','default'),(773,151,'_elementor_page_settings','a:12:{s:21:\"background_color_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:23:\"background_color_b_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:25:\"background_gradient_angle\";a:3:{s:4:\"unit\";s:3:\"deg\";s:4:\"size\";i:180;s:5:\"sizes\";a:0:{}}s:15:\"background_xpos\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_xpos_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_xpos_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:15:\"background_ypos\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_ypos_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_ypos_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:19:\"background_bg_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:26:\"background_bg_width_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:26:\"background_bg_width_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}}'),(774,151,'_elementor_data','[{\"id\":\"4fbeaffe\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":80},\"background_background\":\"classic\",\"background_image\":{\"id\":43,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/selection.gif\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":70},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":100},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"rgba(58,58,58,0.87)\"},\"elements\":[{\"id\":\"6232b1d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4908604e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Wanderfuls \\u2122\",\"title_color\":\"#e5329f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":70},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":60},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":65},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":53},\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3ac5eddb\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#e5329f\",\"width\":{\"unit\":\"%\",\"size\":30},\"align_mobile\":\"center\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"30c648f2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h1>Centerpiece and Party Favors in One!<\\/h1>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4f7aa0c4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Shop Now\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"background_color\":\"rgba(18,224,185,0)\",\"button_background_hover_color\":\"#e5329f\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e5329f\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"align_mobile\":\"center\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7d32eef3\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1300},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"80\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"5638e058\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"736df2ea\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-check-circle\",\"title_text\":\"Centerpieces That Double as Party Favors\",\"description_text\":\"Wanderfuls are designed to become an interactive part of your special day. What guest could forget the moment they remove their party favor from the centerpiece? <br\\/><br\\/> The Wanderfuls connect your guests to each other and to the magical moments of the event. These unique and memorable candy centerpieces are perfect for those once in a lifetime special events.\",\"position\":\"left\",\"primary_color\":\"#e5329f\",\"icon_space\":{\"unit\":\"px\",\"size\":18},\"icon_size\":{\"unit\":\"px\",\"size\":40},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#e5329f\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"title_size\":\"h2\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"25da2a06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6347ecab\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-check-circle\",\"title_text\":\"Customize and Design Your Own Centerpiece!\",\"description_text\":\"Our in-house designers will guide you through our customizable options, creating the perfect bouquet for the mood or theme of your event. Explore the different combinations and see them placed on a bouquet, until you find a design that you love!\\n<br\\/><br\\/>\\nChoose a coordinating color for the ribbon which spirals elegantly around and down the wand. For an extra special touch , you can choose to have imprinting on your Wanderfuls.\",\"position\":\"left\",\"primary_color\":\"#e5329f\",\"icon_space\":{\"unit\":\"px\",\"size\":18},\"icon_size\":{\"unit\":\"px\",\"size\":40},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#e5329f\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"title_size\":\"h2\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"1fdab9e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"71961474\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-check-circle\",\"title_text\":\"Centerpiece Ideas for All Types of Party\",\"description_text\":\"More than just traditional flower table decors for your special events. Wanderfuls gives you unique birthday centerpiece, graduation centerpiece, banquet centerpiece, anniversaries, holidays, and more... <br\\/> <br\\/>This is something so different and unique your guest will be amazed! These table decorations will create cherished memories that you and your guest will surely remember!\",\"position\":\"left\",\"primary_color\":\"#e5329f\",\"icon_space\":{\"unit\":\"px\",\"size\":18},\"icon_size\":{\"unit\":\"px\",\"size\":40},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#e5329f\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"title_size\":\"h2\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d1f7025\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"2145ac84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"26ba543f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":126,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/image_2019_03_21T07_09_41_778Z.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":70},\"width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"a267532\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0b001ac\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Wanderfuls is proud to offer a diverse color palette that represents every color of the rainbow, including many holographic, metallic and iridescent options.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"025\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5ef36f13\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4be938f7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":128,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/Capture.jpg\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":33}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"68e5fd64\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"reverse_order_mobile\":\"reverse-mobile\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"15d8ab03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"287b019c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":130,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/Pics.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":30}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"13e581e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9e11fec\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>How many favors are in each centerpiece bouquet?<\\/p><p>The Classic Wanderfuls Arrangement combines the look of a flower bouquet with the bonus of a take home favor.\\u00a0 They are available in four sizes: 6, 8, 9, and 10.<\\/p><p>Consideration should be given to the amount of people seated per table and aesthetic preference when deciding a size<\\/p><p>\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"438d7c75\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"11076dfb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":80,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/255.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":85}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4344a0bd\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"40237ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1498afcf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":134,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/Candy-Collage-2.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":50},\"space_mobile\":{\"unit\":\"%\",\"size\":40}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"127e57cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8419d3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Imagine your party favors filled with colorful candies such as Jordan Almonds <span style=\\\"font-size: 20px;\\\">Candy, Foil Wrapped Candy, Jelly Beans, Gumballs, Mini Jawbreakers, Mints, Kisses, & More. <\\/span><\\/p>\\n<p>Don\'t see your favorite candy? We may have it! Check by calling 1-888-837-5021<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_gap_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_gap_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"drop_cap_size\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"drop_cap_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"drop_cap_border_radius\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_font_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_border_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79ffa662\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4d0a9838\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":139,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/candy-2538878_640.jpg\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":30}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24014d06\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"custom_height\":{\"unit\":\"vh\",\"size\":70},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"structure\":\"20\",\"background_color\":\"#464646\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"326b3892\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_inline_size_tablet\":60,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1c8538fc\",\"elType\":\"widget\",\"settings\":{\"title\":\"What is a Wanderfuls\\u2122 centerpiece?\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5c32583a\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#e5329f\",\"width\":{\"unit\":\"%\",\"size\":30},\"align_mobile\":\"center\",\"gap_tablet\":{\"unit\":\"px\",\"size\":2}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130350bc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Wanderfuls\\u2122 are custom, one-of-a-kind centerpieces made up of individual party favors! Wanderfuls\\u2122, the original all-in-one centerpiece, and party favor.<\\/p><p>Individual candy filled wands available in three lengths, wrapped in a beautiful colored ribbon of your choosing, imprinted with your message and party date, then topped with a bright fluffy hand-sewn pom with a colorful tassel center. the favors really look like flowers! Each favor slides easily into the base which can hold 6, 8, 9, 10, or 12 favors, creating your unique centerpiece.<\\/p><p>Your custom party decoration then transforms into individual takeaway favors your guests will treasure forever! 100\\u2019s of colors available to fit the theme and feel of any party. Personal one on one assistance from our talented in house designers and artists! Check out our website, play on our design tool program where you can impart your colors onto one of our beautiful centerpieces, making it truly your own.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"typography_font_weight\":\"300\",\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ff32be7\",\"elType\":\"widget\",\"settings\":{\"text\":\"View our designs\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"background_color\":\"rgba(18,224,185,0)\",\"button_background_hover_color\":\"#e5329f\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e5329f\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"35cd55ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.685,\"_inline_size_tablet\":40,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"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},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"764b3d67\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"image\":{\"id\":147,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/1.jpg\"},\"_id\":\"fbe66s4\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":148,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/2.jpg\"},\"_id\":\"593jh4m\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":149,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/3.jpg\"},\"_id\":\"2u0yeyx\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":87,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/201.jpg\"},\"_id\":\"f6v9odr\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":88,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/15-1.png\"},\"_id\":\"675a0h3\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"slides_per_view\":\"1\",\"height\":{\"unit\":\"px\",\"size\":530},\"width\":{\"unit\":\"%\",\"size\":85},\"show_arrows\":\"\",\"pagination_color\":\"#e5329f\",\"slides_per_view_tablet\":\"1\",\"height_tablet\":{\"unit\":\"px\",\"size\":390},\"height_mobile\":{\"unit\":\"px\",\"size\":317},\"width_tablet\":{\"unit\":\"px\",\"size\":279},\"width_mobile\":{\"unit\":\"px\",\"size\":309}},\"elements\":[],\"widgetType\":\"media-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"36850847\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"300\",\"bottom\":\"30\",\"left\":\"300\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"376ba3cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1625f748\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet The Team\",\"title_color\":\"#464646\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"330044e1\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#12e0b9\",\"width\":{\"unit\":\"%\",\"size\":20},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4abba146\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide with additional clickthroughs from nanotechnology immersion DevOps.\\u00a0<\\/p>\",\"text_color\":\"#464646\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"align\":\"center\",\"typography_font_weight\":\"300\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"510bcff7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"2\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeIn\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"1578775a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"54e21678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":89,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/5-2.png\"},\"caption\":\" Neil Gaiman - CTO\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_background_hover_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"354dcc3\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"2b51225d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"201869d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":90,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/Untitled-4.png\"},\"caption\":\"Nikki Gooley - HR\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2bcfde60\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-google-plus\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"3c589058\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"97c1b98\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":91,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/5Untitled-4.png\"},\"caption\":\"Laurence Fishburne - CFO\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3fb56041\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"50f14028\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"4d09980d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":92,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/54.png\"},\"caption\":\"Kym Barrett - CMO\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"289b5da5\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14739a62\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"100\",\"left\":\"40\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"1e16682f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"67d5162c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":93,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/63853.png\"},\"caption\":\"Gloria Foster - UI Designer\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"636f97f3\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-dribbble\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-behance\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"3a9ba12c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"61d4bc8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":94,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/86.png\"},\"caption\":\"Jean Reno - UX Expert\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"26b438b0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"4a8ecd13\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"3e0714c9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":95,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/452.png\"},\"caption\":\"Bel McClory - UX Designer\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"39b7896c\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-dribbble\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"5c2300\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"70724d5c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":96,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/525.png\"},\"caption\":\"Matt Doran - Project manager\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3002c6d4\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-google-plus\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e93eab\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"column_position\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"none\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"7d9461e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"150\",\"left\":\"50\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"4628be1c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#464646\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align\":\"left\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"header_size\":\"h3\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"335c67e1\",\"elType\":\"widget\",\"settings\":{\"section_divider\":\"\",\"weight\":{\"unit\":\"px\",\"size\":\"3\"},\"color\":\"#12e0b9\",\"width\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"center\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5f2f3ba8\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon_list\":[{\"text\":\"+44 20 5540 1234\",\"icon\":\"fa fa-phone\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"kxo82hb\"},{\"text\":\"+44 35 9998 3245\",\"icon\":\"fa fa-mobile-phone\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"89z2tky\"},{\"text\":\"+44 20 5540 4433\",\"icon\":\"fa fa-fax\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"zi1l66f\"}],\"section_icon_style\":\"\",\"icon_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":30},\"icon_align_mobile\":\"center\",\"section_text_style\":\"\",\"text_indent\":{\"unit\":\"px\",\"size\":15},\"text_color\":\"#777777\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":2.3},\"icon_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"icon_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"space_between\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"34115220\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"background_size\":\"cover\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"background_overlay_background\":\"none\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.71},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"120\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"45\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"69e17028\",\"elType\":\"widget\",\"settings\":{\"section_form_fields\":\"\",\"form_name\":\"Sample Form\",\"form_fields\":[{\"field_type\":\"text\",\"field_label\":\"Name\",\"placeholder\":\"Name\",\"width\":\"33\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"qi8lqp1\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"email\",\"required\":true,\"field_label\":\"Email\",\"placeholder\":\"Email\",\"width\":\"33\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"8b28ttw\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"tel\",\"field_label\":\"Tel\",\"placeholder\":\"Tel\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width\":\"33\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"2gd0qrk\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"textarea\",\"field_label\":\"Message\",\"placeholder\":\"Message\",\"width\":\"100\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":\"6\",\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"1qsba9v\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"}],\"input_size\":\"md\",\"show_labels\":\"\",\"section_submit_button\":\"\",\"button_text\":\"Send\",\"button_size\":\"md\",\"section_form_options\":\"\",\"send_html\":\"\",\"success_message\":\"The message was sent successfully!\",\"error_message\":\"There\'s something wrong... Please fill in the required fields.\",\"required_field_message\":\"Required\",\"invalid_message\":\"There\'s something wrong... The form is invalid.\",\"section_form_style\":\"\",\"column_gap\":{\"unit\":\"px\",\"size\":\"20\"},\"row_gap\":{\"unit\":\"px\",\"size\":\"20\"},\"heading_label\":\"\",\"label_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"label_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"section_field_style\":\"\",\"field_text_color\":\"#464646\",\"field_typography_typography\":\"custom\",\"field_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"field_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"field_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"field_background_color\":\"rgba(191,201,209,0.26)\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_button_style\":\"\",\"tabs_button_style\":\"\",\"tab_button_normal\":\"\",\"button_text_color\":\"#464646\",\"button_typography_typography\":\"custom\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"button_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13},\"button_typography_text_transform\":\"uppercase\",\"button_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"button_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"button_background_color\":\"rgba(0,41,73,0)\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_border_color\":\"#12e0b9\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tab_button_hover\":\"\",\"button_hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#12e0b9\",\"button_hover_border_color\":\"#12e0b9\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"-100\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"55\",\"bottom\":\"55\",\"left\":\"55\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_section_background\":\"\",\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"_box_shadow_box_shadow_type\":\"outset\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":\"50\",\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.19)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"mark_required\":\"yes\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"subscriber_already_exists_message\":\"Subscriber already exist.\",\"email_to\":\"dgebilaguin@gmail.com\",\"email_subject\":\"New message from \\\"Wanderfuls\\\"\",\"email_from\":\"email@sub.morganrand.com\",\"email_from_name\":\"Wanderfuls\",\"email_to_2\":\"dgebilaguin@gmail.com\",\"email_subject_2\":\"New message from \\\"Wanderfuls\\\"\",\"email_from_2\":\"email@sub.morganrand.com\",\"email_from_name_2\":\"Wanderfuls\",\"email_reply_to_2\":\"dgebilaguin@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2cb91d0b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#464646\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"3612d8be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7f59e782\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"7o3b1fs\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"7mj1o4u\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-google-plus\",\"_id\":\"7b6sjw9\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"0wh417m\"},{\"social\":\"fa fa-tumblr\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"agdym3r\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"rgba(0,0,0,0)\",\"icon_size\":{\"unit\":\"px\",\"size\":30},\"icon_spacing\":{\"unit\":\"px\",\"size\":14},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":25},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(775,151,'_elementor_css','a:4:{s:4:\"time\";i:1553155587;s:5:\"fonts\";a:2:{i:0;s:16:\"Playfair Display\";i:1;s:6:\"Roboto\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(777,152,'_wp_trash_meta_status','publish'),(778,152,'_wp_trash_meta_time','1553155784'),(779,153,'_wp_trash_meta_status','publish'),(780,153,'_wp_trash_meta_time','1553155865'),(781,154,'_wp_attached_file','2019/03/Kara-holding-the-Wanderfuls-centerpiece-we-designed-for-her-wedding..jpg'),(782,154,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:667;s:6:\"height\";i:500;s:4:\"file\";s:80:\"2019/03/Kara-holding-the-Wanderfuls-centerpiece-we-designed-for-her-wedding..jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:80:\"Kara-holding-the-Wanderfuls-centerpiece-we-designed-for-her-wedding.-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:80:\"Kara-holding-the-Wanderfuls-centerpiece-we-designed-for-her-wedding.-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;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:{}}}'),(795,157,'_elementor_version','2.5.9'),(796,157,'_wp_page_template','default'),(797,157,'_elementor_page_settings','a:12:{s:21:\"background_color_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:23:\"background_color_b_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:25:\"background_gradient_angle\";a:3:{s:4:\"unit\";s:3:\"deg\";s:4:\"size\";i:180;s:5:\"sizes\";a:0:{}}s:15:\"background_xpos\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_xpos_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_xpos_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:15:\"background_ypos\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_ypos_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_ypos_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:19:\"background_bg_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:26:\"background_bg_width_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:26:\"background_bg_width_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}}'),(798,157,'_elementor_data','[{\"id\":\"4fbeaffe\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":80},\"background_background\":\"classic\",\"background_image\":{\"id\":43,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/selection.gif\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":70},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":100},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"rgba(58,58,58,0.87)\"},\"elements\":[{\"id\":\"6232b1d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4908604e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Wanderfuls \\u2122\",\"title_color\":\"#e5329f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":70},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":60},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":65},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":53},\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3ac5eddb\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#e5329f\",\"width\":{\"unit\":\"%\",\"size\":30},\"align_mobile\":\"center\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"30c648f2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h1>Centerpiece and Party Favors in One!<\\/h1>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4f7aa0c4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Shop Now\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"background_color\":\"rgba(18,224,185,0)\",\"button_background_hover_color\":\"#e5329f\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e5329f\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"align_mobile\":\"center\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7d32eef3\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1300},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"80\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"5638e058\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"736df2ea\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-check-circle\",\"title_text\":\"Centerpieces That Double as Party Favors\",\"description_text\":\"Wanderfuls are designed to become an interactive part of your special day. What guest could forget the moment they remove their party favor from the centerpiece? <br\\/><br\\/> The Wanderfuls connect your guests to each other and to the magical moments of the event. These unique and memorable candy centerpieces are perfect for those once in a lifetime special events.\",\"position\":\"left\",\"primary_color\":\"#e5329f\",\"icon_space\":{\"unit\":\"px\",\"size\":18},\"icon_size\":{\"unit\":\"px\",\"size\":40},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#e5329f\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"title_size\":\"h2\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"25da2a06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6347ecab\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-check-circle\",\"title_text\":\"Customize and Design Your Own Centerpiece!\",\"description_text\":\"Our in-house designers will guide you through our customizable options, creating the perfect bouquet for the mood or theme of your event. Explore the different combinations and see them placed on a bouquet, until you find a design that you love!\\n<br\\/><br\\/>\\nChoose a coordinating color for the ribbon which spirals elegantly around and down the wand. For an extra special touch , you can choose to have imprinting on your Wanderfuls.\",\"position\":\"left\",\"primary_color\":\"#e5329f\",\"icon_space\":{\"unit\":\"px\",\"size\":18},\"icon_size\":{\"unit\":\"px\",\"size\":40},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#e5329f\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"title_size\":\"h2\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"1fdab9e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"71961474\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-check-circle\",\"title_text\":\"Centerpiece Ideas for All Types of Party\",\"description_text\":\"More than just traditional flower table decors for your special events. Wanderfuls gives you unique birthday centerpiece, graduation centerpiece, banquet centerpiece, anniversaries, holidays, and more... <br\\/> <br\\/>This is something so different and unique your guest will be amazed! These table decorations will create cherished memories that you and your guest will surely remember!\",\"position\":\"left\",\"primary_color\":\"#e5329f\",\"icon_space\":{\"unit\":\"px\",\"size\":18},\"icon_size\":{\"unit\":\"px\",\"size\":40},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#e5329f\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"title_size\":\"h2\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d1f7025\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"2145ac84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"26ba543f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":126,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/image_2019_03_21T07_09_41_778Z.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":70},\"width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"a267532\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0b001ac\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Wanderfuls is proud to offer a diverse color palette that represents every color of the rainbow, including many holographic, metallic and iridescent options.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"025\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5ef36f13\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4be938f7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":128,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/Capture.jpg\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":33}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"68e5fd64\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"reverse_order_mobile\":\"reverse-mobile\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"15d8ab03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"287b019c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":130,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/Pics.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":30}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"13e581e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9e11fec\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>How many favors are in each centerpiece bouquet?<\\/p><p>The Classic Wanderfuls Arrangement combines the look of a flower bouquet with the bonus of a take home favor.\\u00a0 They are available in four sizes: 6, 8, 9, and 10.<\\/p><p>Consideration should be given to the amount of people seated per table and aesthetic preference when deciding a size<\\/p><p>\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"438d7c75\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"11076dfb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":80,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/255.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":85}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4344a0bd\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"40237ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1498afcf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":134,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/Candy-Collage-2.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":50},\"space_mobile\":{\"unit\":\"%\",\"size\":40}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"127e57cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8419d3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Imagine your party favors filled with colorful candies such as Jordan Almonds <span style=\\\"font-size: 20px;\\\">Candy, Foil Wrapped Candy, Jelly Beans, Gumballs, Mini Jawbreakers, Mints, Kisses, & More. <\\/span><\\/p>\\n<p>Don\'t see your favorite candy? We may have it! Check by calling 1-888-837-5021<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_gap_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_gap_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"drop_cap_size\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"drop_cap_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"drop_cap_border_radius\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_font_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_border_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79ffa662\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4d0a9838\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":139,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/candy-2538878_640.jpg\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":30}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24014d06\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"custom_height\":{\"unit\":\"vh\",\"size\":70},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"structure\":\"20\",\"background_color\":\"#464646\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"326b3892\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_inline_size_tablet\":60,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1c8538fc\",\"elType\":\"widget\",\"settings\":{\"title\":\"What is a Wanderfuls\\u2122 centerpiece?\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5c32583a\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#e5329f\",\"width\":{\"unit\":\"%\",\"size\":30},\"align_mobile\":\"center\",\"gap_tablet\":{\"unit\":\"px\",\"size\":2}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130350bc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Wanderfuls\\u2122 are custom, one-of-a-kind centerpieces made up of individual party favors! Wanderfuls\\u2122, the original all-in-one centerpiece, and party favor.<\\/p><p>Individual candy filled wands available in three lengths, wrapped in a beautiful colored ribbon of your choosing, imprinted with your message and party date, then topped with a bright fluffy hand-sewn pom with a colorful tassel center. the favors really look like flowers! Each favor slides easily into the base which can hold 6, 8, 9, 10, or 12 favors, creating your unique centerpiece.<\\/p><p>Your custom party decoration then transforms into individual takeaway favors your guests will treasure forever! 100\\u2019s of colors available to fit the theme and feel of any party. Personal one on one assistance from our talented in house designers and artists! Check out our website, play on our design tool program where you can impart your colors onto one of our beautiful centerpieces, making it truly your own.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"typography_font_weight\":\"300\",\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ff32be7\",\"elType\":\"widget\",\"settings\":{\"text\":\"View our designs\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"background_color\":\"rgba(18,224,185,0)\",\"button_background_hover_color\":\"#e5329f\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e5329f\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"35cd55ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.685,\"_inline_size_tablet\":40,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"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},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"764b3d67\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"image\":{\"id\":147,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/1.jpg\"},\"_id\":\"fbe66s4\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":148,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/2.jpg\"},\"_id\":\"593jh4m\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":149,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/3.jpg\"},\"_id\":\"2u0yeyx\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":154,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/Kara-holding-the-Wanderfuls-centerpiece-we-designed-for-her-wedding..jpg\"},\"_id\":\"f6v9odr\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":156,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/miss-america-sweet-16-centerpeice-ideas.jpg\"},\"_id\":\"675a0h3\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"slides_per_view\":\"1\",\"height\":{\"unit\":\"px\",\"size\":530},\"width\":{\"unit\":\"%\",\"size\":85},\"show_arrows\":\"\",\"pagination_color\":\"#e5329f\",\"slides_per_view_tablet\":\"1\",\"height_tablet\":{\"unit\":\"px\",\"size\":390},\"height_mobile\":{\"unit\":\"px\",\"size\":317},\"width_tablet\":{\"unit\":\"px\",\"size\":279},\"width_mobile\":{\"unit\":\"px\",\"size\":309}},\"elements\":[],\"widgetType\":\"media-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"36850847\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"300\",\"bottom\":\"30\",\"left\":\"300\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"376ba3cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1625f748\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet The Team\",\"title_color\":\"#464646\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"330044e1\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#12e0b9\",\"width\":{\"unit\":\"%\",\"size\":20},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4abba146\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide with additional clickthroughs from nanotechnology immersion DevOps.\\u00a0<\\/p>\",\"text_color\":\"#464646\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"align\":\"center\",\"typography_font_weight\":\"300\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"510bcff7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"2\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeIn\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"1578775a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"54e21678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":89,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/5-2.png\"},\"caption\":\" Neil Gaiman - CTO\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_background_hover_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"354dcc3\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"2b51225d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"201869d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":90,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/Untitled-4.png\"},\"caption\":\"Nikki Gooley - HR\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2bcfde60\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-google-plus\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"3c589058\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"97c1b98\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":91,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/5Untitled-4.png\"},\"caption\":\"Laurence Fishburne - CFO\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3fb56041\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"50f14028\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"4d09980d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":92,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/54.png\"},\"caption\":\"Kym Barrett - CMO\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"289b5da5\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14739a62\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"100\",\"left\":\"40\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"1e16682f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"67d5162c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":93,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/63853.png\"},\"caption\":\"Gloria Foster - UI Designer\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"636f97f3\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-dribbble\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-behance\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"3a9ba12c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"61d4bc8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":94,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/86.png\"},\"caption\":\"Jean Reno - UX Expert\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"26b438b0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"4a8ecd13\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"3e0714c9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":95,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/452.png\"},\"caption\":\"Bel McClory - UX Designer\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"39b7896c\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-dribbble\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"5c2300\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"70724d5c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":96,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/525.png\"},\"caption\":\"Matt Doran - Project manager\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3002c6d4\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-google-plus\",\"_id\":\"t5ndfm1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"_id\":\"czutltn\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"re9t4c0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":10},\"border_radius\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"51\",\"bottom\":\"51\",\"left\":\"51\",\"isLinked\":true},\"hover_primary_color\":\"#12e0b9\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e93eab\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"column_position\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"none\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"7d9461e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"150\",\"left\":\"50\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"4628be1c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#464646\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align\":\"left\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"header_size\":\"h3\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"335c67e1\",\"elType\":\"widget\",\"settings\":{\"section_divider\":\"\",\"weight\":{\"unit\":\"px\",\"size\":\"3\"},\"color\":\"#12e0b9\",\"width\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"center\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5f2f3ba8\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon_list\":[{\"text\":\"+44 20 5540 1234\",\"icon\":\"fa fa-phone\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"kxo82hb\"},{\"text\":\"+44 35 9998 3245\",\"icon\":\"fa fa-mobile-phone\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"89z2tky\"},{\"text\":\"+44 20 5540 4433\",\"icon\":\"fa fa-fax\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"zi1l66f\"}],\"section_icon_style\":\"\",\"icon_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":30},\"icon_align_mobile\":\"center\",\"section_text_style\":\"\",\"text_indent\":{\"unit\":\"px\",\"size\":15},\"text_color\":\"#777777\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":2.3},\"icon_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"icon_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"space_between\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"34115220\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"background_size\":\"cover\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"background_overlay_background\":\"none\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.71},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"120\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"45\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"69e17028\",\"elType\":\"widget\",\"settings\":{\"section_form_fields\":\"\",\"form_name\":\"Sample Form\",\"form_fields\":[{\"field_type\":\"text\",\"field_label\":\"Name\",\"placeholder\":\"Name\",\"width\":\"33\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"qi8lqp1\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"email\",\"required\":true,\"field_label\":\"Email\",\"placeholder\":\"Email\",\"width\":\"33\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"8b28ttw\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"tel\",\"field_label\":\"Tel\",\"placeholder\":\"Tel\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width\":\"33\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"2gd0qrk\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"textarea\",\"field_label\":\"Message\",\"placeholder\":\"Message\",\"width\":\"100\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":\"6\",\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"1qsba9v\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"}],\"input_size\":\"md\",\"show_labels\":\"\",\"section_submit_button\":\"\",\"button_text\":\"Send\",\"button_size\":\"md\",\"section_form_options\":\"\",\"send_html\":\"\",\"success_message\":\"The message was sent successfully!\",\"error_message\":\"There\'s something wrong... Please fill in the required fields.\",\"required_field_message\":\"Required\",\"invalid_message\":\"There\'s something wrong... The form is invalid.\",\"section_form_style\":\"\",\"column_gap\":{\"unit\":\"px\",\"size\":\"20\"},\"row_gap\":{\"unit\":\"px\",\"size\":\"20\"},\"heading_label\":\"\",\"label_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"label_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"section_field_style\":\"\",\"field_text_color\":\"#464646\",\"field_typography_typography\":\"custom\",\"field_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"field_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"field_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"field_background_color\":\"rgba(191,201,209,0.26)\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_button_style\":\"\",\"tabs_button_style\":\"\",\"tab_button_normal\":\"\",\"button_text_color\":\"#464646\",\"button_typography_typography\":\"custom\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"button_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13},\"button_typography_text_transform\":\"uppercase\",\"button_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"button_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"button_background_color\":\"rgba(0,41,73,0)\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_border_color\":\"#12e0b9\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tab_button_hover\":\"\",\"button_hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#12e0b9\",\"button_hover_border_color\":\"#12e0b9\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"-100\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"55\",\"bottom\":\"55\",\"left\":\"55\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_section_background\":\"\",\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"_box_shadow_box_shadow_type\":\"outset\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":\"50\",\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.19)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"mark_required\":\"yes\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"subscriber_already_exists_message\":\"Subscriber already exist.\",\"email_to\":\"dgebilaguin@gmail.com\",\"email_subject\":\"New message from \\\"Wanderfuls\\\"\",\"email_from\":\"email@sub.morganrand.com\",\"email_from_name\":\"Wanderfuls\",\"email_to_2\":\"dgebilaguin@gmail.com\",\"email_subject_2\":\"New message from \\\"Wanderfuls\\\"\",\"email_from_2\":\"email@sub.morganrand.com\",\"email_from_name_2\":\"Wanderfuls\",\"email_reply_to_2\":\"dgebilaguin@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2cb91d0b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#464646\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"3612d8be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7f59e782\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"7o3b1fs\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"7mj1o4u\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-google-plus\",\"_id\":\"7b6sjw9\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"0wh417m\"},{\"social\":\"fa fa-tumblr\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"agdym3r\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"rgba(0,0,0,0)\",\"icon_size\":{\"unit\":\"px\",\"size\":30},\"icon_spacing\":{\"unit\":\"px\",\"size\":14},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":25},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(811,160,'_elementor_edit_mode','builder'),(812,160,'_elementor_template_type','post'),(793,157,'_elementor_edit_mode','builder'),(794,157,'_elementor_template_type','post'),(791,156,'_wp_attached_file','2019/03/miss-america-sweet-16-centerpeice-ideas.jpg'),(792,156,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:750;s:6:\"height\";i:674;s:4:\"file\";s:51:\"2019/03/miss-america-sweet-16-centerpeice-ideas.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:51:\"miss-america-sweet-16-centerpeice-ideas-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:51:\"miss-america-sweet-16-centerpeice-ideas-300x270.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:270;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:{}}}'),(799,157,'_elementor_css','a:4:{s:4:\"time\";i:1553156050;s:5:\"fonts\";a:2:{i:0;s:16:\"Playfair Display\";i:1;s:6:\"Roboto\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(817,160,'_elementor_css','a:4:{s:4:\"time\";i:1553156474;s:5:\"fonts\";a:2:{i:0;s:16:\"Playfair Display\";i:1;s:6:\"Roboto\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(831,162,'_elementor_css','a:4:{s:4:\"time\";i:1553156777;s:5:\"fonts\";a:2:{i:0;s:16:\"Playfair Display\";i:1;s:6:\"Roboto\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(809,159,'_wp_attached_file','2019/03/Ken.jpg'),(810,159,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:180;s:6:\"height\";i:180;s:4:\"file\";s:15:\"2019/03/Ken.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"Ken-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(830,162,'_elementor_data','[{\"id\":\"4fbeaffe\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":80},\"background_background\":\"classic\",\"background_image\":{\"id\":43,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/selection.gif\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":70},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":100},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"rgba(58,58,58,0.87)\"},\"elements\":[{\"id\":\"6232b1d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4908604e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Wanderfuls \\u2122\",\"title_color\":\"#e5329f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":70},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":60},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":65},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":53},\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3ac5eddb\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#e5329f\",\"width\":{\"unit\":\"%\",\"size\":30},\"align_mobile\":\"center\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"30c648f2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h1>Centerpiece and Party Favors in One!<\\/h1>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4f7aa0c4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Shop Now\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"background_color\":\"rgba(18,224,185,0)\",\"button_background_hover_color\":\"#e5329f\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e5329f\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"align_mobile\":\"center\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7d32eef3\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1300},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"80\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"5638e058\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"736df2ea\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-check-circle\",\"title_text\":\"Centerpieces That Double as Party Favors\",\"description_text\":\"Wanderfuls are designed to become an interactive part of your special day. What guest could forget the moment they remove their party favor from the centerpiece? <br\\/><br\\/> The Wanderfuls connect your guests to each other and to the magical moments of the event. These unique and memorable candy centerpieces are perfect for those once in a lifetime special events.\",\"position\":\"left\",\"primary_color\":\"#e5329f\",\"icon_space\":{\"unit\":\"px\",\"size\":18},\"icon_size\":{\"unit\":\"px\",\"size\":40},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#e5329f\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"title_size\":\"h2\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"25da2a06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6347ecab\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-check-circle\",\"title_text\":\"Customize and Design Your Own Centerpiece!\",\"description_text\":\"Our in-house designers will guide you through our customizable options, creating the perfect bouquet for the mood or theme of your event. Explore the different combinations and see them placed on a bouquet, until you find a design that you love!\\n<br\\/><br\\/>\\nChoose a coordinating color for the ribbon which spirals elegantly around and down the wand. For an extra special touch , you can choose to have imprinting on your Wanderfuls.\",\"position\":\"left\",\"primary_color\":\"#e5329f\",\"icon_space\":{\"unit\":\"px\",\"size\":18},\"icon_size\":{\"unit\":\"px\",\"size\":40},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#e5329f\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"title_size\":\"h2\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"1fdab9e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"71961474\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-check-circle\",\"title_text\":\"Centerpiece Ideas for All Types of Party\",\"description_text\":\"More than just traditional flower table decors for your special events. Wanderfuls gives you unique birthday centerpiece, graduation centerpiece, banquet centerpiece, anniversaries, holidays, and more... <br\\/> <br\\/>This is something so different and unique your guest will be amazed! These table decorations will create cherished memories that you and your guest will surely remember!\",\"position\":\"left\",\"primary_color\":\"#e5329f\",\"icon_space\":{\"unit\":\"px\",\"size\":18},\"icon_size\":{\"unit\":\"px\",\"size\":40},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#e5329f\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"title_size\":\"h2\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d1f7025\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"2145ac84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"26ba543f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":126,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/image_2019_03_21T07_09_41_778Z.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":70},\"width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"a267532\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0b001ac\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Wanderfuls is proud to offer a diverse color palette that represents every color of the rainbow, including many holographic, metallic and iridescent options.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"025\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5ef36f13\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4be938f7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":128,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/Capture.jpg\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":33}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"68e5fd64\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"reverse_order_mobile\":\"reverse-mobile\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"15d8ab03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"287b019c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":130,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/Pics.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":30}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"13e581e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9e11fec\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>How many favors are in each centerpiece bouquet?<\\/p><p>The Classic Wanderfuls Arrangement combines the look of a flower bouquet with the bonus of a take home favor.\\u00a0 They are available in four sizes: 6, 8, 9, and 10.<\\/p><p>Consideration should be given to the amount of people seated per table and aesthetic preference when deciding a size<\\/p><p>\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"438d7c75\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"11076dfb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":80,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/255.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":85}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4344a0bd\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"40237ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1498afcf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":134,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/Candy-Collage-2.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":50},\"space_mobile\":{\"unit\":\"%\",\"size\":40}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"127e57cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8419d3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Imagine your party favors filled with colorful candies such as Jordan Almonds <span style=\\\"font-size: 20px;\\\">Candy, Foil Wrapped Candy, Jelly Beans, Gumballs, Mini Jawbreakers, Mints, Kisses, & More. <\\/span><\\/p>\\n<p>Don\'t see your favorite candy? We may have it! Check by calling 1-888-837-5021<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_gap_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_gap_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"drop_cap_size\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"drop_cap_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"drop_cap_border_radius\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_font_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_border_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79ffa662\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4d0a9838\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":139,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/candy-2538878_640.jpg\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":30}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24014d06\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"custom_height\":{\"unit\":\"vh\",\"size\":70},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"structure\":\"20\",\"background_color\":\"#464646\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"326b3892\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_inline_size_tablet\":60,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1c8538fc\",\"elType\":\"widget\",\"settings\":{\"title\":\"What is a Wanderfuls\\u2122 centerpiece?\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5c32583a\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#e5329f\",\"width\":{\"unit\":\"%\",\"size\":30},\"align_mobile\":\"center\",\"gap_tablet\":{\"unit\":\"px\",\"size\":2}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130350bc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Wanderfuls\\u2122 are custom, one-of-a-kind centerpieces made up of individual party favors! Wanderfuls\\u2122, the original all-in-one centerpiece, and party favor.<\\/p><p>Individual candy filled wands available in three lengths, wrapped in a beautiful colored ribbon of your choosing, imprinted with your message and party date, then topped with a bright fluffy hand-sewn pom with a colorful tassel center. the favors really look like flowers! Each favor slides easily into the base which can hold 6, 8, 9, 10, or 12 favors, creating your unique centerpiece.<\\/p><p>Your custom party decoration then transforms into individual takeaway favors your guests will treasure forever! 100\\u2019s of colors available to fit the theme and feel of any party. Personal one on one assistance from our talented in house designers and artists! Check out our website, play on our design tool program where you can impart your colors onto one of our beautiful centerpieces, making it truly your own.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"typography_font_weight\":\"300\",\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ff32be7\",\"elType\":\"widget\",\"settings\":{\"text\":\"View our designs\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"background_color\":\"rgba(18,224,185,0)\",\"button_background_hover_color\":\"#e5329f\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e5329f\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"35cd55ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.685,\"_inline_size_tablet\":40,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"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},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"764b3d67\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"image\":{\"id\":147,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/1.jpg\"},\"_id\":\"fbe66s4\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":148,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/2.jpg\"},\"_id\":\"593jh4m\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":149,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/3.jpg\"},\"_id\":\"2u0yeyx\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":154,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/Kara-holding-the-Wanderfuls-centerpiece-we-designed-for-her-wedding..jpg\"},\"_id\":\"f6v9odr\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":156,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/miss-america-sweet-16-centerpeice-ideas.jpg\"},\"_id\":\"675a0h3\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"slides_per_view\":\"1\",\"height\":{\"unit\":\"px\",\"size\":530},\"width\":{\"unit\":\"%\",\"size\":85},\"show_arrows\":\"\",\"pagination_color\":\"#e5329f\",\"slides_per_view_tablet\":\"1\",\"height_tablet\":{\"unit\":\"px\",\"size\":390},\"height_mobile\":{\"unit\":\"px\",\"size\":317},\"width_tablet\":{\"unit\":\"px\",\"size\":279},\"width_mobile\":{\"unit\":\"px\",\"size\":309}},\"elements\":[],\"widgetType\":\"media-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"36850847\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"200\",\"bottom\":\"30\",\"left\":\"200\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"376ba3cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1625f748\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet Mr. Wanderfuls\",\"title_color\":\"#464646\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"330044e1\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#e5329f\",\"width\":{\"unit\":\"%\",\"size\":20},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"510bcff7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"2\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeIn\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"1578775a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"54e21678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":159,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/Ken.jpg\"},\"caption\":\" Neil Gaiman - CTO\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_background_hover_background\":\"classic\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2b51225d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"e93eab\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"column_position\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"none\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"7d9461e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"150\",\"left\":\"50\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"4628be1c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#464646\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align\":\"left\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"header_size\":\"h3\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"335c67e1\",\"elType\":\"widget\",\"settings\":{\"section_divider\":\"\",\"weight\":{\"unit\":\"px\",\"size\":\"3\"},\"color\":\"#12e0b9\",\"width\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"center\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5f2f3ba8\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon_list\":[{\"text\":\"+44 20 5540 1234\",\"icon\":\"fa fa-phone\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"kxo82hb\"},{\"text\":\"+44 35 9998 3245\",\"icon\":\"fa fa-mobile-phone\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"89z2tky\"},{\"text\":\"+44 20 5540 4433\",\"icon\":\"fa fa-fax\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"zi1l66f\"}],\"section_icon_style\":\"\",\"icon_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":30},\"icon_align_mobile\":\"center\",\"section_text_style\":\"\",\"text_indent\":{\"unit\":\"px\",\"size\":15},\"text_color\":\"#777777\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":2.3},\"icon_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"icon_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"space_between\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"34115220\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"background_size\":\"cover\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"background_overlay_background\":\"none\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.71},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"120\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"45\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"69e17028\",\"elType\":\"widget\",\"settings\":{\"section_form_fields\":\"\",\"form_name\":\"Sample Form\",\"form_fields\":[{\"field_type\":\"text\",\"field_label\":\"Name\",\"placeholder\":\"Name\",\"width\":\"33\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"qi8lqp1\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"email\",\"required\":true,\"field_label\":\"Email\",\"placeholder\":\"Email\",\"width\":\"33\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"8b28ttw\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"tel\",\"field_label\":\"Tel\",\"placeholder\":\"Tel\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width\":\"33\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"2gd0qrk\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"textarea\",\"field_label\":\"Message\",\"placeholder\":\"Message\",\"width\":\"100\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":\"6\",\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"1qsba9v\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"}],\"input_size\":\"md\",\"show_labels\":\"\",\"section_submit_button\":\"\",\"button_text\":\"Send\",\"button_size\":\"md\",\"section_form_options\":\"\",\"send_html\":\"\",\"success_message\":\"The message was sent successfully!\",\"error_message\":\"There\'s something wrong... Please fill in the required fields.\",\"required_field_message\":\"Required\",\"invalid_message\":\"There\'s something wrong... The form is invalid.\",\"section_form_style\":\"\",\"column_gap\":{\"unit\":\"px\",\"size\":\"20\"},\"row_gap\":{\"unit\":\"px\",\"size\":\"20\"},\"heading_label\":\"\",\"label_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"label_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"section_field_style\":\"\",\"field_text_color\":\"#464646\",\"field_typography_typography\":\"custom\",\"field_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"field_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"field_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"field_background_color\":\"rgba(191,201,209,0.26)\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_button_style\":\"\",\"tabs_button_style\":\"\",\"tab_button_normal\":\"\",\"button_text_color\":\"#464646\",\"button_typography_typography\":\"custom\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"button_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13},\"button_typography_text_transform\":\"uppercase\",\"button_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"button_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"button_background_color\":\"rgba(0,41,73,0)\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_border_color\":\"#12e0b9\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tab_button_hover\":\"\",\"button_hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#12e0b9\",\"button_hover_border_color\":\"#12e0b9\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"-100\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"55\",\"bottom\":\"55\",\"left\":\"55\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_section_background\":\"\",\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"_box_shadow_box_shadow_type\":\"outset\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":\"50\",\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.19)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"mark_required\":\"yes\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"subscriber_already_exists_message\":\"Subscriber already exist.\",\"email_to\":\"dgebilaguin@gmail.com\",\"email_subject\":\"New message from \\\"Wanderfuls\\\"\",\"email_from\":\"email@sub.morganrand.com\",\"email_from_name\":\"Wanderfuls\",\"email_to_2\":\"dgebilaguin@gmail.com\",\"email_subject_2\":\"New message from \\\"Wanderfuls\\\"\",\"email_from_2\":\"email@sub.morganrand.com\",\"email_from_name_2\":\"Wanderfuls\",\"email_reply_to_2\":\"dgebilaguin@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2cb91d0b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#464646\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"3612d8be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7f59e782\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"7o3b1fs\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"7mj1o4u\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-google-plus\",\"_id\":\"7b6sjw9\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"0wh417m\"},{\"social\":\"fa fa-tumblr\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"agdym3r\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"rgba(0,0,0,0)\",\"icon_size\":{\"unit\":\"px\",\"size\":30},\"icon_spacing\":{\"unit\":\"px\",\"size\":14},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":25},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(832,163,'_elementor_edit_mode','builder'),(833,163,'_elementor_template_type','post'),(834,163,'_elementor_version','2.5.9'),(835,163,'_wp_page_template','default'),(836,163,'_elementor_page_settings','a:12:{s:21:\"background_color_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:23:\"background_color_b_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:25:\"background_gradient_angle\";a:3:{s:4:\"unit\";s:3:\"deg\";s:4:\"size\";i:180;s:5:\"sizes\";a:0:{}}s:15:\"background_xpos\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_xpos_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_xpos_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:15:\"background_ypos\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_ypos_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_ypos_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:19:\"background_bg_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:26:\"background_bg_width_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:26:\"background_bg_width_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}}'),(837,163,'_elementor_data','[{\"id\":\"4fbeaffe\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":80},\"background_background\":\"classic\",\"background_image\":{\"id\":43,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/selection.gif\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":70},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":100},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"rgba(58,58,58,0.87)\"},\"elements\":[{\"id\":\"6232b1d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4908604e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Wanderfuls \\u2122\",\"title_color\":\"#e5329f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":70},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":60},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":65},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":53},\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3ac5eddb\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#e5329f\",\"width\":{\"unit\":\"%\",\"size\":30},\"align_mobile\":\"center\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"30c648f2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h1>Centerpiece and Party Favors in One!<\\/h1>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4f7aa0c4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Shop Now\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"background_color\":\"rgba(18,224,185,0)\",\"button_background_hover_color\":\"#e5329f\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e5329f\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"align_mobile\":\"center\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7d32eef3\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1300},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"80\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"5638e058\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"736df2ea\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-check-circle\",\"title_text\":\"Centerpieces That Double as Party Favors\",\"description_text\":\"Wanderfuls are designed to become an interactive part of your special day. What guest could forget the moment they remove their party favor from the centerpiece? <br\\/><br\\/> The Wanderfuls connect your guests to each other and to the magical moments of the event. These unique and memorable candy centerpieces are perfect for those once in a lifetime special events.\",\"position\":\"left\",\"primary_color\":\"#e5329f\",\"icon_space\":{\"unit\":\"px\",\"size\":18},\"icon_size\":{\"unit\":\"px\",\"size\":40},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#e5329f\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"title_size\":\"h2\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"25da2a06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6347ecab\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-check-circle\",\"title_text\":\"Customize and Design Your Own Centerpiece!\",\"description_text\":\"Our in-house designers will guide you through our customizable options, creating the perfect bouquet for the mood or theme of your event. Explore the different combinations and see them placed on a bouquet, until you find a design that you love!\\n<br\\/><br\\/>\\nChoose a coordinating color for the ribbon which spirals elegantly around and down the wand. For an extra special touch , you can choose to have imprinting on your Wanderfuls.\",\"position\":\"left\",\"primary_color\":\"#e5329f\",\"icon_space\":{\"unit\":\"px\",\"size\":18},\"icon_size\":{\"unit\":\"px\",\"size\":40},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#e5329f\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"title_size\":\"h2\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"1fdab9e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"71961474\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-check-circle\",\"title_text\":\"Centerpiece Ideas for All Types of Party\",\"description_text\":\"More than just traditional flower table decors for your special events. Wanderfuls gives you unique birthday centerpiece, graduation centerpiece, banquet centerpiece, anniversaries, holidays, and more... <br\\/> <br\\/>This is something so different and unique your guest will be amazed! These table decorations will create cherished memories that you and your guest will surely remember!\",\"position\":\"left\",\"primary_color\":\"#e5329f\",\"icon_space\":{\"unit\":\"px\",\"size\":18},\"icon_size\":{\"unit\":\"px\",\"size\":40},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#e5329f\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"title_size\":\"h2\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d1f7025\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"2145ac84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"26ba543f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":126,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/image_2019_03_21T07_09_41_778Z.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":70},\"width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"a267532\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0b001ac\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Wanderfuls is proud to offer a diverse color palette that represents every color of the rainbow, including many holographic, metallic and iridescent options.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"025\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5ef36f13\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4be938f7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":128,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/Capture.jpg\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":33}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"68e5fd64\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"reverse_order_mobile\":\"reverse-mobile\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"15d8ab03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"287b019c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":130,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/Pics.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":30}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"13e581e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9e11fec\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>How many favors are in each centerpiece bouquet?<\\/p><p>The Classic Wanderfuls Arrangement combines the look of a flower bouquet with the bonus of a take home favor.\\u00a0 They are available in four sizes: 6, 8, 9, and 10.<\\/p><p>Consideration should be given to the amount of people seated per table and aesthetic preference when deciding a size<\\/p><p>\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"438d7c75\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"11076dfb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":80,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/255.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":85}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4344a0bd\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"40237ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1498afcf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":134,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/Candy-Collage-2.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":50},\"space_mobile\":{\"unit\":\"%\",\"size\":40}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"127e57cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8419d3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Imagine your party favors filled with colorful candies such as Jordan Almonds <span style=\\\"font-size: 20px;\\\">Candy, Foil Wrapped Candy, Jelly Beans, Gumballs, Mini Jawbreakers, Mints, Kisses, & More. <\\/span><\\/p>\\n<p>Don\'t see your favorite candy? We may have it! Check by calling 1-888-837-5021<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_gap_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_gap_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"drop_cap_size\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"drop_cap_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"drop_cap_border_radius\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_font_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_border_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79ffa662\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4d0a9838\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":139,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/candy-2538878_640.jpg\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":30}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24014d06\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"custom_height\":{\"unit\":\"vh\",\"size\":70},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"structure\":\"20\",\"background_color\":\"#464646\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"326b3892\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_inline_size_tablet\":60,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1c8538fc\",\"elType\":\"widget\",\"settings\":{\"title\":\"What is a Wanderfuls\\u2122 centerpiece?\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5c32583a\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#e5329f\",\"width\":{\"unit\":\"%\",\"size\":30},\"align_mobile\":\"center\",\"gap_tablet\":{\"unit\":\"px\",\"size\":2}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130350bc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Wanderfuls\\u2122 are custom, one-of-a-kind centerpieces made up of individual party favors! Wanderfuls\\u2122, the original all-in-one centerpiece, and party favor.<\\/p><p>Individual candy filled wands available in three lengths, wrapped in a beautiful colored ribbon of your choosing, imprinted with your message and party date, then topped with a bright fluffy hand-sewn pom with a colorful tassel center. the favors really look like flowers! Each favor slides easily into the base which can hold 6, 8, 9, 10, or 12 favors, creating your unique centerpiece.<\\/p><p>Your custom party decoration then transforms into individual takeaway favors your guests will treasure forever! 100\\u2019s of colors available to fit the theme and feel of any party. Personal one on one assistance from our talented in house designers and artists! Check out our website, play on our design tool program where you can impart your colors onto one of our beautiful centerpieces, making it truly your own.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"typography_font_weight\":\"300\",\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ff32be7\",\"elType\":\"widget\",\"settings\":{\"text\":\"View our designs\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"background_color\":\"rgba(18,224,185,0)\",\"button_background_hover_color\":\"#e5329f\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e5329f\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"35cd55ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.685,\"_inline_size_tablet\":40,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"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},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"764b3d67\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"image\":{\"id\":147,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/1.jpg\"},\"_id\":\"fbe66s4\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":148,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/2.jpg\"},\"_id\":\"593jh4m\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":149,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/3.jpg\"},\"_id\":\"2u0yeyx\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":154,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/Kara-holding-the-Wanderfuls-centerpiece-we-designed-for-her-wedding..jpg\"},\"_id\":\"f6v9odr\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":156,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/miss-america-sweet-16-centerpeice-ideas.jpg\"},\"_id\":\"675a0h3\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"slides_per_view\":\"1\",\"height\":{\"unit\":\"px\",\"size\":530},\"width\":{\"unit\":\"%\",\"size\":85},\"show_arrows\":\"\",\"pagination_color\":\"#e5329f\",\"slides_per_view_tablet\":\"1\",\"height_tablet\":{\"unit\":\"px\",\"size\":390},\"height_mobile\":{\"unit\":\"px\",\"size\":317},\"width_tablet\":{\"unit\":\"px\",\"size\":279},\"width_mobile\":{\"unit\":\"px\",\"size\":309}},\"elements\":[],\"widgetType\":\"media-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"36850847\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"200\",\"bottom\":\"30\",\"left\":\"200\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"376ba3cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1625f748\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet Mr. Wanderfuls\",\"title_color\":\"#464646\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"330044e1\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#e5329f\",\"width\":{\"unit\":\"%\",\"size\":20},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"510bcff7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"2\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeIn\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"1578775a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"54e21678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":159,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/Ken.jpg\"},\"caption\":\" Neil Gaiman - CTO\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_background_hover_background\":\"classic\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2b51225d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"fcb91fe\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Kenneth Banschick has filed for patents to protect the following inventions. This listing includes patent applications that are pending as well as patents that have already been granted by the United States Patent and Trademark Office (USPTO).<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e93eab\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"column_position\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"none\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"7d9461e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"150\",\"left\":\"50\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"4628be1c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#464646\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align\":\"left\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"header_size\":\"h3\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"335c67e1\",\"elType\":\"widget\",\"settings\":{\"section_divider\":\"\",\"weight\":{\"unit\":\"px\",\"size\":\"3\"},\"color\":\"#12e0b9\",\"width\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"center\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5f2f3ba8\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon_list\":[{\"text\":\"+44 20 5540 1234\",\"icon\":\"fa fa-phone\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"kxo82hb\"},{\"text\":\"+44 35 9998 3245\",\"icon\":\"fa fa-mobile-phone\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"89z2tky\"},{\"text\":\"+44 20 5540 4433\",\"icon\":\"fa fa-fax\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"zi1l66f\"}],\"section_icon_style\":\"\",\"icon_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":30},\"icon_align_mobile\":\"center\",\"section_text_style\":\"\",\"text_indent\":{\"unit\":\"px\",\"size\":15},\"text_color\":\"#777777\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":2.3},\"icon_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"icon_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"space_between\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"34115220\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"background_size\":\"cover\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"background_overlay_background\":\"none\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.71},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"120\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"45\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"69e17028\",\"elType\":\"widget\",\"settings\":{\"section_form_fields\":\"\",\"form_name\":\"Sample Form\",\"form_fields\":[{\"field_type\":\"text\",\"field_label\":\"Name\",\"placeholder\":\"Name\",\"width\":\"33\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"qi8lqp1\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"email\",\"required\":true,\"field_label\":\"Email\",\"placeholder\":\"Email\",\"width\":\"33\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"8b28ttw\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"tel\",\"field_label\":\"Tel\",\"placeholder\":\"Tel\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width\":\"33\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"2gd0qrk\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"textarea\",\"field_label\":\"Message\",\"placeholder\":\"Message\",\"width\":\"100\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":\"6\",\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"1qsba9v\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"}],\"input_size\":\"md\",\"show_labels\":\"\",\"section_submit_button\":\"\",\"button_text\":\"Send\",\"button_size\":\"md\",\"section_form_options\":\"\",\"send_html\":\"\",\"success_message\":\"The message was sent successfully!\",\"error_message\":\"There\'s something wrong... Please fill in the required fields.\",\"required_field_message\":\"Required\",\"invalid_message\":\"There\'s something wrong... The form is invalid.\",\"section_form_style\":\"\",\"column_gap\":{\"unit\":\"px\",\"size\":\"20\"},\"row_gap\":{\"unit\":\"px\",\"size\":\"20\"},\"heading_label\":\"\",\"label_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"label_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"section_field_style\":\"\",\"field_text_color\":\"#464646\",\"field_typography_typography\":\"custom\",\"field_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"field_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"field_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"field_background_color\":\"rgba(191,201,209,0.26)\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_button_style\":\"\",\"tabs_button_style\":\"\",\"tab_button_normal\":\"\",\"button_text_color\":\"#464646\",\"button_typography_typography\":\"custom\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"button_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13},\"button_typography_text_transform\":\"uppercase\",\"button_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"button_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"button_background_color\":\"rgba(0,41,73,0)\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_border_color\":\"#12e0b9\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tab_button_hover\":\"\",\"button_hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#12e0b9\",\"button_hover_border_color\":\"#12e0b9\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"-100\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"55\",\"bottom\":\"55\",\"left\":\"55\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_section_background\":\"\",\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"_box_shadow_box_shadow_type\":\"outset\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":\"50\",\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.19)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"mark_required\":\"yes\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"subscriber_already_exists_message\":\"Subscriber already exist.\",\"email_to\":\"dgebilaguin@gmail.com\",\"email_subject\":\"New message from \\\"Wanderfuls\\\"\",\"email_from\":\"email@sub.morganrand.com\",\"email_from_name\":\"Wanderfuls\",\"email_to_2\":\"dgebilaguin@gmail.com\",\"email_subject_2\":\"New message from \\\"Wanderfuls\\\"\",\"email_from_2\":\"email@sub.morganrand.com\",\"email_from_name_2\":\"Wanderfuls\",\"email_reply_to_2\":\"dgebilaguin@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2cb91d0b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#464646\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"3612d8be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7f59e782\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"7o3b1fs\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"7mj1o4u\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-google-plus\",\"_id\":\"7b6sjw9\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"0wh417m\"},{\"social\":\"fa fa-tumblr\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"agdym3r\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"rgba(0,0,0,0)\",\"icon_size\":{\"unit\":\"px\",\"size\":30},\"icon_spacing\":{\"unit\":\"px\",\"size\":14},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":25},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(886,170,'_wp_attached_file','2019/03/Wanderfuls-Teaser-Short.mp4'),(879,169,'_elementor_template_type','post'),(839,164,'_elementor_edit_mode','builder'),(840,164,'_elementor_template_type','post'),(841,164,'_elementor_version','2.5.9'),(842,164,'_wp_page_template','default'),(843,164,'_elementor_page_settings','a:12:{s:21:\"background_color_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:23:\"background_color_b_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:25:\"background_gradient_angle\";a:3:{s:4:\"unit\";s:3:\"deg\";s:4:\"size\";i:180;s:5:\"sizes\";a:0:{}}s:15:\"background_xpos\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_xpos_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_xpos_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:15:\"background_ypos\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_ypos_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_ypos_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:19:\"background_bg_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:26:\"background_bg_width_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:26:\"background_bg_width_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}}');
INSERT INTO `wpav_postmeta` VALUES (844,164,'_elementor_data','[{\"id\":\"4fbeaffe\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":80},\"background_background\":\"classic\",\"background_image\":{\"id\":43,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/selection.gif\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":70},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":100},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"rgba(58,58,58,0.87)\"},\"elements\":[{\"id\":\"6232b1d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4908604e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Wanderfuls \\u2122\",\"title_color\":\"#e5329f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":70},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":60},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":65},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":53},\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3ac5eddb\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#e5329f\",\"width\":{\"unit\":\"%\",\"size\":30},\"align_mobile\":\"center\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"30c648f2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h1>Centerpiece and Party Favors in One!<\\/h1>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4f7aa0c4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Shop Now\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"background_color\":\"rgba(18,224,185,0)\",\"button_background_hover_color\":\"#e5329f\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e5329f\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"align_mobile\":\"center\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7d32eef3\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1300},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"80\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"5638e058\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"736df2ea\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-check-circle\",\"title_text\":\"Centerpieces That Double as Party Favors\",\"description_text\":\"Wanderfuls are designed to become an interactive part of your special day. What guest could forget the moment they remove their party favor from the centerpiece? <br\\/><br\\/> The Wanderfuls connect your guests to each other and to the magical moments of the event. These unique and memorable candy centerpieces are perfect for those once in a lifetime special events.\",\"position\":\"left\",\"primary_color\":\"#e5329f\",\"icon_space\":{\"unit\":\"px\",\"size\":18},\"icon_size\":{\"unit\":\"px\",\"size\":40},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#e5329f\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"title_size\":\"h2\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"25da2a06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6347ecab\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-check-circle\",\"title_text\":\"Customize and Design Your Own Centerpiece!\",\"description_text\":\"Our in-house designers will guide you through our customizable options, creating the perfect bouquet for the mood or theme of your event. Explore the different combinations and see them placed on a bouquet, until you find a design that you love!\\n<br\\/><br\\/>\\nChoose a coordinating color for the ribbon which spirals elegantly around and down the wand. For an extra special touch , you can choose to have imprinting on your Wanderfuls.\",\"position\":\"left\",\"primary_color\":\"#e5329f\",\"icon_space\":{\"unit\":\"px\",\"size\":18},\"icon_size\":{\"unit\":\"px\",\"size\":40},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#e5329f\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"title_size\":\"h2\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"1fdab9e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"71961474\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-check-circle\",\"title_text\":\"Centerpiece Ideas for All Types of Party\",\"description_text\":\"More than just traditional flower table decors for your special events. Wanderfuls gives you unique birthday centerpiece, graduation centerpiece, banquet centerpiece, anniversaries, holidays, and more... <br\\/> <br\\/>This is something so different and unique your guest will be amazed! These table decorations will create cherished memories that you and your guest will surely remember!\",\"position\":\"left\",\"primary_color\":\"#e5329f\",\"icon_space\":{\"unit\":\"px\",\"size\":18},\"icon_size\":{\"unit\":\"px\",\"size\":40},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#e5329f\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"title_size\":\"h2\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d1f7025\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"2145ac84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"26ba543f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":126,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/image_2019_03_21T07_09_41_778Z.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":70},\"width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"a267532\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0b001ac\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Wanderfuls is proud to offer a diverse color palette that represents every color of the rainbow, including many holographic, metallic and iridescent options.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"025\",\"isLinked\":false},\"_animation\":\"fadeInDown\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5ef36f13\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4be938f7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":128,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/Capture.jpg\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":33}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"68e5fd64\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"reverse_order_mobile\":\"reverse-mobile\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"15d8ab03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"287b019c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":130,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/Pics.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":30}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"13e581e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9e11fec\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>How many favors are in each centerpiece bouquet?<\\/p><p>The Classic Wanderfuls Arrangement combines the look of a flower bouquet with the bonus of a take home favor.\\u00a0 They are available in four sizes: 6, 8, 9, and 10.<\\/p><p>Consideration should be given to the amount of people seated per table and aesthetic preference when deciding a size<\\/p><p>\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"438d7c75\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"11076dfb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":80,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/255.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":85}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4344a0bd\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"40237ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1498afcf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":134,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/Candy-Collage-2.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":50},\"space_mobile\":{\"unit\":\"%\",\"size\":40}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"127e57cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8419d3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Imagine your party favors filled with colorful candies such as Jordan Almonds candy, Foil Wrapped Candy, Jelly Beans,Gumballs, Mini Jawbreakers, Mints, Kisses & more.<\\/p><p><span style=\\\"font-size: 15px;\\\">Don\'t see your favorite candy? We may have it! Check by calling 1-888-837-5021<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_gap_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_gap_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"drop_cap_size\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"drop_cap_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"drop_cap_border_radius\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_font_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_border_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79ffa662\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4d0a9838\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":139,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/candy-2538878_640.jpg\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":30}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24014d06\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"custom_height\":{\"unit\":\"vh\",\"size\":70},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"structure\":\"20\",\"background_color\":\"#464646\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"326b3892\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1c8538fc\",\"elType\":\"widget\",\"settings\":{\"title\":\"What is a Wanderfuls\\u2122 centerpiece?\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5c32583a\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#e5329f\",\"width\":{\"unit\":\"%\",\"size\":30},\"align_mobile\":\"center\",\"gap_tablet\":{\"unit\":\"px\",\"size\":2}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130350bc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Wanderfuls\\u2122 are custom, one-of-a-kind centerpieces made up of individual party favors! Wanderfuls\\u2122, the original all-in-one centerpiece, and party favor.<\\/p><p>Individual candy filled wands available in three lengths, wrapped in a beautiful colored ribbon of your choosing, imprinted with your message and party date, then topped with a bright fluffy hand-sewn pom with a colorful tassel center. the favors really look like flowers! Each favor slides easily into the base which can hold 6, 8, 9, 10, or 12 favors, creating your unique centerpiece.<\\/p><p>Your custom party decoration then transforms into individual takeaway favors your guests will treasure forever! 100\\u2019s of colors available to fit the theme and feel of any party. Personal one on one assistance from our talented in house designers and artists! Check out our website, play on our design tool program where you can impart your colors onto one of our beautiful centerpieces, making it truly your own.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"typography_font_weight\":\"300\",\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ff32be7\",\"elType\":\"widget\",\"settings\":{\"text\":\"View our designs\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"background_color\":\"rgba(18,224,185,0)\",\"button_background_hover_color\":\"#e5329f\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e5329f\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"35cd55ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.685,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"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},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"764b3d67\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"image\":{\"id\":147,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/1.jpg\"},\"_id\":\"fbe66s4\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":148,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/2.jpg\"},\"_id\":\"593jh4m\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":149,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/3.jpg\"},\"_id\":\"2u0yeyx\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":154,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/Kara-holding-the-Wanderfuls-centerpiece-we-designed-for-her-wedding..jpg\"},\"_id\":\"f6v9odr\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":156,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/miss-america-sweet-16-centerpeice-ideas.jpg\"},\"_id\":\"675a0h3\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"slides_per_view\":\"1\",\"height\":{\"unit\":\"px\",\"size\":530},\"width\":{\"unit\":\"%\",\"size\":85},\"show_arrows\":\"\",\"pagination_color\":\"#e5329f\",\"slides_per_view_tablet\":\"1\",\"height_tablet\":{\"unit\":\"px\",\"size\":390},\"height_mobile\":{\"unit\":\"px\",\"size\":317},\"width_tablet\":{\"unit\":\"px\",\"size\":279},\"width_mobile\":{\"unit\":\"px\",\"size\":309},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"media-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"36850847\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"200\",\"bottom\":\"30\",\"left\":\"200\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"376ba3cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1625f748\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet Mr. Wanderfuls\",\"title_color\":\"#464646\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"330044e1\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#e5329f\",\"width\":{\"unit\":\"%\",\"size\":20},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"510bcff7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"2\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeIn\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"1578775a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"54e21678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":159,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/Ken.jpg\"},\"caption\":\" Neil Gaiman - CTO\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_background_hover_background\":\"classic\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2b51225d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"fcb91fe\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Kenneth Banschick has filed for patents to protect the following inventions. This listing includes patent applications that are pending as well as patents that have already been granted by the United States Patent and Trademark Office (USPTO).<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e93eab\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"column_position\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"none\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"7d9461e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"150\",\"left\":\"50\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"4628be1c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#464646\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align\":\"left\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"header_size\":\"h3\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"335c67e1\",\"elType\":\"widget\",\"settings\":{\"section_divider\":\"\",\"weight\":{\"unit\":\"px\",\"size\":\"3\"},\"color\":\"#12e0b9\",\"width\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"center\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5f2f3ba8\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon_list\":[{\"text\":\"+44 20 5540 1234\",\"icon\":\"fa fa-phone\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"kxo82hb\"},{\"text\":\"+44 35 9998 3245\",\"icon\":\"fa fa-mobile-phone\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"89z2tky\"},{\"text\":\"+44 20 5540 4433\",\"icon\":\"fa fa-fax\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"zi1l66f\"}],\"section_icon_style\":\"\",\"icon_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":30},\"icon_align_mobile\":\"center\",\"section_text_style\":\"\",\"text_indent\":{\"unit\":\"px\",\"size\":15},\"text_color\":\"#777777\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":2.3},\"icon_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"icon_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"space_between\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"34115220\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"background_size\":\"cover\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"background_overlay_background\":\"none\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.71},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"120\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"45\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"69e17028\",\"elType\":\"widget\",\"settings\":{\"section_form_fields\":\"\",\"form_name\":\"Sample Form\",\"form_fields\":[{\"field_type\":\"text\",\"field_label\":\"Name\",\"placeholder\":\"Name\",\"width\":\"33\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"qi8lqp1\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"email\",\"required\":true,\"field_label\":\"Email\",\"placeholder\":\"Email\",\"width\":\"33\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"8b28ttw\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"tel\",\"field_label\":\"Tel\",\"placeholder\":\"Tel\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width\":\"33\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"2gd0qrk\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"textarea\",\"field_label\":\"Message\",\"placeholder\":\"Message\",\"width\":\"100\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":\"6\",\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"1qsba9v\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"}],\"input_size\":\"md\",\"show_labels\":\"\",\"section_submit_button\":\"\",\"button_text\":\"Send\",\"button_size\":\"md\",\"section_form_options\":\"\",\"send_html\":\"\",\"success_message\":\"The message was sent successfully!\",\"error_message\":\"There\'s something wrong... Please fill in the required fields.\",\"required_field_message\":\"Required\",\"invalid_message\":\"There\'s something wrong... The form is invalid.\",\"section_form_style\":\"\",\"column_gap\":{\"unit\":\"px\",\"size\":\"20\"},\"row_gap\":{\"unit\":\"px\",\"size\":\"20\"},\"heading_label\":\"\",\"label_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"label_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"section_field_style\":\"\",\"field_text_color\":\"#464646\",\"field_typography_typography\":\"custom\",\"field_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"field_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"field_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"field_background_color\":\"rgba(191,201,209,0.26)\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_button_style\":\"\",\"tabs_button_style\":\"\",\"tab_button_normal\":\"\",\"button_text_color\":\"#464646\",\"button_typography_typography\":\"custom\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"button_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13},\"button_typography_text_transform\":\"uppercase\",\"button_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"button_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"button_background_color\":\"rgba(0,41,73,0)\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_border_color\":\"#12e0b9\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tab_button_hover\":\"\",\"button_hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#12e0b9\",\"button_hover_border_color\":\"#12e0b9\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"-100\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"55\",\"bottom\":\"55\",\"left\":\"55\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_section_background\":\"\",\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"_box_shadow_box_shadow_type\":\"outset\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":\"50\",\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.19)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"mark_required\":\"yes\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"subscriber_already_exists_message\":\"Subscriber already exist.\",\"email_to\":\"dgebilaguin@gmail.com\",\"email_subject\":\"New message from \\\"Wanderfuls\\\"\",\"email_from\":\"email@sub.morganrand.com\",\"email_from_name\":\"Wanderfuls\",\"email_to_2\":\"dgebilaguin@gmail.com\",\"email_subject_2\":\"New message from \\\"Wanderfuls\\\"\",\"email_from_2\":\"email@sub.morganrand.com\",\"email_from_name_2\":\"Wanderfuls\",\"email_reply_to_2\":\"dgebilaguin@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2cb91d0b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#464646\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"3612d8be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7f59e782\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"7o3b1fs\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"7mj1o4u\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-google-plus\",\"_id\":\"7b6sjw9\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"0wh417m\"},{\"social\":\"fa fa-tumblr\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"agdym3r\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"rgba(0,0,0,0)\",\"icon_size\":{\"unit\":\"px\",\"size\":30},\"icon_spacing\":{\"unit\":\"px\",\"size\":14},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":25},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(845,164,'_elementor_css','a:4:{s:4:\"time\";i:1553157294;s:5:\"fonts\";a:2:{i:0;s:16:\"Playfair Display\";i:1;s:6:\"Roboto\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(878,169,'_elementor_edit_mode','builder'),(847,165,'_elementor_edit_mode','builder'),(848,165,'_elementor_template_type','post'),(849,165,'_elementor_version','2.5.9'),(850,165,'_wp_page_template','default'),(851,165,'_elementor_page_settings','a:12:{s:21:\"background_color_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:23:\"background_color_b_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:25:\"background_gradient_angle\";a:3:{s:4:\"unit\";s:3:\"deg\";s:4:\"size\";i:180;s:5:\"sizes\";a:0:{}}s:15:\"background_xpos\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_xpos_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_xpos_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:15:\"background_ypos\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_ypos_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_ypos_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:19:\"background_bg_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:26:\"background_bg_width_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:26:\"background_bg_width_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}}'),(852,165,'_elementor_data','[{\"id\":\"4fbeaffe\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":80},\"background_background\":\"classic\",\"background_image\":{\"id\":43,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/selection.gif\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":70},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":100},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"rgba(58,58,58,0.87)\"},\"elements\":[{\"id\":\"6232b1d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4908604e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Wanderfuls \\u2122\",\"title_color\":\"#e5329f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":70},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":60},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":65},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":53},\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3ac5eddb\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#e5329f\",\"width\":{\"unit\":\"%\",\"size\":30},\"align_mobile\":\"center\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"30c648f2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h1>Centerpiece and Party Favors in One!<\\/h1>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4f7aa0c4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Shop Now\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"background_color\":\"rgba(18,224,185,0)\",\"button_background_hover_color\":\"#e5329f\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e5329f\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"align_mobile\":\"center\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7d32eef3\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1300},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"80\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"5638e058\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"736df2ea\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-check-circle\",\"title_text\":\"Centerpieces That Double as Party Favors\",\"description_text\":\"Wanderfuls are designed to become an interactive part of your special day. What guest could forget the moment they remove their party favor from the centerpiece? <br\\/><br\\/> The Wanderfuls connect your guests to each other and to the magical moments of the event. These unique and memorable candy centerpieces are perfect for those once in a lifetime special events.\",\"position\":\"left\",\"primary_color\":\"#e5329f\",\"icon_space\":{\"unit\":\"px\",\"size\":18},\"icon_size\":{\"unit\":\"px\",\"size\":40},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#e5329f\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"title_size\":\"h2\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"25da2a06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6347ecab\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-check-circle\",\"title_text\":\"Customize and Design Your Own Centerpiece!\",\"description_text\":\"Our in-house designers will guide you through our customizable options, creating the perfect bouquet for the mood or theme of your event. Explore the different combinations and see them placed on a bouquet, until you find a design that you love!\\n<br\\/><br\\/>\\nChoose a coordinating color for the ribbon which spirals elegantly around and down the wand. For an extra special touch , you can choose to have imprinting on your Wanderfuls.\",\"position\":\"left\",\"primary_color\":\"#e5329f\",\"icon_space\":{\"unit\":\"px\",\"size\":18},\"icon_size\":{\"unit\":\"px\",\"size\":40},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#e5329f\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"title_size\":\"h2\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"1fdab9e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"71961474\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-check-circle\",\"title_text\":\"Centerpiece Ideas for All Types of Party\",\"description_text\":\"More than just traditional flower table decors for your special events. Wanderfuls gives you unique birthday centerpiece, graduation centerpiece, banquet centerpiece, anniversaries, holidays, and more... <br\\/> <br\\/>This is something so different and unique your guest will be amazed! These table decorations will create cherished memories that you and your guest will surely remember!\",\"position\":\"left\",\"primary_color\":\"#e5329f\",\"icon_space\":{\"unit\":\"px\",\"size\":18},\"icon_size\":{\"unit\":\"px\",\"size\":40},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#e5329f\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"title_size\":\"h2\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d1f7025\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"2145ac84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"26ba543f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":126,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/image_2019_03_21T07_09_41_778Z.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":70},\"width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"a267532\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0b001ac\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Wanderfuls is proud to offer a diverse color palette that represents every color of the rainbow, including many holographic, metallic and iridescent options.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"025\",\"isLinked\":false},\"_animation\":\"fadeInDown\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5ef36f13\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4be938f7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":128,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/Capture.jpg\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":33}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"68e5fd64\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"reverse_order_mobile\":\"reverse-mobile\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"15d8ab03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"287b019c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":130,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/Pics.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":30}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"13e581e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9e11fec\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>How many favors are in each centerpiece bouquet?<\\/p><p>The Classic Wanderfuls Arrangement combines the look of a flower bouquet with the bonus of a take home favor.\\u00a0 They are available in four sizes: 6, 8, 9, and 10.<\\/p><p>Consideration should be given to the amount of people seated per table and aesthetic preference when deciding a size<\\/p><p>\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"438d7c75\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"11076dfb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":80,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/255.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":85}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4344a0bd\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"40237ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1498afcf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":134,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/Candy-Collage-2.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":50},\"space_mobile\":{\"unit\":\"%\",\"size\":40}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"127e57cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8419d3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Imagine your party favors filled with colorful candies such as Jordan Almonds candy, Foil Wrapped Candy, Jelly Beans,Gumballs, Mini Jawbreakers, Mints, Kisses & more.<\\/p><p><span style=\\\"font-size: 15px;\\\">Don\'t see your favorite candy? We may have it! Check by calling 1-888-837-5021<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_gap_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_gap_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"drop_cap_size\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"drop_cap_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"drop_cap_border_radius\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_font_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_border_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79ffa662\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4d0a9838\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":139,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/candy-2538878_640.jpg\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":30}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24014d06\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"custom_height\":{\"unit\":\"vh\",\"size\":70},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"structure\":\"20\",\"background_color\":\"#464646\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"326b3892\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1c8538fc\",\"elType\":\"widget\",\"settings\":{\"title\":\"What is a Wanderfuls\\u2122 centerpiece?\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5c32583a\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#e5329f\",\"width\":{\"unit\":\"%\",\"size\":30},\"align_mobile\":\"center\",\"gap_tablet\":{\"unit\":\"px\",\"size\":2}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130350bc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Wanderfuls\\u2122 are custom, one-of-a-kind centerpieces made up of individual party favors! Wanderfuls\\u2122, the original all-in-one centerpiece, and party favor.<\\/p><p>Individual candy filled wands available in three lengths, wrapped in a beautiful colored ribbon of your choosing, imprinted with your message and party date, then topped with a bright fluffy hand-sewn pom with a colorful tassel center. the favors really look like flowers! Each favor slides easily into the base which can hold 6, 8, 9, 10, or 12 favors, creating your unique centerpiece.<\\/p><p>Your custom party decoration then transforms into individual takeaway favors your guests will treasure forever! 100\\u2019s of colors available to fit the theme and feel of any party. Personal one on one assistance from our talented in house designers and artists! Check out our website, play on our design tool program where you can impart your colors onto one of our beautiful centerpieces, making it truly your own.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"typography_font_weight\":\"300\",\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ff32be7\",\"elType\":\"widget\",\"settings\":{\"text\":\"View our designs\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"background_color\":\"rgba(18,224,185,0)\",\"button_background_hover_color\":\"#e5329f\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e5329f\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"35cd55ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.685,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"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},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"764b3d67\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"image\":{\"id\":147,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/1.jpg\"},\"_id\":\"fbe66s4\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":148,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/2.jpg\"},\"_id\":\"593jh4m\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":149,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/3.jpg\"},\"_id\":\"2u0yeyx\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":154,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/Kara-holding-the-Wanderfuls-centerpiece-we-designed-for-her-wedding..jpg\"},\"_id\":\"f6v9odr\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":156,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/miss-america-sweet-16-centerpeice-ideas.jpg\"},\"_id\":\"675a0h3\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"slides_per_view\":\"1\",\"height\":{\"unit\":\"px\",\"size\":530},\"width\":{\"unit\":\"%\",\"size\":85},\"show_arrows\":\"\",\"pagination_color\":\"#e5329f\",\"slides_per_view_tablet\":\"1\",\"height_tablet\":{\"unit\":\"px\",\"size\":390},\"height_mobile\":{\"unit\":\"px\",\"size\":317},\"width_tablet\":{\"unit\":\"px\",\"size\":279},\"width_mobile\":{\"unit\":\"px\",\"size\":309},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"media-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"36850847\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"200\",\"bottom\":\"30\",\"left\":\"200\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"376ba3cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1625f748\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet Mr. Wanderfuls\",\"title_color\":\"#464646\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"330044e1\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#e5329f\",\"width\":{\"unit\":\"%\",\"size\":20},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"510bcff7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"2\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeIn\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"1578775a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"54e21678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":159,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/Ken.jpg\"},\"caption\":\" Neil Gaiman - CTO\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_background_hover_background\":\"classic\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2b51225d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"10\",\"bottom\":\"3\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fcb91fe\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Kenneth Banschick has filed for patents to protect the following inventions. This listing includes patent applications that are pending as well as patents that have already been granted by the United States Patent and Trademark Office (USPTO).<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e93eab\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"column_position\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"none\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"7d9461e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"150\",\"left\":\"50\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"4628be1c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#464646\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align\":\"left\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"header_size\":\"h3\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"335c67e1\",\"elType\":\"widget\",\"settings\":{\"section_divider\":\"\",\"weight\":{\"unit\":\"px\",\"size\":\"3\"},\"color\":\"#12e0b9\",\"width\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"center\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5f2f3ba8\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon_list\":[{\"text\":\"+44 20 5540 1234\",\"icon\":\"fa fa-phone\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"kxo82hb\"},{\"text\":\"+44 35 9998 3245\",\"icon\":\"fa fa-mobile-phone\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"89z2tky\"},{\"text\":\"+44 20 5540 4433\",\"icon\":\"fa fa-fax\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"zi1l66f\"}],\"section_icon_style\":\"\",\"icon_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":30},\"icon_align_mobile\":\"center\",\"section_text_style\":\"\",\"text_indent\":{\"unit\":\"px\",\"size\":15},\"text_color\":\"#777777\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":2.3},\"icon_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"icon_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"space_between\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"34115220\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"background_size\":\"cover\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"background_overlay_background\":\"none\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.71},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"120\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"45\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"69e17028\",\"elType\":\"widget\",\"settings\":{\"section_form_fields\":\"\",\"form_name\":\"Sample Form\",\"form_fields\":[{\"field_type\":\"text\",\"field_label\":\"Name\",\"placeholder\":\"Name\",\"width\":\"33\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"qi8lqp1\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"email\",\"required\":true,\"field_label\":\"Email\",\"placeholder\":\"Email\",\"width\":\"33\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"8b28ttw\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"tel\",\"field_label\":\"Tel\",\"placeholder\":\"Tel\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width\":\"33\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"2gd0qrk\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"textarea\",\"field_label\":\"Message\",\"placeholder\":\"Message\",\"width\":\"100\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":\"6\",\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"1qsba9v\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"}],\"input_size\":\"md\",\"show_labels\":\"\",\"section_submit_button\":\"\",\"button_text\":\"Send\",\"button_size\":\"md\",\"section_form_options\":\"\",\"send_html\":\"\",\"success_message\":\"The message was sent successfully!\",\"error_message\":\"There\'s something wrong... Please fill in the required fields.\",\"required_field_message\":\"Required\",\"invalid_message\":\"There\'s something wrong... The form is invalid.\",\"section_form_style\":\"\",\"column_gap\":{\"unit\":\"px\",\"size\":\"20\"},\"row_gap\":{\"unit\":\"px\",\"size\":\"20\"},\"heading_label\":\"\",\"label_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"label_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"section_field_style\":\"\",\"field_text_color\":\"#464646\",\"field_typography_typography\":\"custom\",\"field_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"field_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"field_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"field_background_color\":\"rgba(191,201,209,0.26)\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_button_style\":\"\",\"tabs_button_style\":\"\",\"tab_button_normal\":\"\",\"button_text_color\":\"#464646\",\"button_typography_typography\":\"custom\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"button_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13},\"button_typography_text_transform\":\"uppercase\",\"button_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"button_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"button_background_color\":\"rgba(0,41,73,0)\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_border_color\":\"#12e0b9\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tab_button_hover\":\"\",\"button_hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#12e0b9\",\"button_hover_border_color\":\"#12e0b9\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"-100\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"55\",\"bottom\":\"55\",\"left\":\"55\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_section_background\":\"\",\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"_box_shadow_box_shadow_type\":\"outset\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":\"50\",\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.19)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"mark_required\":\"yes\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"subscriber_already_exists_message\":\"Subscriber already exist.\",\"email_to\":\"dgebilaguin@gmail.com\",\"email_subject\":\"New message from \\\"Wanderfuls\\\"\",\"email_from\":\"email@sub.morganrand.com\",\"email_from_name\":\"Wanderfuls\",\"email_to_2\":\"dgebilaguin@gmail.com\",\"email_subject_2\":\"New message from \\\"Wanderfuls\\\"\",\"email_from_2\":\"email@sub.morganrand.com\",\"email_from_name_2\":\"Wanderfuls\",\"email_reply_to_2\":\"dgebilaguin@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2cb91d0b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#464646\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"3612d8be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7f59e782\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"7o3b1fs\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"7mj1o4u\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-google-plus\",\"_id\":\"7b6sjw9\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"0wh417m\"},{\"social\":\"fa fa-tumblr\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"agdym3r\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"rgba(0,0,0,0)\",\"icon_size\":{\"unit\":\"px\",\"size\":30},\"icon_spacing\":{\"unit\":\"px\",\"size\":14},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":25},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(853,165,'_elementor_css','a:4:{s:4:\"time\";i:1553157765;s:5:\"fonts\";a:2:{i:0;s:16:\"Playfair Display\";i:1;s:6:\"Roboto\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(856,166,'_elementor_template_type','header'),(857,166,'_elementor_version','2.5.9'),(858,166,'_wp_page_template','default'),(859,166,'_elementor_page_settings','a:12:{s:21:\"background_color_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:23:\"background_color_b_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:25:\"background_gradient_angle\";a:3:{s:4:\"unit\";s:3:\"deg\";s:4:\"size\";i:180;s:5:\"sizes\";a:0:{}}s:15:\"background_xpos\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_xpos_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_xpos_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:15:\"background_ypos\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_ypos_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_ypos_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:19:\"background_bg_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:26:\"background_bg_width_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:26:\"background_bg_width_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}}'),(860,166,'_elementor_data','[{\"id\":\"3f76d120\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":40},\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#e5329f\",\"custom_height_mobile\":{\"unit\":\"px\",\"size\":0},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\",\"layout\":\"full_width\",\"gap\":\"no\",\"background_hover_background\":\"classic\",\"sticky\":\"top\"},\"elements\":[{\"id\":\"67be3530\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":70,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6bb83f71\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"1-888-837-5021\",\"icon\":\"fa fa-phone\",\"_id\":\"7a7a069\",\"link\":{\"url\":\"tel:18888375021\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Mon - Fri: 10:00 - 19:00 EST\",\"icon\":\"fa fa-clock-o\",\"_id\":\"fb1feea\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":28},\"icon_color\":\"#ffffff\",\"text_color\":\"#ffffff\",\"text_indent\":{\"unit\":\"px\",\"size\":11},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12},\"space_between_mobile\":{\"unit\":\"px\",\"size\":25},\"icon_align_mobile\":\"center\",\"icon_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":2},\"hide_mobile\":\"hidden-phone\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"icon_align\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"67224b19\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"7f11941e\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"5646027\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/Wanderfuls\\/\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"72bc942\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/wanderfuls\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/wanderfuls\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"7c2bcc0\"},{\"social\":\"fa fa-youtube\",\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCTlqptsMt6rupKdWj7vBguQ\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"4b27cd1\"},{\"social\":\"fa fa-linkedin\",\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/ken-wanderfuls-ba7899132\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"cb50792\"}],\"align\":\"right\",\"icon_color\":\"custom\",\"icon_primary_color\":\"rgba(0,0,0,0)\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":14},\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b955e42\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"border_color\":\"#d1d1d1\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"content_position\":\"middle\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"26ab5835\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"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}},\"elements\":[{\"id\":\"8342375\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"center\",\"width\":{\"unit\":\"px\",\"size\":300},\"width_mobile\":{\"unit\":\"px\",\"size\":80},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"010\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"image\":{\"id\":\"46\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"78da46f7\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"center\",\"pointer\":\"double-line\",\"animation_line\":\"drop-in\",\"color_menu_item\":\"#303030\",\"pointer_color_menu_item_hover\":\"#e5329f\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"menu_typography_font_weight\":\"normal\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":41},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":16},\"_border_border\":\"dotted\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#8e8e8e\",\"dropdown\":\"mobile\",\"toggle_color\":\"#000000\",\"toggle_background_color\":\"rgba(0,0,0,0)\",\"menu\":\"main_menu\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false}],\"isInner\":false}]'),(861,166,'_elementor_conditions','a:1:{i:0;s:15:\"include/general\";}'),(862,166,'_elementor_css','a:4:{s:4:\"time\";i:1553150253;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(864,167,'_elementor_template_type','header'),(865,167,'_elementor_version','2.5.9'),(866,167,'_wp_page_template','default'),(867,167,'_elementor_page_settings','a:12:{s:21:\"background_color_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:23:\"background_color_b_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:25:\"background_gradient_angle\";a:3:{s:4:\"unit\";s:3:\"deg\";s:4:\"size\";i:180;s:5:\"sizes\";a:0:{}}s:15:\"background_xpos\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_xpos_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_xpos_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:15:\"background_ypos\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_ypos_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_ypos_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:19:\"background_bg_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:26:\"background_bg_width_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:26:\"background_bg_width_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}}'),(868,167,'_elementor_data','[{\"id\":\"3f76d120\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":40},\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#e5329f\",\"custom_height_mobile\":{\"unit\":\"px\",\"size\":0},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\",\"layout\":\"full_width\",\"gap\":\"no\",\"background_hover_background\":\"classic\",\"sticky\":\"top\"},\"elements\":[{\"id\":\"67be3530\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":70,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6bb83f71\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"1-888-837-5021\",\"icon\":\"fa fa-phone\",\"_id\":\"7a7a069\",\"link\":{\"url\":\"tel:18888375021\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Mon - Fri: 10:00 - 19:00 EST\",\"icon\":\"fa fa-clock-o\",\"_id\":\"fb1feea\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":28},\"icon_color\":\"#ffffff\",\"text_color\":\"#ffffff\",\"text_indent\":{\"unit\":\"px\",\"size\":11},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12},\"space_between_mobile\":{\"unit\":\"px\",\"size\":25},\"icon_align_mobile\":\"center\",\"icon_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":2},\"hide_mobile\":\"hidden-phone\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"icon_align\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"67224b19\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"7f11941e\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"5646027\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/Wanderfuls\\/\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"72bc942\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/wanderfuls\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/wanderfuls\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"7c2bcc0\"},{\"social\":\"fa fa-youtube\",\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCTlqptsMt6rupKdWj7vBguQ\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"4b27cd1\"},{\"social\":\"fa fa-linkedin\",\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/ken-wanderfuls-ba7899132\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"cb50792\"}],\"align\":\"right\",\"icon_color\":\"custom\",\"icon_primary_color\":\"rgba(0,0,0,0)\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":14},\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b955e42\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"border_color\":\"#d1d1d1\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"content_position\":\"middle\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"26ab5835\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"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}},\"elements\":[{\"id\":\"8342375\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"center\",\"width\":{\"unit\":\"px\",\"size\":300},\"width_mobile\":{\"unit\":\"px\",\"size\":80},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"010\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"image\":{\"id\":\"46\",\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"78da46f7\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"center\",\"pointer\":\"double-line\",\"animation_line\":\"drop-in\",\"color_menu_item\":\"#303030\",\"pointer_color_menu_item_hover\":\"#e5329f\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"menu_typography_font_weight\":\"normal\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":41},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":16},\"_border_border\":\"dotted\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#8e8e8e\",\"dropdown\":\"mobile\",\"toggle_color\":\"#000000\",\"toggle_background_color\":\"rgba(0,0,0,0)\",\"menu\":\"main_menu\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false}],\"isInner\":false}]'),(869,167,'_elementor_conditions','a:1:{i:0;s:15:\"include/general\";}'),(870,45,'_elementor_css','a:4:{s:4:\"time\";i:1553158008;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(885,15,'_elementor_css','a:5:{s:4:\"time\";i:1553159542;s:5:\"fonts\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),(895,172,'_wp_attached_file','2019/03/Wanderfuls-Teaser-Short-1.mp4'),(896,172,'_wp_attachment_metadata','a:10:{s:8:\"filesize\";i:4513241;s:9:\"mime_type\";s:9:\"video/mp4\";s:6:\"length\";i:49;s:16:\"length_formatted\";s:4:\"0:49\";s:5:\"width\";i:640;s:6:\"height\";i:360;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:5:\"audio\";a:7:{s:10:\"dataformat\";s:3:\"mp4\";s:5:\"codec\";s:19:\"ISO/IEC 14496-3 AAC\";s:11:\"sample_rate\";d:44100;s:8:\"channels\";i:2;s:15:\"bits_per_sample\";i:16;s:8:\"lossless\";b:0;s:11:\"channelmode\";s:6:\"stereo\";}s:17:\"created_timestamp\";i:1498578452;}'),(882,169,'_elementor_page_settings','a:12:{s:21:\"background_color_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:23:\"background_color_b_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:25:\"background_gradient_angle\";a:3:{s:4:\"unit\";s:3:\"deg\";s:4:\"size\";i:180;s:5:\"sizes\";a:0:{}}s:15:\"background_xpos\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_xpos_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_xpos_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:15:\"background_ypos\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_ypos_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_ypos_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:19:\"background_bg_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:26:\"background_bg_width_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:26:\"background_bg_width_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}}'),(883,169,'_elementor_data','[{\"id\":\"4fbeaffe\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":80},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":70},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":100},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"rgba(58,58,58,0.87)\"},\"elements\":[{\"id\":\"6232b1d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4908604e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Wanderfuls \\u2122\",\"title_color\":\"#e5329f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":70},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":60},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":65},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":53},\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3ac5eddb\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#e5329f\",\"width\":{\"unit\":\"%\",\"size\":30},\"align_mobile\":\"center\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"30c648f2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h1>Centerpiece and Party Favors in One!<\\/h1>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4f7aa0c4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Shop Now\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"background_color\":\"rgba(18,224,185,0)\",\"button_background_hover_color\":\"#e5329f\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e5329f\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"align_mobile\":\"center\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7d32eef3\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1300},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"80\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"5638e058\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"736df2ea\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-check-circle\",\"title_text\":\"Centerpieces That Double as Party Favors\",\"description_text\":\"Wanderfuls are designed to become an interactive part of your special day. What guest could forget the moment they remove their party favor from the centerpiece? <br\\/><br\\/> The Wanderfuls connect your guests to each other and to the magical moments of the event. These unique and memorable candy centerpieces are perfect for those once in a lifetime special events.\",\"position\":\"left\",\"primary_color\":\"#e5329f\",\"icon_space\":{\"unit\":\"px\",\"size\":18},\"icon_size\":{\"unit\":\"px\",\"size\":40},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#e5329f\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"title_size\":\"h2\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"25da2a06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6347ecab\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-check-circle\",\"title_text\":\"Customize and Design Your Own Centerpiece!\",\"description_text\":\"Our in-house designers will guide you through our customizable options, creating the perfect bouquet for the mood or theme of your event. Explore the different combinations and see them placed on a bouquet, until you find a design that you love!\\n<br\\/><br\\/>\\nChoose a coordinating color for the ribbon which spirals elegantly around and down the wand. For an extra special touch , you can choose to have imprinting on your Wanderfuls.\",\"position\":\"left\",\"primary_color\":\"#e5329f\",\"icon_space\":{\"unit\":\"px\",\"size\":18},\"icon_size\":{\"unit\":\"px\",\"size\":40},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#e5329f\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"title_size\":\"h2\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"1fdab9e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"71961474\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-check-circle\",\"title_text\":\"Centerpiece Ideas for All Types of Party\",\"description_text\":\"More than just traditional flower table decors for your special events. Wanderfuls gives you unique birthday centerpiece, graduation centerpiece, banquet centerpiece, anniversaries, holidays, and more... <br\\/> <br\\/>This is something so different and unique your guest will be amazed! These table decorations will create cherished memories that you and your guest will surely remember!\",\"position\":\"left\",\"primary_color\":\"#e5329f\",\"icon_space\":{\"unit\":\"px\",\"size\":18},\"icon_size\":{\"unit\":\"px\",\"size\":40},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#e5329f\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"title_size\":\"h2\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d1f7025\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"2145ac84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"26ba543f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":126,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/image_2019_03_21T07_09_41_778Z.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":70},\"width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"a267532\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0b001ac\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Wanderfuls is proud to offer a diverse color palette that represents every color of the rainbow, including many holographic, metallic and iridescent options.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"025\",\"isLinked\":false},\"_animation\":\"fadeInDown\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5ef36f13\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4be938f7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":128,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/Capture.jpg\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":33}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"68e5fd64\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"reverse_order_mobile\":\"reverse-mobile\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"15d8ab03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"287b019c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":130,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/Pics.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":30}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"13e581e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9e11fec\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>How many favors are in each centerpiece bouquet?<\\/p><p>The Classic Wanderfuls Arrangement combines the look of a flower bouquet with the bonus of a take home favor.\\u00a0 They are available in four sizes: 6, 8, 9, and 10.<\\/p><p>Consideration should be given to the amount of people seated per table and aesthetic preference when deciding a size<\\/p><p>\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"438d7c75\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"11076dfb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":80,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/255.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":85}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4344a0bd\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"40237ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1498afcf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":134,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/Candy-Collage-2.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":50},\"space_mobile\":{\"unit\":\"%\",\"size\":40}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"127e57cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8419d3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Imagine your party favors filled with colorful candies such as Jordan Almonds candy, Foil Wrapped Candy, Jelly Beans,Gumballs, Mini Jawbreakers, Mints, Kisses & more.<\\/p><p><span style=\\\"font-size: 15px;\\\">Don\'t see your favorite candy? We may have it! Check by calling 1-888-837-5021<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_gap_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_gap_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"drop_cap_size\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"drop_cap_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"drop_cap_border_radius\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_font_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_border_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79ffa662\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4d0a9838\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":139,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/candy-2538878_640.jpg\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":30}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24014d06\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"custom_height\":{\"unit\":\"vh\",\"size\":70},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"structure\":\"20\",\"background_color\":\"#464646\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"326b3892\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1c8538fc\",\"elType\":\"widget\",\"settings\":{\"title\":\"What is a Wanderfuls\\u2122 centerpiece?\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5c32583a\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#e5329f\",\"width\":{\"unit\":\"%\",\"size\":30},\"align_mobile\":\"center\",\"gap_tablet\":{\"unit\":\"px\",\"size\":2}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130350bc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Wanderfuls\\u2122 are custom, one-of-a-kind centerpieces made up of individual party favors! Wanderfuls\\u2122, the original all-in-one centerpiece, and party favor.<\\/p><p>Individual candy filled wands available in three lengths, wrapped in a beautiful colored ribbon of your choosing, imprinted with your message and party date, then topped with a bright fluffy hand-sewn pom with a colorful tassel center. the favors really look like flowers! Each favor slides easily into the base which can hold 6, 8, 9, 10, or 12 favors, creating your unique centerpiece.<\\/p><p>Your custom party decoration then transforms into individual takeaway favors your guests will treasure forever! 100\\u2019s of colors available to fit the theme and feel of any party. Personal one on one assistance from our talented in house designers and artists! Check out our website, play on our design tool program where you can impart your colors onto one of our beautiful centerpieces, making it truly your own.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"typography_font_weight\":\"300\",\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ff32be7\",\"elType\":\"widget\",\"settings\":{\"text\":\"View our designs\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"background_color\":\"rgba(18,224,185,0)\",\"button_background_hover_color\":\"#e5329f\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e5329f\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"35cd55ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.685,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"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},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"764b3d67\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"image\":{\"id\":147,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/1.jpg\"},\"_id\":\"fbe66s4\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":148,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/2.jpg\"},\"_id\":\"593jh4m\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":149,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/3.jpg\"},\"_id\":\"2u0yeyx\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":154,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/Kara-holding-the-Wanderfuls-centerpiece-we-designed-for-her-wedding..jpg\"},\"_id\":\"f6v9odr\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":156,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/miss-america-sweet-16-centerpeice-ideas.jpg\"},\"_id\":\"675a0h3\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"slides_per_view\":\"1\",\"height\":{\"unit\":\"px\",\"size\":530},\"width\":{\"unit\":\"%\",\"size\":85},\"show_arrows\":\"\",\"pagination_color\":\"#e5329f\",\"slides_per_view_tablet\":\"1\",\"height_tablet\":{\"unit\":\"px\",\"size\":390},\"height_mobile\":{\"unit\":\"px\",\"size\":317},\"width_tablet\":{\"unit\":\"px\",\"size\":279},\"width_mobile\":{\"unit\":\"px\",\"size\":309},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"media-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"36850847\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"200\",\"bottom\":\"30\",\"left\":\"200\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"376ba3cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1625f748\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet Mr. Wanderfuls\",\"title_color\":\"#464646\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"330044e1\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#e5329f\",\"width\":{\"unit\":\"%\",\"size\":20},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"510bcff7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"2\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeIn\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"1578775a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"54e21678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":159,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/Ken.jpg\"},\"caption\":\" Neil Gaiman - CTO\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_background_hover_background\":\"classic\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2b51225d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"10\",\"bottom\":\"3\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fcb91fe\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Kenneth Banschick has filed for patents to protect the following inventions. This listing includes patent applications that are pending as well as patents that have already been granted by the United States Patent and Trademark Office (USPTO).<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e93eab\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"column_position\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"none\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"7d9461e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"150\",\"left\":\"50\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"4628be1c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#464646\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align\":\"left\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"header_size\":\"h3\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"335c67e1\",\"elType\":\"widget\",\"settings\":{\"section_divider\":\"\",\"weight\":{\"unit\":\"px\",\"size\":\"3\"},\"color\":\"#12e0b9\",\"width\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"center\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5f2f3ba8\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon_list\":[{\"text\":\"+44 20 5540 1234\",\"icon\":\"fa fa-phone\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"kxo82hb\"},{\"text\":\"+44 35 9998 3245\",\"icon\":\"fa fa-mobile-phone\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"89z2tky\"},{\"text\":\"+44 20 5540 4433\",\"icon\":\"fa fa-fax\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"zi1l66f\"}],\"section_icon_style\":\"\",\"icon_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":30},\"icon_align_mobile\":\"center\",\"section_text_style\":\"\",\"text_indent\":{\"unit\":\"px\",\"size\":15},\"text_color\":\"#777777\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":2.3},\"icon_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"icon_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"space_between\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"34115220\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"background_size\":\"cover\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"background_overlay_background\":\"none\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.71},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"120\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"45\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"69e17028\",\"elType\":\"widget\",\"settings\":{\"section_form_fields\":\"\",\"form_name\":\"Sample Form\",\"form_fields\":[{\"field_type\":\"text\",\"field_label\":\"Name\",\"placeholder\":\"Name\",\"width\":\"33\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"qi8lqp1\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"email\",\"required\":true,\"field_label\":\"Email\",\"placeholder\":\"Email\",\"width\":\"33\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"8b28ttw\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"tel\",\"field_label\":\"Tel\",\"placeholder\":\"Tel\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width\":\"33\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"2gd0qrk\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"textarea\",\"field_label\":\"Message\",\"placeholder\":\"Message\",\"width\":\"100\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":\"6\",\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"1qsba9v\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"}],\"input_size\":\"md\",\"show_labels\":\"\",\"section_submit_button\":\"\",\"button_text\":\"Send\",\"button_size\":\"md\",\"section_form_options\":\"\",\"send_html\":\"\",\"success_message\":\"The message was sent successfully!\",\"error_message\":\"There\'s something wrong... Please fill in the required fields.\",\"required_field_message\":\"Required\",\"invalid_message\":\"There\'s something wrong... The form is invalid.\",\"section_form_style\":\"\",\"column_gap\":{\"unit\":\"px\",\"size\":\"20\"},\"row_gap\":{\"unit\":\"px\",\"size\":\"20\"},\"heading_label\":\"\",\"label_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"label_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"section_field_style\":\"\",\"field_text_color\":\"#464646\",\"field_typography_typography\":\"custom\",\"field_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"field_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"field_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"field_background_color\":\"rgba(191,201,209,0.26)\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_button_style\":\"\",\"tabs_button_style\":\"\",\"tab_button_normal\":\"\",\"button_text_color\":\"#464646\",\"button_typography_typography\":\"custom\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"button_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13},\"button_typography_text_transform\":\"uppercase\",\"button_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"button_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"button_background_color\":\"rgba(0,41,73,0)\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_border_color\":\"#12e0b9\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tab_button_hover\":\"\",\"button_hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#12e0b9\",\"button_hover_border_color\":\"#12e0b9\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"-100\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"55\",\"bottom\":\"55\",\"left\":\"55\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_section_background\":\"\",\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"_box_shadow_box_shadow_type\":\"outset\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":\"50\",\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.19)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"mark_required\":\"yes\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"subscriber_already_exists_message\":\"Subscriber already exist.\",\"email_to\":\"dgebilaguin@gmail.com\",\"email_subject\":\"New message from \\\"Wanderfuls\\\"\",\"email_from\":\"email@sub.morganrand.com\",\"email_from_name\":\"Wanderfuls\",\"email_to_2\":\"dgebilaguin@gmail.com\",\"email_subject_2\":\"New message from \\\"Wanderfuls\\\"\",\"email_from_2\":\"email@sub.morganrand.com\",\"email_from_name_2\":\"Wanderfuls\",\"email_reply_to_2\":\"dgebilaguin@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2cb91d0b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#464646\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"3612d8be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7f59e782\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"7o3b1fs\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"7mj1o4u\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-google-plus\",\"_id\":\"7b6sjw9\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"0wh417m\"},{\"social\":\"fa fa-tumblr\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"agdym3r\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"rgba(0,0,0,0)\",\"icon_size\":{\"unit\":\"px\",\"size\":30},\"icon_spacing\":{\"unit\":\"px\",\"size\":14},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":25},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(880,169,'_elementor_version','2.5.9'),(881,169,'_wp_page_template','default'),(887,170,'_wp_attachment_metadata','a:10:{s:8:\"filesize\";i:4513241;s:9:\"mime_type\";s:9:\"video/mp4\";s:6:\"length\";i:49;s:16:\"length_formatted\";s:4:\"0:49\";s:5:\"width\";i:640;s:6:\"height\";i:360;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:5:\"audio\";a:7:{s:10:\"dataformat\";s:3:\"mp4\";s:5:\"codec\";s:19:\"ISO/IEC 14496-3 AAC\";s:11:\"sample_rate\";d:44100;s:8:\"channels\";i:2;s:15:\"bits_per_sample\";i:16;s:8:\"lossless\";b:0;s:11:\"channelmode\";s:6:\"stereo\";}s:17:\"created_timestamp\";i:1498578452;}'),(888,171,'_elementor_edit_mode','builder'),(889,171,'_elementor_template_type','post'),(890,171,'_elementor_version','2.5.9'),(891,171,'_wp_page_template','default'),(892,171,'_elementor_page_settings','a:12:{s:21:\"background_color_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:23:\"background_color_b_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:25:\"background_gradient_angle\";a:3:{s:4:\"unit\";s:3:\"deg\";s:4:\"size\";i:180;s:5:\"sizes\";a:0:{}}s:15:\"background_xpos\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_xpos_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_xpos_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:15:\"background_ypos\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_ypos_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_ypos_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:19:\"background_bg_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:26:\"background_bg_width_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:26:\"background_bg_width_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}}'),(893,171,'_elementor_data','[{\"id\":\"4fbeaffe\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":80},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":70},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":100},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"rgba(58,58,58,0.87)\",\"background_image\":{\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/Wanderfuls-Teaser-Short.mp4\",\"id\":170}},\"elements\":[{\"id\":\"6232b1d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4908604e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Wanderfuls \\u2122\",\"title_color\":\"#e5329f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":70},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":60},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":65},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":53},\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3ac5eddb\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#e5329f\",\"width\":{\"unit\":\"%\",\"size\":30},\"align_mobile\":\"center\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"30c648f2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h1>Centerpiece and Party Favors in One!<\\/h1>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4f7aa0c4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Shop Now\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"background_color\":\"rgba(18,224,185,0)\",\"button_background_hover_color\":\"#e5329f\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e5329f\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"align_mobile\":\"center\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7d32eef3\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1300},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"80\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"5638e058\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"736df2ea\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-check-circle\",\"title_text\":\"Centerpieces That Double as Party Favors\",\"description_text\":\"Wanderfuls are designed to become an interactive part of your special day. What guest could forget the moment they remove their party favor from the centerpiece? <br\\/><br\\/> The Wanderfuls connect your guests to each other and to the magical moments of the event. These unique and memorable candy centerpieces are perfect for those once in a lifetime special events.\",\"position\":\"left\",\"primary_color\":\"#e5329f\",\"icon_space\":{\"unit\":\"px\",\"size\":18},\"icon_size\":{\"unit\":\"px\",\"size\":40},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#e5329f\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"title_size\":\"h2\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"25da2a06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6347ecab\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-check-circle\",\"title_text\":\"Customize and Design Your Own Centerpiece!\",\"description_text\":\"Our in-house designers will guide you through our customizable options, creating the perfect bouquet for the mood or theme of your event. Explore the different combinations and see them placed on a bouquet, until you find a design that you love!\\n<br\\/><br\\/>\\nChoose a coordinating color for the ribbon which spirals elegantly around and down the wand. For an extra special touch , you can choose to have imprinting on your Wanderfuls.\",\"position\":\"left\",\"primary_color\":\"#e5329f\",\"icon_space\":{\"unit\":\"px\",\"size\":18},\"icon_size\":{\"unit\":\"px\",\"size\":40},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#e5329f\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"title_size\":\"h2\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"1fdab9e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"71961474\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-check-circle\",\"title_text\":\"Centerpiece Ideas for All Types of Party\",\"description_text\":\"More than just traditional flower table decors for your special events. Wanderfuls gives you unique birthday centerpiece, graduation centerpiece, banquet centerpiece, anniversaries, holidays, and more... <br\\/> <br\\/>This is something so different and unique your guest will be amazed! These table decorations will create cherished memories that you and your guest will surely remember!\",\"position\":\"left\",\"primary_color\":\"#e5329f\",\"icon_space\":{\"unit\":\"px\",\"size\":18},\"icon_size\":{\"unit\":\"px\",\"size\":40},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#e5329f\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"title_size\":\"h2\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d1f7025\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"2145ac84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"26ba543f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":126,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/image_2019_03_21T07_09_41_778Z.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":70},\"width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"a267532\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0b001ac\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Wanderfuls is proud to offer a diverse color palette that represents every color of the rainbow, including many holographic, metallic and iridescent options.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"025\",\"isLinked\":false},\"_animation\":\"fadeInDown\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5ef36f13\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4be938f7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":128,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/Capture.jpg\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":33}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"68e5fd64\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"reverse_order_mobile\":\"reverse-mobile\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"15d8ab03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"287b019c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":130,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/Pics.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":30}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"13e581e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9e11fec\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>How many favors are in each centerpiece bouquet?<\\/p><p>The Classic Wanderfuls Arrangement combines the look of a flower bouquet with the bonus of a take home favor.\\u00a0 They are available in four sizes: 6, 8, 9, and 10.<\\/p><p>Consideration should be given to the amount of people seated per table and aesthetic preference when deciding a size<\\/p><p>\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"438d7c75\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"11076dfb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":80,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/255.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":85}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4344a0bd\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"40237ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1498afcf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":134,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/Candy-Collage-2.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":50},\"space_mobile\":{\"unit\":\"%\",\"size\":40}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"127e57cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8419d3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Imagine your party favors filled with colorful candies such as Jordan Almonds candy, Foil Wrapped Candy, Jelly Beans,Gumballs, Mini Jawbreakers, Mints, Kisses & more.<\\/p><p><span style=\\\"font-size: 15px;\\\">Don\'t see your favorite candy? We may have it! Check by calling 1-888-837-5021<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_gap_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_gap_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"drop_cap_size\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"drop_cap_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"drop_cap_border_radius\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_font_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_border_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79ffa662\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4d0a9838\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":139,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/candy-2538878_640.jpg\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":30}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24014d06\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"custom_height\":{\"unit\":\"vh\",\"size\":70},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"structure\":\"20\",\"background_color\":\"#464646\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"326b3892\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1c8538fc\",\"elType\":\"widget\",\"settings\":{\"title\":\"What is a Wanderfuls\\u2122 centerpiece?\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5c32583a\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#e5329f\",\"width\":{\"unit\":\"%\",\"size\":30},\"align_mobile\":\"center\",\"gap_tablet\":{\"unit\":\"px\",\"size\":2}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130350bc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Wanderfuls\\u2122 are custom, one-of-a-kind centerpieces made up of individual party favors! Wanderfuls\\u2122, the original all-in-one centerpiece, and party favor.<\\/p><p>Individual candy filled wands available in three lengths, wrapped in a beautiful colored ribbon of your choosing, imprinted with your message and party date, then topped with a bright fluffy hand-sewn pom with a colorful tassel center. the favors really look like flowers! Each favor slides easily into the base which can hold 6, 8, 9, 10, or 12 favors, creating your unique centerpiece.<\\/p><p>Your custom party decoration then transforms into individual takeaway favors your guests will treasure forever! 100\\u2019s of colors available to fit the theme and feel of any party. Personal one on one assistance from our talented in house designers and artists! Check out our website, play on our design tool program where you can impart your colors onto one of our beautiful centerpieces, making it truly your own.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"typography_font_weight\":\"300\",\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ff32be7\",\"elType\":\"widget\",\"settings\":{\"text\":\"View our designs\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"background_color\":\"rgba(18,224,185,0)\",\"button_background_hover_color\":\"#e5329f\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e5329f\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"35cd55ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.685,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"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},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"764b3d67\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"image\":{\"id\":147,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/1.jpg\"},\"_id\":\"fbe66s4\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":148,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/2.jpg\"},\"_id\":\"593jh4m\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":149,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/3.jpg\"},\"_id\":\"2u0yeyx\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":154,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/Kara-holding-the-Wanderfuls-centerpiece-we-designed-for-her-wedding..jpg\"},\"_id\":\"f6v9odr\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":156,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/miss-america-sweet-16-centerpeice-ideas.jpg\"},\"_id\":\"675a0h3\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"slides_per_view\":\"1\",\"height\":{\"unit\":\"px\",\"size\":530},\"width\":{\"unit\":\"%\",\"size\":85},\"show_arrows\":\"\",\"pagination_color\":\"#e5329f\",\"slides_per_view_tablet\":\"1\",\"height_tablet\":{\"unit\":\"px\",\"size\":390},\"height_mobile\":{\"unit\":\"px\",\"size\":317},\"width_tablet\":{\"unit\":\"px\",\"size\":279},\"width_mobile\":{\"unit\":\"px\",\"size\":309},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"media-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"36850847\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"200\",\"bottom\":\"30\",\"left\":\"200\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"376ba3cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1625f748\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet Mr. Wanderfuls\",\"title_color\":\"#464646\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"330044e1\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#e5329f\",\"width\":{\"unit\":\"%\",\"size\":20},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"510bcff7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"2\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeIn\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"1578775a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"54e21678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":159,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/Ken.jpg\"},\"caption\":\" Neil Gaiman - CTO\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_background_hover_background\":\"classic\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2b51225d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"10\",\"bottom\":\"3\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fcb91fe\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Kenneth Banschick has filed for patents to protect the following inventions. This listing includes patent applications that are pending as well as patents that have already been granted by the United States Patent and Trademark Office (USPTO).<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e93eab\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"column_position\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"none\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"7d9461e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"150\",\"left\":\"50\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"4628be1c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#464646\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align\":\"left\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"header_size\":\"h3\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"335c67e1\",\"elType\":\"widget\",\"settings\":{\"section_divider\":\"\",\"weight\":{\"unit\":\"px\",\"size\":\"3\"},\"color\":\"#12e0b9\",\"width\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"center\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5f2f3ba8\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon_list\":[{\"text\":\"+44 20 5540 1234\",\"icon\":\"fa fa-phone\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"kxo82hb\"},{\"text\":\"+44 35 9998 3245\",\"icon\":\"fa fa-mobile-phone\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"89z2tky\"},{\"text\":\"+44 20 5540 4433\",\"icon\":\"fa fa-fax\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"zi1l66f\"}],\"section_icon_style\":\"\",\"icon_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":30},\"icon_align_mobile\":\"center\",\"section_text_style\":\"\",\"text_indent\":{\"unit\":\"px\",\"size\":15},\"text_color\":\"#777777\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":2.3},\"icon_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"icon_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"space_between\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"34115220\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"background_size\":\"cover\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"background_overlay_background\":\"none\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.71},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"120\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"45\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"69e17028\",\"elType\":\"widget\",\"settings\":{\"section_form_fields\":\"\",\"form_name\":\"Sample Form\",\"form_fields\":[{\"field_type\":\"text\",\"field_label\":\"Name\",\"placeholder\":\"Name\",\"width\":\"33\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"qi8lqp1\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"email\",\"required\":true,\"field_label\":\"Email\",\"placeholder\":\"Email\",\"width\":\"33\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"8b28ttw\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"tel\",\"field_label\":\"Tel\",\"placeholder\":\"Tel\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width\":\"33\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"2gd0qrk\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"textarea\",\"field_label\":\"Message\",\"placeholder\":\"Message\",\"width\":\"100\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":\"6\",\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"1qsba9v\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"}],\"input_size\":\"md\",\"show_labels\":\"\",\"section_submit_button\":\"\",\"button_text\":\"Send\",\"button_size\":\"md\",\"section_form_options\":\"\",\"send_html\":\"\",\"success_message\":\"The message was sent successfully!\",\"error_message\":\"There\'s something wrong... Please fill in the required fields.\",\"required_field_message\":\"Required\",\"invalid_message\":\"There\'s something wrong... The form is invalid.\",\"section_form_style\":\"\",\"column_gap\":{\"unit\":\"px\",\"size\":\"20\"},\"row_gap\":{\"unit\":\"px\",\"size\":\"20\"},\"heading_label\":\"\",\"label_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"label_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"section_field_style\":\"\",\"field_text_color\":\"#464646\",\"field_typography_typography\":\"custom\",\"field_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"field_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"field_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"field_background_color\":\"rgba(191,201,209,0.26)\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_button_style\":\"\",\"tabs_button_style\":\"\",\"tab_button_normal\":\"\",\"button_text_color\":\"#464646\",\"button_typography_typography\":\"custom\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"button_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13},\"button_typography_text_transform\":\"uppercase\",\"button_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"button_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"button_background_color\":\"rgba(0,41,73,0)\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_border_color\":\"#12e0b9\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tab_button_hover\":\"\",\"button_hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#12e0b9\",\"button_hover_border_color\":\"#12e0b9\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"-100\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"55\",\"bottom\":\"55\",\"left\":\"55\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_section_background\":\"\",\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"_box_shadow_box_shadow_type\":\"outset\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":\"50\",\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.19)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"mark_required\":\"yes\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"subscriber_already_exists_message\":\"Subscriber already exist.\",\"email_to\":\"dgebilaguin@gmail.com\",\"email_subject\":\"New message from \\\"Wanderfuls\\\"\",\"email_from\":\"email@sub.morganrand.com\",\"email_from_name\":\"Wanderfuls\",\"email_to_2\":\"dgebilaguin@gmail.com\",\"email_subject_2\":\"New message from \\\"Wanderfuls\\\"\",\"email_from_2\":\"email@sub.morganrand.com\",\"email_from_name_2\":\"Wanderfuls\",\"email_reply_to_2\":\"dgebilaguin@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2cb91d0b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#464646\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"3612d8be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7f59e782\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"7o3b1fs\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"7mj1o4u\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-google-plus\",\"_id\":\"7b6sjw9\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"0wh417m\"},{\"social\":\"fa fa-tumblr\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"agdym3r\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"rgba(0,0,0,0)\",\"icon_size\":{\"unit\":\"px\",\"size\":30},\"icon_spacing\":{\"unit\":\"px\",\"size\":14},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":25},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(894,171,'_elementor_css','a:4:{s:4:\"time\";i:1553159268;s:5:\"fonts\";a:2:{i:0;s:16:\"Playfair Display\";i:1;s:6:\"Roboto\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(911,176,'_elementor_edit_mode','builder'),(897,173,'_elementor_edit_mode','builder'),(898,173,'_elementor_template_type','post'),(899,173,'_elementor_version','2.5.9'),(900,173,'_wp_page_template','default'),(901,173,'_elementor_page_settings','a:12:{s:21:\"background_color_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:23:\"background_color_b_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:25:\"background_gradient_angle\";a:3:{s:4:\"unit\";s:3:\"deg\";s:4:\"size\";i:180;s:5:\"sizes\";a:0:{}}s:15:\"background_xpos\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_xpos_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_xpos_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:15:\"background_ypos\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_ypos_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_ypos_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:19:\"background_bg_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:26:\"background_bg_width_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:26:\"background_bg_width_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}}'),(902,173,'_elementor_data','[{\"id\":\"4fbeaffe\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":80},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":70},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":100},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"rgba(58,58,58,0.87)\",\"background_image\":{\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/Wanderfuls-Teaser-Short-1.mp4\",\"id\":172}},\"elements\":[{\"id\":\"6232b1d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4908604e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Wanderfuls \\u2122\",\"title_color\":\"#e5329f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":70},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":60},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":65},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":53},\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3ac5eddb\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#e5329f\",\"width\":{\"unit\":\"%\",\"size\":30},\"align_mobile\":\"center\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"30c648f2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h1>Centerpiece and Party Favors in One!<\\/h1>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4f7aa0c4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Shop Now\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"background_color\":\"rgba(18,224,185,0)\",\"button_background_hover_color\":\"#e5329f\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e5329f\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"align_mobile\":\"center\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7d32eef3\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1300},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"80\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"5638e058\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"736df2ea\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-check-circle\",\"title_text\":\"Centerpieces That Double as Party Favors\",\"description_text\":\"Wanderfuls are designed to become an interactive part of your special day. What guest could forget the moment they remove their party favor from the centerpiece? <br\\/><br\\/> The Wanderfuls connect your guests to each other and to the magical moments of the event. These unique and memorable candy centerpieces are perfect for those once in a lifetime special events.\",\"position\":\"left\",\"primary_color\":\"#e5329f\",\"icon_space\":{\"unit\":\"px\",\"size\":18},\"icon_size\":{\"unit\":\"px\",\"size\":40},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#e5329f\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"title_size\":\"h2\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"25da2a06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6347ecab\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-check-circle\",\"title_text\":\"Customize and Design Your Own Centerpiece!\",\"description_text\":\"Our in-house designers will guide you through our customizable options, creating the perfect bouquet for the mood or theme of your event. Explore the different combinations and see them placed on a bouquet, until you find a design that you love!\\n<br\\/><br\\/>\\nChoose a coordinating color for the ribbon which spirals elegantly around and down the wand. For an extra special touch , you can choose to have imprinting on your Wanderfuls.\",\"position\":\"left\",\"primary_color\":\"#e5329f\",\"icon_space\":{\"unit\":\"px\",\"size\":18},\"icon_size\":{\"unit\":\"px\",\"size\":40},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#e5329f\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"title_size\":\"h2\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"1fdab9e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"71961474\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-check-circle\",\"title_text\":\"Centerpiece Ideas for All Types of Party\",\"description_text\":\"More than just traditional flower table decors for your special events. Wanderfuls gives you unique birthday centerpiece, graduation centerpiece, banquet centerpiece, anniversaries, holidays, and more... <br\\/> <br\\/>This is something so different and unique your guest will be amazed! These table decorations will create cherished memories that you and your guest will surely remember!\",\"position\":\"left\",\"primary_color\":\"#e5329f\",\"icon_space\":{\"unit\":\"px\",\"size\":18},\"icon_size\":{\"unit\":\"px\",\"size\":40},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#e5329f\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"title_size\":\"h2\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d1f7025\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"2145ac84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"26ba543f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":126,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/image_2019_03_21T07_09_41_778Z.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":70},\"width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"a267532\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0b001ac\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Wanderfuls is proud to offer a diverse color palette that represents every color of the rainbow, including many holographic, metallic and iridescent options.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"025\",\"isLinked\":false},\"_animation\":\"fadeInDown\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5ef36f13\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4be938f7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":128,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/Capture.jpg\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":33}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"68e5fd64\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"reverse_order_mobile\":\"reverse-mobile\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"15d8ab03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"287b019c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":130,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/Pics.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":30}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"13e581e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9e11fec\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>How many favors are in each centerpiece bouquet?<\\/p><p>The Classic Wanderfuls Arrangement combines the look of a flower bouquet with the bonus of a take home favor.\\u00a0 They are available in four sizes: 6, 8, 9, and 10.<\\/p><p>Consideration should be given to the amount of people seated per table and aesthetic preference when deciding a size<\\/p><p>\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"438d7c75\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"11076dfb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":80,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/255.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":85}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4344a0bd\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"40237ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1498afcf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":134,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/Candy-Collage-2.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":50},\"space_mobile\":{\"unit\":\"%\",\"size\":40}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"127e57cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8419d3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Imagine your party favors filled with colorful candies such as Jordan Almonds candy, Foil Wrapped Candy, Jelly Beans,Gumballs, Mini Jawbreakers, Mints, Kisses & more.<\\/p><p><span style=\\\"font-size: 15px;\\\">Don\'t see your favorite candy? We may have it! Check by calling 1-888-837-5021<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_gap_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_gap_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"drop_cap_size\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"drop_cap_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"drop_cap_border_radius\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_font_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_border_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79ffa662\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4d0a9838\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":139,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/candy-2538878_640.jpg\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":30}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24014d06\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"custom_height\":{\"unit\":\"vh\",\"size\":70},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"structure\":\"20\",\"background_color\":\"#464646\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"326b3892\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1c8538fc\",\"elType\":\"widget\",\"settings\":{\"title\":\"What is a Wanderfuls\\u2122 centerpiece?\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5c32583a\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#e5329f\",\"width\":{\"unit\":\"%\",\"size\":30},\"align_mobile\":\"center\",\"gap_tablet\":{\"unit\":\"px\",\"size\":2}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130350bc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Wanderfuls\\u2122 are custom, one-of-a-kind centerpieces made up of individual party favors! Wanderfuls\\u2122, the original all-in-one centerpiece, and party favor.<\\/p><p>Individual candy filled wands available in three lengths, wrapped in a beautiful colored ribbon of your choosing, imprinted with your message and party date, then topped with a bright fluffy hand-sewn pom with a colorful tassel center. the favors really look like flowers! Each favor slides easily into the base which can hold 6, 8, 9, 10, or 12 favors, creating your unique centerpiece.<\\/p><p>Your custom party decoration then transforms into individual takeaway favors your guests will treasure forever! 100\\u2019s of colors available to fit the theme and feel of any party. Personal one on one assistance from our talented in house designers and artists! Check out our website, play on our design tool program where you can impart your colors onto one of our beautiful centerpieces, making it truly your own.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"typography_font_weight\":\"300\",\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ff32be7\",\"elType\":\"widget\",\"settings\":{\"text\":\"View our designs\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"background_color\":\"rgba(18,224,185,0)\",\"button_background_hover_color\":\"#e5329f\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e5329f\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"35cd55ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.685,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"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},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"764b3d67\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"image\":{\"id\":147,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/1.jpg\"},\"_id\":\"fbe66s4\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":148,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/2.jpg\"},\"_id\":\"593jh4m\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":149,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/3.jpg\"},\"_id\":\"2u0yeyx\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":154,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/Kara-holding-the-Wanderfuls-centerpiece-we-designed-for-her-wedding..jpg\"},\"_id\":\"f6v9odr\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":156,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/miss-america-sweet-16-centerpeice-ideas.jpg\"},\"_id\":\"675a0h3\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"slides_per_view\":\"1\",\"height\":{\"unit\":\"px\",\"size\":530},\"width\":{\"unit\":\"%\",\"size\":85},\"show_arrows\":\"\",\"pagination_color\":\"#e5329f\",\"slides_per_view_tablet\":\"1\",\"height_tablet\":{\"unit\":\"px\",\"size\":390},\"height_mobile\":{\"unit\":\"px\",\"size\":317},\"width_tablet\":{\"unit\":\"px\",\"size\":279},\"width_mobile\":{\"unit\":\"px\",\"size\":309},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"media-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"36850847\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"200\",\"bottom\":\"30\",\"left\":\"200\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"376ba3cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1625f748\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet Mr. Wanderfuls\",\"title_color\":\"#464646\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"330044e1\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#e5329f\",\"width\":{\"unit\":\"%\",\"size\":20},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"510bcff7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"2\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeIn\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"1578775a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"54e21678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":159,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/Ken.jpg\"},\"caption\":\" Neil Gaiman - CTO\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_background_hover_background\":\"classic\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2b51225d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"10\",\"bottom\":\"3\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fcb91fe\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Kenneth Banschick has filed for patents to protect the following inventions. This listing includes patent applications that are pending as well as patents that have already been granted by the United States Patent and Trademark Office (USPTO).<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e93eab\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"column_position\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"none\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"7d9461e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"150\",\"left\":\"50\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"4628be1c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#464646\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align\":\"left\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"header_size\":\"h3\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"335c67e1\",\"elType\":\"widget\",\"settings\":{\"section_divider\":\"\",\"weight\":{\"unit\":\"px\",\"size\":\"3\"},\"color\":\"#12e0b9\",\"width\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"center\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5f2f3ba8\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon_list\":[{\"text\":\"+44 20 5540 1234\",\"icon\":\"fa fa-phone\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"kxo82hb\"},{\"text\":\"+44 35 9998 3245\",\"icon\":\"fa fa-mobile-phone\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"89z2tky\"},{\"text\":\"+44 20 5540 4433\",\"icon\":\"fa fa-fax\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"zi1l66f\"}],\"section_icon_style\":\"\",\"icon_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":30},\"icon_align_mobile\":\"center\",\"section_text_style\":\"\",\"text_indent\":{\"unit\":\"px\",\"size\":15},\"text_color\":\"#777777\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":2.3},\"icon_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"icon_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"space_between\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"34115220\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"background_size\":\"cover\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"background_overlay_background\":\"none\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.71},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"120\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"45\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"69e17028\",\"elType\":\"widget\",\"settings\":{\"section_form_fields\":\"\",\"form_name\":\"Sample Form\",\"form_fields\":[{\"field_type\":\"text\",\"field_label\":\"Name\",\"placeholder\":\"Name\",\"width\":\"33\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"qi8lqp1\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"email\",\"required\":true,\"field_label\":\"Email\",\"placeholder\":\"Email\",\"width\":\"33\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"8b28ttw\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"tel\",\"field_label\":\"Tel\",\"placeholder\":\"Tel\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width\":\"33\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"2gd0qrk\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"textarea\",\"field_label\":\"Message\",\"placeholder\":\"Message\",\"width\":\"100\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":\"6\",\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"1qsba9v\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"}],\"input_size\":\"md\",\"show_labels\":\"\",\"section_submit_button\":\"\",\"button_text\":\"Send\",\"button_size\":\"md\",\"section_form_options\":\"\",\"send_html\":\"\",\"success_message\":\"The message was sent successfully!\",\"error_message\":\"There\'s something wrong... Please fill in the required fields.\",\"required_field_message\":\"Required\",\"invalid_message\":\"There\'s something wrong... The form is invalid.\",\"section_form_style\":\"\",\"column_gap\":{\"unit\":\"px\",\"size\":\"20\"},\"row_gap\":{\"unit\":\"px\",\"size\":\"20\"},\"heading_label\":\"\",\"label_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"label_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"section_field_style\":\"\",\"field_text_color\":\"#464646\",\"field_typography_typography\":\"custom\",\"field_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"field_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"field_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"field_background_color\":\"rgba(191,201,209,0.26)\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_button_style\":\"\",\"tabs_button_style\":\"\",\"tab_button_normal\":\"\",\"button_text_color\":\"#464646\",\"button_typography_typography\":\"custom\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"button_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13},\"button_typography_text_transform\":\"uppercase\",\"button_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"button_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"button_background_color\":\"rgba(0,41,73,0)\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_border_color\":\"#12e0b9\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tab_button_hover\":\"\",\"button_hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#12e0b9\",\"button_hover_border_color\":\"#12e0b9\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"-100\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"55\",\"bottom\":\"55\",\"left\":\"55\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_section_background\":\"\",\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"_box_shadow_box_shadow_type\":\"outset\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":\"50\",\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.19)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"mark_required\":\"yes\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"subscriber_already_exists_message\":\"Subscriber already exist.\",\"email_to\":\"dgebilaguin@gmail.com\",\"email_subject\":\"New message from \\\"Wanderfuls\\\"\",\"email_from\":\"email@sub.morganrand.com\",\"email_from_name\":\"Wanderfuls\",\"email_to_2\":\"dgebilaguin@gmail.com\",\"email_subject_2\":\"New message from \\\"Wanderfuls\\\"\",\"email_from_2\":\"email@sub.morganrand.com\",\"email_from_name_2\":\"Wanderfuls\",\"email_reply_to_2\":\"dgebilaguin@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2cb91d0b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#464646\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"3612d8be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7f59e782\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"7o3b1fs\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"7mj1o4u\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-google-plus\",\"_id\":\"7b6sjw9\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"0wh417m\"},{\"social\":\"fa fa-tumblr\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"agdym3r\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"rgba(0,0,0,0)\",\"icon_size\":{\"unit\":\"px\",\"size\":30},\"icon_spacing\":{\"unit\":\"px\",\"size\":14},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":25},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(912,176,'_elementor_template_type','post'),(913,176,'_elementor_version','2.5.9'),(914,176,'_wp_page_template','default'),(915,176,'_elementor_page_settings','a:12:{s:21:\"background_color_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:23:\"background_color_b_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:25:\"background_gradient_angle\";a:3:{s:4:\"unit\";s:3:\"deg\";s:4:\"size\";i:180;s:5:\"sizes\";a:0:{}}s:15:\"background_xpos\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_xpos_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_xpos_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:15:\"background_ypos\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_ypos_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_ypos_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:19:\"background_bg_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:26:\"background_bg_width_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:26:\"background_bg_width_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}}'),(916,176,'_elementor_data','[{\"id\":\"4fbeaffe\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":80},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":70},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":100},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"rgba(58,58,58,0.87)\",\"background_image\":{\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/selection.gif\",\"id\":43}},\"elements\":[{\"id\":\"6232b1d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4908604e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Wanderfuls \\u2122\",\"title_color\":\"#e5329f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":70},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":60},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":65},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":53},\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3ac5eddb\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#e5329f\",\"width\":{\"unit\":\"%\",\"size\":30},\"align_mobile\":\"center\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"30c648f2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h1>Centerpiece and Party Favors in One!<\\/h1>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4f7aa0c4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Shop Now\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"background_color\":\"rgba(18,224,185,0)\",\"button_background_hover_color\":\"#e5329f\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e5329f\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"align_mobile\":\"center\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7d32eef3\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1300},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"80\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"5638e058\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"736df2ea\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-check-circle\",\"title_text\":\"Centerpieces That Double as Party Favors\",\"description_text\":\"Wanderfuls are designed to become an interactive part of your special day. What guest could forget the moment they remove their party favor from the centerpiece? <br\\/><br\\/> The Wanderfuls connect your guests to each other and to the magical moments of the event. These unique and memorable candy centerpieces are perfect for those once in a lifetime special events.\",\"position\":\"left\",\"primary_color\":\"#e5329f\",\"icon_space\":{\"unit\":\"px\",\"size\":18},\"icon_size\":{\"unit\":\"px\",\"size\":40},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#e5329f\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"title_size\":\"h2\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"25da2a06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6347ecab\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-check-circle\",\"title_text\":\"Customize and Design Your Own Centerpiece!\",\"description_text\":\"Our in-house designers will guide you through our customizable options, creating the perfect bouquet for the mood or theme of your event. Explore the different combinations and see them placed on a bouquet, until you find a design that you love!\\n<br\\/><br\\/>\\nChoose a coordinating color for the ribbon which spirals elegantly around and down the wand. For an extra special touch , you can choose to have imprinting on your Wanderfuls.\",\"position\":\"left\",\"primary_color\":\"#e5329f\",\"icon_space\":{\"unit\":\"px\",\"size\":18},\"icon_size\":{\"unit\":\"px\",\"size\":40},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#e5329f\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"title_size\":\"h2\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"1fdab9e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"71961474\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-check-circle\",\"title_text\":\"Centerpiece Ideas for All Types of Party\",\"description_text\":\"More than just traditional flower table decors for your special events. Wanderfuls gives you unique birthday centerpiece, graduation centerpiece, banquet centerpiece, anniversaries, holidays, and more... <br\\/> <br\\/>This is something so different and unique your guest will be amazed! These table decorations will create cherished memories that you and your guest will surely remember!\",\"position\":\"left\",\"primary_color\":\"#e5329f\",\"icon_space\":{\"unit\":\"px\",\"size\":18},\"icon_size\":{\"unit\":\"px\",\"size\":40},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#e5329f\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"title_size\":\"h2\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d1f7025\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"2145ac84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"26ba543f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":126,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/image_2019_03_21T07_09_41_778Z.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":70},\"width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"a267532\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0b001ac\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Wanderfuls is proud to offer a diverse color palette that represents every color of the rainbow, including many holographic, metallic and iridescent options.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"025\",\"isLinked\":false},\"_animation\":\"fadeInDown\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5ef36f13\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4be938f7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":128,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/Capture.jpg\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":33}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"68e5fd64\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"reverse_order_mobile\":\"reverse-mobile\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"15d8ab03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"287b019c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":130,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/Pics.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":30}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"13e581e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9e11fec\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>How many favors are in each centerpiece bouquet?<\\/p><p>The Classic Wanderfuls Arrangement combines the look of a flower bouquet with the bonus of a take home favor.\\u00a0 They are available in four sizes: 6, 8, 9, and 10.<\\/p><p>Consideration should be given to the amount of people seated per table and aesthetic preference when deciding a size<\\/p><p>\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"438d7c75\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"11076dfb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":80,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/255.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":85}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4344a0bd\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"40237ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1498afcf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":134,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/Candy-Collage-2.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":50},\"space_mobile\":{\"unit\":\"%\",\"size\":40}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"127e57cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8419d3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Imagine your party favors filled with colorful candies such as Jordan Almonds candy, Foil Wrapped Candy, Jelly Beans,Gumballs, Mini Jawbreakers, Mints, Kisses & more.<\\/p><p><span style=\\\"font-size: 15px;\\\">Don\'t see your favorite candy? We may have it! Check by calling 1-888-837-5021<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_gap_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_gap_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"drop_cap_size\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"drop_cap_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"drop_cap_border_radius\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_font_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_border_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79ffa662\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4d0a9838\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":139,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/candy-2538878_640.jpg\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":30}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24014d06\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"custom_height\":{\"unit\":\"vh\",\"size\":70},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"structure\":\"20\",\"background_color\":\"#464646\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"326b3892\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1c8538fc\",\"elType\":\"widget\",\"settings\":{\"title\":\"What is a Wanderfuls\\u2122 centerpiece?\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5c32583a\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#e5329f\",\"width\":{\"unit\":\"%\",\"size\":30},\"align_mobile\":\"center\",\"gap_tablet\":{\"unit\":\"px\",\"size\":2}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130350bc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Wanderfuls\\u2122 are custom, one-of-a-kind centerpieces made up of individual party favors! Wanderfuls\\u2122, the original all-in-one centerpiece, and party favor.<\\/p><p>Individual candy filled wands available in three lengths, wrapped in a beautiful colored ribbon of your choosing, imprinted with your message and party date, then topped with a bright fluffy hand-sewn pom with a colorful tassel center. the favors really look like flowers! Each favor slides easily into the base which can hold 6, 8, 9, 10, or 12 favors, creating your unique centerpiece.<\\/p><p>Your custom party decoration then transforms into individual takeaway favors your guests will treasure forever! 100\\u2019s of colors available to fit the theme and feel of any party. Personal one on one assistance from our talented in house designers and artists! Check out our website, play on our design tool program where you can impart your colors onto one of our beautiful centerpieces, making it truly your own.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"typography_font_weight\":\"300\",\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ff32be7\",\"elType\":\"widget\",\"settings\":{\"text\":\"View our designs\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"background_color\":\"rgba(18,224,185,0)\",\"button_background_hover_color\":\"#e5329f\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e5329f\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"35cd55ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.685,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"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},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"764b3d67\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"image\":{\"id\":147,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/1.jpg\"},\"_id\":\"fbe66s4\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":148,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/2.jpg\"},\"_id\":\"593jh4m\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":149,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/3.jpg\"},\"_id\":\"2u0yeyx\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":154,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/Kara-holding-the-Wanderfuls-centerpiece-we-designed-for-her-wedding..jpg\"},\"_id\":\"f6v9odr\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":156,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/miss-america-sweet-16-centerpeice-ideas.jpg\"},\"_id\":\"675a0h3\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"slides_per_view\":\"1\",\"height\":{\"unit\":\"px\",\"size\":530},\"width\":{\"unit\":\"%\",\"size\":85},\"show_arrows\":\"\",\"pagination_color\":\"#e5329f\",\"slides_per_view_tablet\":\"1\",\"height_tablet\":{\"unit\":\"px\",\"size\":390},\"height_mobile\":{\"unit\":\"px\",\"size\":317},\"width_tablet\":{\"unit\":\"px\",\"size\":279},\"width_mobile\":{\"unit\":\"px\",\"size\":309},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"media-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"36850847\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"200\",\"bottom\":\"30\",\"left\":\"200\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"376ba3cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1625f748\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet Mr. Wanderfuls\",\"title_color\":\"#464646\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"330044e1\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#e5329f\",\"width\":{\"unit\":\"%\",\"size\":20},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"510bcff7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"2\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeIn\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"1578775a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"54e21678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":159,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/Ken.jpg\"},\"caption\":\" Neil Gaiman - CTO\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_background_hover_background\":\"classic\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2b51225d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"10\",\"bottom\":\"3\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fcb91fe\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Kenneth Banschick has filed for patents to protect the following inventions. This listing includes patent applications that are pending as well as patents that have already been granted by the United States Patent and Trademark Office (USPTO).<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e93eab\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"column_position\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"none\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"7d9461e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"150\",\"left\":\"50\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"4628be1c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#464646\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align\":\"left\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"header_size\":\"h3\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"335c67e1\",\"elType\":\"widget\",\"settings\":{\"section_divider\":\"\",\"weight\":{\"unit\":\"px\",\"size\":\"3\"},\"color\":\"#12e0b9\",\"width\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"center\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5f2f3ba8\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon_list\":[{\"text\":\"+44 20 5540 1234\",\"icon\":\"fa fa-phone\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"kxo82hb\"},{\"text\":\"+44 35 9998 3245\",\"icon\":\"fa fa-mobile-phone\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"89z2tky\"},{\"text\":\"+44 20 5540 4433\",\"icon\":\"fa fa-fax\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"zi1l66f\"}],\"section_icon_style\":\"\",\"icon_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":30},\"icon_align_mobile\":\"center\",\"section_text_style\":\"\",\"text_indent\":{\"unit\":\"px\",\"size\":15},\"text_color\":\"#777777\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":2.3},\"icon_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"icon_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"space_between\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"34115220\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"background_size\":\"cover\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"background_overlay_background\":\"none\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.71},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"120\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"45\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"69e17028\",\"elType\":\"widget\",\"settings\":{\"section_form_fields\":\"\",\"form_name\":\"Sample Form\",\"form_fields\":[{\"field_type\":\"text\",\"field_label\":\"Name\",\"placeholder\":\"Name\",\"width\":\"33\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"qi8lqp1\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"email\",\"required\":true,\"field_label\":\"Email\",\"placeholder\":\"Email\",\"width\":\"33\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"8b28ttw\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"tel\",\"field_label\":\"Tel\",\"placeholder\":\"Tel\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width\":\"33\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"2gd0qrk\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"textarea\",\"field_label\":\"Message\",\"placeholder\":\"Message\",\"width\":\"100\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":\"6\",\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"1qsba9v\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"}],\"input_size\":\"md\",\"show_labels\":\"\",\"section_submit_button\":\"\",\"button_text\":\"Send\",\"button_size\":\"md\",\"section_form_options\":\"\",\"send_html\":\"\",\"success_message\":\"The message was sent successfully!\",\"error_message\":\"There\'s something wrong... Please fill in the required fields.\",\"required_field_message\":\"Required\",\"invalid_message\":\"There\'s something wrong... The form is invalid.\",\"section_form_style\":\"\",\"column_gap\":{\"unit\":\"px\",\"size\":\"20\"},\"row_gap\":{\"unit\":\"px\",\"size\":\"20\"},\"heading_label\":\"\",\"label_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"label_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"section_field_style\":\"\",\"field_text_color\":\"#464646\",\"field_typography_typography\":\"custom\",\"field_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"field_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"field_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"field_background_color\":\"rgba(191,201,209,0.26)\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_button_style\":\"\",\"tabs_button_style\":\"\",\"tab_button_normal\":\"\",\"button_text_color\":\"#464646\",\"button_typography_typography\":\"custom\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"button_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13},\"button_typography_text_transform\":\"uppercase\",\"button_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"button_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"button_background_color\":\"rgba(0,41,73,0)\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_border_color\":\"#12e0b9\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tab_button_hover\":\"\",\"button_hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#12e0b9\",\"button_hover_border_color\":\"#12e0b9\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"-100\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"55\",\"bottom\":\"55\",\"left\":\"55\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_section_background\":\"\",\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"_box_shadow_box_shadow_type\":\"outset\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":\"50\",\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.19)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"mark_required\":\"yes\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"subscriber_already_exists_message\":\"Subscriber already exist.\",\"email_to\":\"dgebilaguin@gmail.com\",\"email_subject\":\"New message from \\\"Wanderfuls\\\"\",\"email_from\":\"email@sub.morganrand.com\",\"email_from_name\":\"Wanderfuls\",\"email_to_2\":\"dgebilaguin@gmail.com\",\"email_subject_2\":\"New message from \\\"Wanderfuls\\\"\",\"email_from_2\":\"email@sub.morganrand.com\",\"email_from_name_2\":\"Wanderfuls\",\"email_reply_to_2\":\"dgebilaguin@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2cb91d0b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#464646\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"3612d8be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7f59e782\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"7o3b1fs\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"7mj1o4u\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-google-plus\",\"_id\":\"7b6sjw9\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"0wh417m\"},{\"social\":\"fa fa-tumblr\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"agdym3r\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"rgba(0,0,0,0)\",\"icon_size\":{\"unit\":\"px\",\"size\":30},\"icon_spacing\":{\"unit\":\"px\",\"size\":14},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":25},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(909,175,'_wp_attached_file','2019/03/Wanderfuls-Teaser-Short-2.mp4'),(910,175,'_wp_attachment_metadata','a:10:{s:8:\"filesize\";i:4513241;s:9:\"mime_type\";s:9:\"video/mp4\";s:6:\"length\";i:49;s:16:\"length_formatted\";s:4:\"0:49\";s:5:\"width\";i:640;s:6:\"height\";i:360;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:5:\"audio\";a:7:{s:10:\"dataformat\";s:3:\"mp4\";s:5:\"codec\";s:19:\"ISO/IEC 14496-3 AAC\";s:11:\"sample_rate\";d:44100;s:8:\"channels\";i:2;s:15:\"bits_per_sample\";i:16;s:8:\"lossless\";b:0;s:11:\"channelmode\";s:6:\"stereo\";}s:17:\"created_timestamp\";i:1498578452;}'),(918,177,'_wp_attached_file','2019/03/Wanderfuls-Teaser-Short-3.mp4'),(919,177,'_wp_attachment_metadata','a:10:{s:8:\"filesize\";i:4513241;s:9:\"mime_type\";s:9:\"video/mp4\";s:6:\"length\";i:49;s:16:\"length_formatted\";s:4:\"0:49\";s:5:\"width\";i:640;s:6:\"height\";i:360;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:5:\"audio\";a:7:{s:10:\"dataformat\";s:3:\"mp4\";s:5:\"codec\";s:19:\"ISO/IEC 14496-3 AAC\";s:11:\"sample_rate\";d:44100;s:8:\"channels\";i:2;s:15:\"bits_per_sample\";i:16;s:8:\"lossless\";b:0;s:11:\"channelmode\";s:6:\"stereo\";}s:17:\"created_timestamp\";i:1498578452;}'),(928,179,'_elementor_template_type','post'),(929,179,'_elementor_version','2.5.9'),(930,179,'_wp_page_template','default'),(931,179,'_elementor_page_settings','a:12:{s:21:\"background_color_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:23:\"background_color_b_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:25:\"background_gradient_angle\";a:3:{s:4:\"unit\";s:3:\"deg\";s:4:\"size\";i:180;s:5:\"sizes\";a:0:{}}s:15:\"background_xpos\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_xpos_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_xpos_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:15:\"background_ypos\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_ypos_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_ypos_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:19:\"background_bg_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:26:\"background_bg_width_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:26:\"background_bg_width_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}}'),(932,179,'_elementor_data','[{\"id\":\"4fbeaffe\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":80},\"background_background\":\"video\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":70},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":100},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"rgba(58,58,58,0.87)\",\"background_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=aqta2WEADgw\",\"background_video_fallback\":{\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/Wanderfuls-Teaser-Short-3.mp4\",\"id\":177}},\"elements\":[{\"id\":\"6232b1d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4908604e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Wanderfuls \\u2122\",\"title_color\":\"#e5329f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":70},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":60},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":65},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":53},\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3ac5eddb\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#e5329f\",\"width\":{\"unit\":\"%\",\"size\":30},\"align_mobile\":\"center\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"30c648f2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h1>Centerpiece and Party Favors in One!<\\/h1>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4f7aa0c4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Shop Now\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"background_color\":\"rgba(18,224,185,0)\",\"button_background_hover_color\":\"#e5329f\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e5329f\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"align_mobile\":\"center\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7d32eef3\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1300},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"80\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"5638e058\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"736df2ea\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-check-circle\",\"title_text\":\"Centerpieces That Double as Party Favors\",\"description_text\":\"Wanderfuls are designed to become an interactive part of your special day. What guest could forget the moment they remove their party favor from the centerpiece? <br\\/><br\\/> The Wanderfuls connect your guests to each other and to the magical moments of the event. These unique and memorable candy centerpieces are perfect for those once in a lifetime special events.\",\"position\":\"left\",\"primary_color\":\"#e5329f\",\"icon_space\":{\"unit\":\"px\",\"size\":18},\"icon_size\":{\"unit\":\"px\",\"size\":40},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#e5329f\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"title_size\":\"h2\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"25da2a06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6347ecab\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-check-circle\",\"title_text\":\"Customize and Design Your Own Centerpiece!\",\"description_text\":\"Our in-house designers will guide you through our customizable options, creating the perfect bouquet for the mood or theme of your event. Explore the different combinations and see them placed on a bouquet, until you find a design that you love!\\n<br\\/><br\\/>\\nChoose a coordinating color for the ribbon which spirals elegantly around and down the wand. For an extra special touch , you can choose to have imprinting on your Wanderfuls.\",\"position\":\"left\",\"primary_color\":\"#e5329f\",\"icon_space\":{\"unit\":\"px\",\"size\":18},\"icon_size\":{\"unit\":\"px\",\"size\":40},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#e5329f\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"title_size\":\"h2\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"1fdab9e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"71961474\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-check-circle\",\"title_text\":\"Centerpiece Ideas for All Types of Party\",\"description_text\":\"More than just traditional flower table decors for your special events. Wanderfuls gives you unique birthday centerpiece, graduation centerpiece, banquet centerpiece, anniversaries, holidays, and more... <br\\/> <br\\/>This is something so different and unique your guest will be amazed! These table decorations will create cherished memories that you and your guest will surely remember!\",\"position\":\"left\",\"primary_color\":\"#e5329f\",\"icon_space\":{\"unit\":\"px\",\"size\":18},\"icon_size\":{\"unit\":\"px\",\"size\":40},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#e5329f\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"title_size\":\"h2\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d1f7025\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"2145ac84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"26ba543f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":126,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/image_2019_03_21T07_09_41_778Z.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":70},\"width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"a267532\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0b001ac\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Wanderfuls is proud to offer a diverse color palette that represents every color of the rainbow, including many holographic, metallic and iridescent options.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"025\",\"isLinked\":false},\"_animation\":\"fadeInDown\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5ef36f13\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4be938f7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":128,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/Capture.jpg\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":33}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"68e5fd64\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"reverse_order_mobile\":\"reverse-mobile\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"15d8ab03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"287b019c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":130,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/Pics.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":30}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"13e581e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9e11fec\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>How many favors are in each centerpiece bouquet?<\\/p><p>The Classic Wanderfuls Arrangement combines the look of a flower bouquet with the bonus of a take home favor.\\u00a0 They are available in four sizes: 6, 8, 9, and 10.<\\/p><p>Consideration should be given to the amount of people seated per table and aesthetic preference when deciding a size<\\/p><p>\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"438d7c75\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"11076dfb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":80,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/255.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":85}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4344a0bd\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"40237ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1498afcf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":134,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/Candy-Collage-2.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":50},\"space_mobile\":{\"unit\":\"%\",\"size\":40}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"127e57cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8419d3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Imagine your party favors filled with colorful candies such as Jordan Almonds candy, Foil Wrapped Candy, Jelly Beans,Gumballs, Mini Jawbreakers, Mints, Kisses & more.<\\/p><p><span style=\\\"font-size: 15px;\\\">Don\'t see your favorite candy? We may have it! Check by calling 1-888-837-5021<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_gap_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_gap_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"drop_cap_size\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"drop_cap_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"drop_cap_border_radius\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_font_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_border_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79ffa662\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4d0a9838\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":139,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/candy-2538878_640.jpg\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":30}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24014d06\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"custom_height\":{\"unit\":\"vh\",\"size\":70},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"structure\":\"20\",\"background_color\":\"#464646\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"326b3892\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1c8538fc\",\"elType\":\"widget\",\"settings\":{\"title\":\"What is a Wanderfuls\\u2122 centerpiece?\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5c32583a\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#e5329f\",\"width\":{\"unit\":\"%\",\"size\":30},\"align_mobile\":\"center\",\"gap_tablet\":{\"unit\":\"px\",\"size\":2}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130350bc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Wanderfuls\\u2122 are custom, one-of-a-kind centerpieces made up of individual party favors! Wanderfuls\\u2122, the original all-in-one centerpiece, and party favor.<\\/p><p>Individual candy filled wands available in three lengths, wrapped in a beautiful colored ribbon of your choosing, imprinted with your message and party date, then topped with a bright fluffy hand-sewn pom with a colorful tassel center. the favors really look like flowers! Each favor slides easily into the base which can hold 6, 8, 9, 10, or 12 favors, creating your unique centerpiece.<\\/p><p>Your custom party decoration then transforms into individual takeaway favors your guests will treasure forever! 100\\u2019s of colors available to fit the theme and feel of any party. Personal one on one assistance from our talented in house designers and artists! Check out our website, play on our design tool program where you can impart your colors onto one of our beautiful centerpieces, making it truly your own.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"typography_font_weight\":\"300\",\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ff32be7\",\"elType\":\"widget\",\"settings\":{\"text\":\"View our designs\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"background_color\":\"rgba(18,224,185,0)\",\"button_background_hover_color\":\"#e5329f\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e5329f\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"35cd55ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.685,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"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},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"764b3d67\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"image\":{\"id\":147,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/1.jpg\"},\"_id\":\"fbe66s4\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":148,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/2.jpg\"},\"_id\":\"593jh4m\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":149,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/3.jpg\"},\"_id\":\"2u0yeyx\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":154,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/Kara-holding-the-Wanderfuls-centerpiece-we-designed-for-her-wedding..jpg\"},\"_id\":\"f6v9odr\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":156,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/miss-america-sweet-16-centerpeice-ideas.jpg\"},\"_id\":\"675a0h3\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"slides_per_view\":\"1\",\"height\":{\"unit\":\"px\",\"size\":530},\"width\":{\"unit\":\"%\",\"size\":85},\"show_arrows\":\"\",\"pagination_color\":\"#e5329f\",\"slides_per_view_tablet\":\"1\",\"height_tablet\":{\"unit\":\"px\",\"size\":390},\"height_mobile\":{\"unit\":\"px\",\"size\":317},\"width_tablet\":{\"unit\":\"px\",\"size\":279},\"width_mobile\":{\"unit\":\"px\",\"size\":309},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"media-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"36850847\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"200\",\"bottom\":\"30\",\"left\":\"200\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"376ba3cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1625f748\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet Mr. Wanderfuls\",\"title_color\":\"#464646\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"330044e1\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#e5329f\",\"width\":{\"unit\":\"%\",\"size\":20},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"510bcff7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"2\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeIn\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"1578775a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"54e21678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":159,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/Ken.jpg\"},\"caption\":\" Neil Gaiman - CTO\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_background_hover_background\":\"classic\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2b51225d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"10\",\"bottom\":\"3\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fcb91fe\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Kenneth Banschick has filed for patents to protect the following inventions. This listing includes patent applications that are pending as well as patents that have already been granted by the United States Patent and Trademark Office (USPTO).<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e93eab\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"column_position\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"none\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"7d9461e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"150\",\"left\":\"50\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"4628be1c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#464646\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align\":\"left\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"header_size\":\"h3\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"335c67e1\",\"elType\":\"widget\",\"settings\":{\"section_divider\":\"\",\"weight\":{\"unit\":\"px\",\"size\":\"3\"},\"color\":\"#12e0b9\",\"width\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"center\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5f2f3ba8\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon_list\":[{\"text\":\"+44 20 5540 1234\",\"icon\":\"fa fa-phone\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"kxo82hb\"},{\"text\":\"+44 35 9998 3245\",\"icon\":\"fa fa-mobile-phone\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"89z2tky\"},{\"text\":\"+44 20 5540 4433\",\"icon\":\"fa fa-fax\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"zi1l66f\"}],\"section_icon_style\":\"\",\"icon_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":30},\"icon_align_mobile\":\"center\",\"section_text_style\":\"\",\"text_indent\":{\"unit\":\"px\",\"size\":15},\"text_color\":\"#777777\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":2.3},\"icon_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"icon_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"space_between\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"34115220\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"background_size\":\"cover\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"background_overlay_background\":\"none\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.71},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"120\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"45\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"69e17028\",\"elType\":\"widget\",\"settings\":{\"section_form_fields\":\"\",\"form_name\":\"Sample Form\",\"form_fields\":[{\"field_type\":\"text\",\"field_label\":\"Name\",\"placeholder\":\"Name\",\"width\":\"33\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"qi8lqp1\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"email\",\"required\":true,\"field_label\":\"Email\",\"placeholder\":\"Email\",\"width\":\"33\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"8b28ttw\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"tel\",\"field_label\":\"Tel\",\"placeholder\":\"Tel\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width\":\"33\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"2gd0qrk\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"textarea\",\"field_label\":\"Message\",\"placeholder\":\"Message\",\"width\":\"100\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":\"6\",\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"1qsba9v\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"}],\"input_size\":\"md\",\"show_labels\":\"\",\"section_submit_button\":\"\",\"button_text\":\"Send\",\"button_size\":\"md\",\"section_form_options\":\"\",\"send_html\":\"\",\"success_message\":\"The message was sent successfully!\",\"error_message\":\"There\'s something wrong... Please fill in the required fields.\",\"required_field_message\":\"Required\",\"invalid_message\":\"There\'s something wrong... The form is invalid.\",\"section_form_style\":\"\",\"column_gap\":{\"unit\":\"px\",\"size\":\"20\"},\"row_gap\":{\"unit\":\"px\",\"size\":\"20\"},\"heading_label\":\"\",\"label_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"label_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"section_field_style\":\"\",\"field_text_color\":\"#464646\",\"field_typography_typography\":\"custom\",\"field_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"field_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"field_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"field_background_color\":\"rgba(191,201,209,0.26)\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_button_style\":\"\",\"tabs_button_style\":\"\",\"tab_button_normal\":\"\",\"button_text_color\":\"#464646\",\"button_typography_typography\":\"custom\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"button_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13},\"button_typography_text_transform\":\"uppercase\",\"button_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"button_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"button_background_color\":\"rgba(0,41,73,0)\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_border_color\":\"#12e0b9\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tab_button_hover\":\"\",\"button_hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#12e0b9\",\"button_hover_border_color\":\"#12e0b9\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"-100\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"55\",\"bottom\":\"55\",\"left\":\"55\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_section_background\":\"\",\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"_box_shadow_box_shadow_type\":\"outset\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":\"50\",\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.19)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"mark_required\":\"yes\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"subscriber_already_exists_message\":\"Subscriber already exist.\",\"email_to\":\"dgebilaguin@gmail.com\",\"email_subject\":\"New message from \\\"Wanderfuls\\\"\",\"email_from\":\"email@sub.morganrand.com\",\"email_from_name\":\"Wanderfuls\",\"email_to_2\":\"dgebilaguin@gmail.com\",\"email_subject_2\":\"New message from \\\"Wanderfuls\\\"\",\"email_from_2\":\"email@sub.morganrand.com\",\"email_from_name_2\":\"Wanderfuls\",\"email_reply_to_2\":\"dgebilaguin@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2cb91d0b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#464646\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"3612d8be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7f59e782\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"7o3b1fs\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"7mj1o4u\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-google-plus\",\"_id\":\"7b6sjw9\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"0wh417m\"},{\"social\":\"fa fa-tumblr\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"agdym3r\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"rgba(0,0,0,0)\",\"icon_size\":{\"unit\":\"px\",\"size\":30},\"icon_spacing\":{\"unit\":\"px\",\"size\":14},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":25},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(927,179,'_elementor_edit_mode','builder'),(945,7,'_elementor_css','a:4:{s:4:\"time\";i:1553174214;s:5:\"fonts\";a:2:{i:0;s:16:\"Playfair Display\";i:1;s:6:\"Roboto\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(934,180,'_wp_trash_meta_status','publish'),(935,180,'_wp_trash_meta_time','1553174044'),(936,181,'_wp_trash_meta_status','publish'),(937,181,'_wp_trash_meta_time','1553174067'),(938,182,'_elementor_edit_mode','builder'),(939,182,'_elementor_template_type','post'),(940,182,'_elementor_version','2.5.9'),(941,182,'_wp_page_template','default'),(942,182,'_elementor_page_settings','a:12:{s:21:\"background_color_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:23:\"background_color_b_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:25:\"background_gradient_angle\";a:3:{s:4:\"unit\";s:3:\"deg\";s:4:\"size\";i:180;s:5:\"sizes\";a:0:{}}s:15:\"background_xpos\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_xpos_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_xpos_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:15:\"background_ypos\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_ypos_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_ypos_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:19:\"background_bg_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:26:\"background_bg_width_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:26:\"background_bg_width_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}}'),(943,182,'_elementor_data','[{\"id\":\"4fbeaffe\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":80},\"background_background\":\"video\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":70},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":100},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"rgba(58,58,58,0.87)\",\"background_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=aqta2WEADgw\",\"background_video_fallback\":{\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/Wanderfuls-Teaser-Short-3.mp4\",\"id\":177}},\"elements\":[{\"id\":\"6232b1d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"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}},\"elements\":[{\"id\":\"4908604e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Wanderfuls \\u2122\",\"title_color\":\"#e5329f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":70},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":60},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":65},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":53},\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3ac5eddb\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#e5329f\",\"width\":{\"unit\":\"%\",\"size\":30},\"align_mobile\":\"center\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"30c648f2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h1>Centerpiece and Party Favors in One!<\\/h1>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4f7aa0c4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Shop Now\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"background_color\":\"rgba(18,224,185,0)\",\"button_background_hover_color\":\"#e5329f\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e5329f\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"align_mobile\":\"center\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7d32eef3\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1300},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"80\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"5638e058\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"736df2ea\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-check-circle\",\"title_text\":\"Centerpieces That Double as Party Favors\",\"description_text\":\"Wanderfuls are designed to become an interactive part of your special day. What guest could forget the moment they remove their party favor from the centerpiece? <br\\/><br\\/> The Wanderfuls connect your guests to each other and to the magical moments of the event. These unique and memorable candy centerpieces are perfect for those once in a lifetime special events.\",\"position\":\"left\",\"primary_color\":\"#e5329f\",\"icon_space\":{\"unit\":\"px\",\"size\":18},\"icon_size\":{\"unit\":\"px\",\"size\":40},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#e5329f\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"title_size\":\"h2\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"25da2a06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6347ecab\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-check-circle\",\"title_text\":\"Customize and Design Your Own Centerpiece!\",\"description_text\":\"Our in-house designers will guide you through our customizable options, creating the perfect bouquet for the mood or theme of your event. Explore the different combinations and see them placed on a bouquet, until you find a design that you love!\\n<br\\/><br\\/>\\nChoose a coordinating color for the ribbon which spirals elegantly around and down the wand. For an extra special touch , you can choose to have imprinting on your Wanderfuls.\",\"position\":\"left\",\"primary_color\":\"#e5329f\",\"icon_space\":{\"unit\":\"px\",\"size\":18},\"icon_size\":{\"unit\":\"px\",\"size\":40},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#e5329f\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"title_size\":\"h2\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"1fdab9e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"71961474\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-check-circle\",\"title_text\":\"Centerpiece Ideas for All Types of Party\",\"description_text\":\"More than just traditional flower table decors for your special events. Wanderfuls gives you unique birthday centerpiece, graduation centerpiece, banquet centerpiece, anniversaries, holidays, and more... <br\\/> <br\\/>This is something so different and unique your guest will be amazed! These table decorations will create cherished memories that you and your guest will surely remember!\",\"position\":\"left\",\"primary_color\":\"#e5329f\",\"icon_space\":{\"unit\":\"px\",\"size\":18},\"icon_size\":{\"unit\":\"px\",\"size\":40},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_color\":\"#e5329f\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"description_color\":\"#464646\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"title_size\":\"h2\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d1f7025\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"2145ac84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"26ba543f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":126,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/image_2019_03_21T07_09_41_778Z.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":70},\"width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"a267532\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0b001ac\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Wanderfuls is proud to offer a diverse color palette that represents every color of the rainbow, including many holographic, metallic and iridescent options.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"025\",\"isLinked\":false},\"_animation\":\"fadeInDown\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5ef36f13\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4be938f7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":128,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/Capture.jpg\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":33}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"68e5fd64\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"reverse_order_mobile\":\"reverse-mobile\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"15d8ab03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"287b019c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":130,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/Pics.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":30}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"13e581e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9e11fec\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>How many favors are in each centerpiece bouquet?<\\/p><p>The Classic Wanderfuls Arrangement combines the look of a flower bouquet with the bonus of a take home favor.\\u00a0 They are available in four sizes: 6, 8, 9, and 10.<\\/p><p>Consideration should be given to the amount of people seated per table and aesthetic preference when deciding a size<\\/p><p>\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"438d7c75\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"11076dfb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":80,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/255.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":85}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4344a0bd\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"30\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"40237ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1498afcf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":134,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/Candy-Collage-2.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"space_tablet\":{\"unit\":\"%\",\"size\":50},\"space_mobile\":{\"unit\":\"%\",\"size\":40}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"127e57cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8419d3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Imagine your party favors filled with colorful candies such as Jordan Almonds candy, Foil Wrapped Candy, Jelly Beans,Gumballs, Mini Jawbreakers, Mints, Kisses & more.<\\/p><p><span style=\\\"font-size: 15px;\\\">Don\'t see your favorite candy? We may have it! Check by calling 1-888-837-5021<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_gap_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_gap_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"drop_cap_size\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"drop_cap_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"drop_cap_border_radius\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_font_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_border_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79ffa662\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4d0a9838\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":139,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/candy-2538878_640.jpg\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInRight\",\"space_tablet\":{\"unit\":\"%\",\"size\":40},\"space_mobile\":{\"unit\":\"%\",\"size\":30}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24014d06\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"custom_height\":{\"unit\":\"vh\",\"size\":70},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"structure\":\"20\",\"background_color\":\"#464646\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"326b3892\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1c8538fc\",\"elType\":\"widget\",\"settings\":{\"title\":\"What is a Wanderfuls\\u2122 centerpiece?\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5c32583a\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#e5329f\",\"width\":{\"unit\":\"%\",\"size\":30},\"align_mobile\":\"center\",\"gap_tablet\":{\"unit\":\"px\",\"size\":2}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130350bc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Wanderfuls\\u2122 are custom, one-of-a-kind centerpieces made up of individual party favors! Wanderfuls\\u2122, the original all-in-one centerpiece, and party favor.<\\/p><p>Individual candy filled wands available in three lengths, wrapped in a beautiful colored ribbon of your choosing, imprinted with your message and party date, then topped with a bright fluffy hand-sewn pom with a colorful tassel center. the favors really look like flowers! Each favor slides easily into the base which can hold 6, 8, 9, 10, or 12 favors, creating your unique centerpiece.<\\/p><p>Your custom party decoration then transforms into individual takeaway favors your guests will treasure forever! 100\\u2019s of colors available to fit the theme and feel of any party. Personal one on one assistance from our talented in house designers and artists! Check out our website, play on our design tool program where you can impart your colors onto one of our beautiful centerpieces, making it truly your own.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"typography_font_weight\":\"300\",\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ff32be7\",\"elType\":\"widget\",\"settings\":{\"text\":\"View our designs\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"background_color\":\"rgba(18,224,185,0)\",\"button_background_hover_color\":\"#e5329f\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#e5329f\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"35cd55ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.685,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"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},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"764b3d67\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"image\":{\"id\":147,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/1.jpg\"},\"_id\":\"fbe66s4\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":148,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/2.jpg\"},\"_id\":\"593jh4m\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":149,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/3.jpg\"},\"_id\":\"2u0yeyx\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":154,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/Kara-holding-the-Wanderfuls-centerpiece-we-designed-for-her-wedding..jpg\"},\"_id\":\"f6v9odr\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"image\":{\"id\":156,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/miss-america-sweet-16-centerpeice-ideas.jpg\"},\"_id\":\"675a0h3\",\"type\":\"image\",\"image_link_to_type\":\"file\",\"image_link_to\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"video\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"slides_per_view\":\"1\",\"height\":{\"unit\":\"px\",\"size\":530},\"width\":{\"unit\":\"%\",\"size\":85},\"show_arrows\":\"\",\"pagination_color\":\"#e5329f\",\"slides_per_view_tablet\":\"1\",\"height_tablet\":{\"unit\":\"px\",\"size\":390},\"height_mobile\":{\"unit\":\"px\",\"size\":317},\"width_tablet\":{\"unit\":\"px\",\"size\":279},\"width_mobile\":{\"unit\":\"px\",\"size\":309},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"media-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"36850847\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"200\",\"bottom\":\"30\",\"left\":\"200\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"376ba3cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1625f748\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet Mr. Wanderfuls\",\"title_color\":\"#464646\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"330044e1\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#e5329f\",\"width\":{\"unit\":\"%\",\"size\":20},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"510bcff7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"2\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeIn\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"1578775a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"54e21678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":159,\"url\":\"https:\\/\\/sub.morganrand.com\\/wp-content\\/uploads\\/2019\\/03\\/Ken.jpg\"},\"caption\":\" Neil Gaiman - CTO\",\"text_color\":\"#464646\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"caption_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"_background_hover_background\":\"classic\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2b51225d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"10\",\"bottom\":\"3\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fcb91fe\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Kenneth Banschick has filed for patents to protect the following inventions. This listing includes patent applications that are pending as well as patents that have already been granted by the United States Patent and Trademark Office (USPTO).<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e93eab\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"column_position\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"section_background\":\"\",\"background_background\":\"none\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"7d9461e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#fafafb\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"150\",\"left\":\"50\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"4628be1c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#464646\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_font_family\":\"Playfair Display\",\"typography_font_style\":\"oblique\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.7},\"align\":\"left\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"header_size\":\"h3\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"335c67e1\",\"elType\":\"widget\",\"settings\":{\"section_divider\":\"\",\"weight\":{\"unit\":\"px\",\"size\":\"3\"},\"color\":\"#12e0b9\",\"width\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"center\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5f2f3ba8\",\"elType\":\"widget\",\"settings\":{\"section_icon\":\"\",\"icon_list\":[{\"text\":\"+44 20 5540 1234\",\"icon\":\"fa fa-phone\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"kxo82hb\"},{\"text\":\"+44 35 9998 3245\",\"icon\":\"fa fa-mobile-phone\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"89z2tky\"},{\"text\":\"+44 20 5540 4433\",\"icon\":\"fa fa-fax\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"zi1l66f\"}],\"section_icon_style\":\"\",\"icon_color\":\"#464646\",\"icon_size\":{\"unit\":\"px\",\"size\":30},\"icon_align_mobile\":\"center\",\"section_text_style\":\"\",\"text_indent\":{\"unit\":\"px\",\"size\":15},\"text_color\":\"#777777\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":2.3},\"icon_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"icon_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"space_between\":{\"unit\":\"px\",\"size\":11}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"34115220\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"background_background\":\"classic\",\"background_color\":\"#e5e5e5\",\"background_size\":\"cover\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"background_overlay_background\":\"none\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.71},\"section_typo\":\"\",\"section_advanced\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"120\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"45\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"69e17028\",\"elType\":\"widget\",\"settings\":{\"section_form_fields\":\"\",\"form_name\":\"Sample Form\",\"form_fields\":[{\"field_type\":\"text\",\"field_label\":\"Name\",\"placeholder\":\"Name\",\"width\":\"33\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"qi8lqp1\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"email\",\"required\":true,\"field_label\":\"Email\",\"placeholder\":\"Email\",\"width\":\"33\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"8b28ttw\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"tel\",\"field_label\":\"Tel\",\"placeholder\":\"Tel\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width\":\"33\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"2gd0qrk\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"},{\"field_type\":\"textarea\",\"field_label\":\"Message\",\"placeholder\":\"Message\",\"width\":\"100\",\"required\":\"\",\"field_options\":\"\",\"inline_list\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":\"6\",\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"_id\":\"1qsba9v\",\"field_value\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"field_html\":\"\"}],\"input_size\":\"md\",\"show_labels\":\"\",\"section_submit_button\":\"\",\"button_text\":\"Send\",\"button_size\":\"md\",\"section_form_options\":\"\",\"send_html\":\"\",\"success_message\":\"The message was sent successfully!\",\"error_message\":\"There\'s something wrong... Please fill in the required fields.\",\"required_field_message\":\"Required\",\"invalid_message\":\"There\'s something wrong... The form is invalid.\",\"section_form_style\":\"\",\"column_gap\":{\"unit\":\"px\",\"size\":\"20\"},\"row_gap\":{\"unit\":\"px\",\"size\":\"20\"},\"heading_label\":\"\",\"label_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"label_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"section_field_style\":\"\",\"field_text_color\":\"#464646\",\"field_typography_typography\":\"custom\",\"field_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"field_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"field_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"field_background_color\":\"rgba(191,201,209,0.26)\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_button_style\":\"\",\"tabs_button_style\":\"\",\"tab_button_normal\":\"\",\"button_text_color\":\"#464646\",\"button_typography_typography\":\"custom\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"button_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13},\"button_typography_text_transform\":\"uppercase\",\"button_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"button_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":3},\"button_background_color\":\"rgba(0,41,73,0)\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_border_color\":\"#12e0b9\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tab_button_hover\":\"\",\"button_hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#12e0b9\",\"button_hover_border_color\":\"#12e0b9\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"-100\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"55\",\"bottom\":\"55\",\"left\":\"55\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_section_background\":\"\",\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"_box_shadow_box_shadow_type\":\"outset\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":\"50\",\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.19)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"mark_required\":\"yes\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"subscriber_already_exists_message\":\"Subscriber already exist.\",\"email_to\":\"dgebilaguin@gmail.com\",\"email_subject\":\"New message from \\\"Wanderfuls\\\"\",\"email_from\":\"email@sub.morganrand.com\",\"email_from_name\":\"Wanderfuls\",\"email_to_2\":\"dgebilaguin@gmail.com\",\"email_subject_2\":\"New message from \\\"Wanderfuls\\\"\",\"email_from_2\":\"email@sub.morganrand.com\",\"email_from_name_2\":\"Wanderfuls\",\"email_reply_to_2\":\"dgebilaguin@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2cb91d0b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#464646\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_timestamp_\":\"v1aEJ6UlFKa09heVFTUGFOamE1Skt4Zz09\"},\"elements\":[{\"id\":\"3612d8be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7f59e782\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"7o3b1fs\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"7mj1o4u\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-google-plus\",\"_id\":\"7b6sjw9\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-linkedin\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"0wh417m\"},{\"social\":\"fa fa-tumblr\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"agdym3r\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"rgba(0,0,0,0)\",\"icon_size\":{\"unit\":\"px\",\"size\":30},\"icon_spacing\":{\"unit\":\"px\",\"size\":14},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":25},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(944,182,'_elementor_css','a:4:{s:4:\"time\";i:1553173930;s:5:\"fonts\";a:2:{i:0;s:16:\"Playfair Display\";i:1;s:6:\"Roboto\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}');
/*!40000 ALTER TABLE `wpav_postmeta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wpav_posts`
--
DROP TABLE IF EXISTS `wpav_posts`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpav_posts` (
`ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`post_author` bigint(20) unsigned NOT NULL DEFAULT '0',
`post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`post_content` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
`post_title` text COLLATE utf8mb4_unicode_ci NOT NULL,
`post_excerpt` text COLLATE utf8mb4_unicode_ci NOT NULL,
`post_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'publish',
`comment_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open',
`ping_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open',
`post_password` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`post_name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`to_ping` text COLLATE utf8mb4_unicode_ci NOT NULL,
`pinged` text COLLATE utf8mb4_unicode_ci NOT NULL,
`post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`post_content_filtered` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
`post_parent` bigint(20) unsigned NOT NULL DEFAULT '0',
`guid` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`menu_order` int(11) NOT NULL DEFAULT '0',
`post_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'post',
`post_mime_type` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`comment_count` bigint(20) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`),
KEY `post_name` (`post_name`(191)),
KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
KEY `post_parent` (`post_parent`),
KEY `post_author` (`post_author`)
) ENGINE=MyISAM AUTO_INCREMENT=183 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wpav_posts`
--
LOCK TABLES `wpav_posts` WRITE;
/*!40000 ALTER TABLE `wpav_posts` DISABLE KEYS */;
INSERT INTO `wpav_posts` VALUES (10,1,'2019-03-16 06:10:10','2019-03-16 06:10:10','','About Us','','inherit','closed','closed','','9-revision-v1','','','2019-03-16 06:10:10','2019-03-16 06:10:10','',9,'http://sub.morganrand.com/9-revision-v1/',0,'revision','',0),(11,1,'2019-03-16 06:10:30','2019-03-16 06:10:30','','Event Gallery','','publish','closed','closed','','event-gallery','','','2019-03-16 06:10:30','2019-03-16 06:10:30','',0,'http://sub.morganrand.com/?page_id=11',0,'page','',0),(2,1,'2019-03-15 08:35:30','2019-03-15 08:35:30','<!-- wp:paragraph -->\n<p>This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like piña coladas. (And gettin\' caught in the rain.)</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>...or something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>As a new WordPress user, you should go to <a href=\"http://sub.morganrand.com/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!</p>\n<!-- /wp:paragraph -->','Sample Page','','trash','closed','open','','sample-page__trashed','','','2019-03-16 06:12:25','2019-03-16 06:12:25','',0,'http://sub.morganrand.com/?page_id=2',0,'page','',0),(3,1,'2019-03-15 08:35:30','2019-03-15 08:35:30','<!-- wp:heading --><h2>Who we are</h2><!-- /wp:heading --><!-- wp:paragraph --><p>Our website address is: http://sub.morganrand.com.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>What personal data we collect and why we collect it</h2><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>Comments</h3><!-- /wp:heading --><!-- wp:paragraph --><p>When visitors leave comments on the site we collect the data shown in the comments form, and also the visitor’s IP address and browser user agent string to help spam detection.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>An anonymized string created from your email address (also called a hash) may be provided to the Gravatar service to see if you are using it. The Gravatar service privacy policy is available here: https://automattic.com/privacy/. After approval of your comment, your profile picture is visible to the public in the context of your comment.</p><!-- /wp:paragraph --><!-- wp:heading {\"level\":3} --><h3>Media</h3><!-- /wp:heading --><!-- wp:paragraph --><p>If you upload images to the website, you should avoid uploading images with embedded location data (EXIF GPS) included. Visitors to the website can download and extract any location data from images on the website.</p><!-- /wp:paragraph --><!-- wp:heading {\"level\":3} --><h3>Contact forms</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>Cookies</h3><!-- /wp:heading --><!-- wp:paragraph --><p>If you leave a comment on our site you may opt-in to saving your name, email address and website in cookies. These are for your convenience so that you do not have to fill in your details again when you leave another comment. These cookies will last for one year.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>If you have an account and you log in to this site, we will set a temporary cookie to determine if your browser accepts cookies. This cookie contains no personal data and is discarded when you close your browser.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>When you log in, we will also set up several cookies to save your login information and your screen display choices. Login cookies last for two days, and screen options cookies last for a year. If you select "Remember Me", your login will persist for two weeks. If you log out of your account, the login cookies will be removed.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>If you edit or publish an article, an additional cookie will be saved in your browser. This cookie includes no personal data and simply indicates the post ID of the article you just edited. It expires after 1 day.</p><!-- /wp:paragraph --><!-- wp:heading {\"level\":3} --><h3>Embedded content from other websites</h3><!-- /wp:heading --><!-- wp:paragraph --><p>Articles on this site may include embedded content (e.g. videos, images, articles, etc.). Embedded content from other websites behaves in the exact same way as if the visitor has visited the other website.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>These websites may collect data about you, use cookies, embed additional third-party tracking, and monitor your interaction with that embedded content, including tracking your interaction with the embedded content if you have an account and are logged in to that website.</p><!-- /wp:paragraph --><!-- wp:heading {\"level\":3} --><h3>Analytics</h3><!-- /wp:heading --><!-- wp:heading --><h2>Who we share your data with</h2><!-- /wp:heading --><!-- wp:heading --><h2>How long we retain your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p>If you leave a comment, the comment and its metadata are retained indefinitely. This is so we can recognize and approve any follow-up comments automatically instead of holding them in a moderation queue.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>For users that register on our website (if any), we also store the personal information they provide in their user profile. All users can see, edit, or delete their personal information at any time (except they cannot change their username). Website administrators can also see and edit that information.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>What rights you have over your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p>If you have an account on this site, or have left comments, you can request to receive an exported file of the personal data we hold about you, including any data you have provided to us. You can also request that we erase any personal data we hold about you. This does not include any data we are obliged to keep for administrative, legal, or security purposes.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Where we send your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p>Visitor comments may be checked through an automated spam detection service.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Your contact information</h2><!-- /wp:heading --><!-- wp:heading --><h2>Additional information</h2><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>How we protect your data</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>What data breach procedures we have in place</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>What third parties we receive data from</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>What automated decision making and/or profiling we do with user data</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>Industry regulatory disclosure requirements</h3><!-- /wp:heading -->','Privacy Policy','','trash','closed','open','','privacy-policy__trashed','','','2019-03-16 06:12:20','2019-03-16 06:12:20','',0,'http://sub.morganrand.com/?page_id=3',0,'page','',0),(7,1,'2019-03-16 06:09:52','2019-03-16 06:09:52','<h1>Wanderfuls ™</h1> \n <h1>Centerpiece and Party Favors in One!</h1> \n <a href=\"#\" role=\"button\">\n Shop Now\n </a>\n <h2>\n Centerpieces That Double as Party Favors\n </h2>\n <p>Wanderfuls are designed to become an interactive part of your special day. What guest could forget the moment they remove their party favor from the centerpiece? <br/><br/> The Wanderfuls connect your guests to each other and to the magical moments of the event. These unique and memorable candy centerpieces are perfect for those once in a lifetime special events.</p>\n <h2>\n Customize and Design Your Own Centerpiece!\n </h2>\n <p>Our in-house designers will guide you through our customizable options, creating the perfect bouquet for the mood or theme of your event. Explore the different combinations and see them placed on a bouquet, until you find a design that you love!\n<br/><br/>\nChoose a coordinating color for the ribbon which spirals elegantly around and down the wand. For an extra special touch , you can choose to have imprinting on your Wanderfuls.</p>\n <h2>\n Centerpiece Ideas for All Types of Party\n </h2>\n <p>More than just traditional flower table decors for your special events. Wanderfuls gives you unique birthday centerpiece, graduation centerpiece, banquet centerpiece, anniversaries, holidays, and more... <br/> <br/>This is something so different and unique your guest will be amazed! These table decorations will create cherished memories that you and your guest will surely remember!</p>\n <img width=\"758\" height=\"686\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/image_2019_03_21T07_09_41_778Z.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/image_2019_03_21T07_09_41_778Z.png 758w, https://sub.morganrand.com/wp-content/uploads/2019/03/image_2019_03_21T07_09_41_778Z-300x272.png 300w\" sizes=\"(max-width: 758px) 100vw, 758px\" /> \n <p>Wanderfuls is proud to offer a diverse color palette that represents every color of the rainbow, including many holographic, metallic and iridescent options.</p> \n <img width=\"826\" height=\"641\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Capture.jpg\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Capture.jpg 826w, https://sub.morganrand.com/wp-content/uploads/2019/03/Capture-300x233.jpg 300w, https://sub.morganrand.com/wp-content/uploads/2019/03/Capture-768x596.jpg 768w\" sizes=\"(max-width: 826px) 100vw, 826px\" /> \n <img width=\"670\" height=\"569\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Pics.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Pics.png 670w, https://sub.morganrand.com/wp-content/uploads/2019/03/Pics-300x255.png 300w\" sizes=\"(max-width: 670px) 100vw, 670px\" /> \n <p>How many favors are in each centerpiece bouquet?</p><p>The Classic Wanderfuls Arrangement combines the look of a flower bouquet with the bonus of a take home favor. They are available in four sizes: 6, 8, 9, and 10.</p><p>Consideration should be given to the amount of people seated per table and aesthetic preference when deciding a size</p><p> </p> \n <img width=\"370\" height=\"216\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/255.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/255.png 370w, https://sub.morganrand.com/wp-content/uploads/2019/03/255-300x175.png 300w\" sizes=\"(max-width: 370px) 100vw, 370px\" /> \n <img width=\"1024\" height=\"768\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Candy-Collage-2-1024x768.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Candy-Collage-2-1024x768.png 1024w, https://sub.morganrand.com/wp-content/uploads/2019/03/Candy-Collage-2-300x225.png 300w, https://sub.morganrand.com/wp-content/uploads/2019/03/Candy-Collage-2-768x576.png 768w, https://sub.morganrand.com/wp-content/uploads/2019/03/Candy-Collage-2.png 1170w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /> \n <p>Imagine your party favors filled with colorful candies such as Jordan Almonds candy, Foil Wrapped Candy, Jelly Beans,Gumballs, Mini Jawbreakers, Mints, Kisses & more.</p><p>Don\'t see your favorite candy? We may have it! Check by calling 1-888-837-5021</p> \n <img width=\"640\" height=\"426\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/candy-2538878_640.jpg\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/candy-2538878_640.jpg 640w, https://sub.morganrand.com/wp-content/uploads/2019/03/candy-2538878_640-300x200.jpg 300w\" sizes=\"(max-width: 640px) 100vw, 640px\" /> \n <h2>What is a Wanderfuls™ centerpiece?</h2> \n <p>Wanderfuls™ are custom, one-of-a-kind centerpieces made up of individual party favors! Wanderfuls™, the original all-in-one centerpiece, and party favor.</p><p>Individual candy filled wands available in three lengths, wrapped in a beautiful colored ribbon of your choosing, imprinted with your message and party date, then topped with a bright fluffy hand-sewn pom with a colorful tassel center. the favors really look like flowers! Each favor slides easily into the base which can hold 6, 8, 9, 10, or 12 favors, creating your unique centerpiece.</p><p>Your custom party decoration then transforms into individual takeaway favors your guests will treasure forever! 100’s of colors available to fit the theme and feel of any party. Personal one on one assistance from our talented in house designers and artists! Check out our website, play on our design tool program where you can impart your colors onto one of our beautiful centerpieces, making it truly your own.</p> \n <a href=\"#\" role=\"button\">\n View our designs\n </a>\n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/1.jpg\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"0\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/2.jpg\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"1\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/3.jpg\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"2\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Kara-holding-the-Wanderfuls-centerpiece-we-designed-for-her-wedding..jpg\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"3\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/miss-america-sweet-16-centerpeice-ideas.jpg\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"4\"> \n </a> \n <h3>Meet Mr. Wanderfuls</h3> \n <img width=\"180\" height=\"180\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Ken.jpg\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Ken.jpg 180w, https://sub.morganrand.com/wp-content/uploads/2019/03/Ken-150x150.jpg 150w\" sizes=\"(max-width: 180px) 100vw, 180px\" /> \n <p>Kenneth Banschick has filed for patents to protect the following inventions. This listing includes patent applications that are pending as well as patents that have already been granted by the United States Patent and Trademark Office (USPTO).</p> \n <h3>Contact Us</h3> \n <ul>\n <li >\n +44 20 5540 1234\n </li>\n <li >\n +44 35 9998 3245\n </li>\n <li >\n +44 20 5540 4433\n </li>\n </ul>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Google-plus\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Tumblr\n </a>','Home','','publish','closed','closed','','home','','','2019-03-21 13:16:33','2019-03-21 13:16:33','',0,'http://sub.morganrand.com/?page_id=7',0,'page','',0),(8,1,'2019-03-16 06:09:52','2019-03-16 06:09:52','','Home','','inherit','closed','closed','','7-revision-v1','','','2019-03-16 06:09:52','2019-03-16 06:09:52','',7,'http://sub.morganrand.com/7-revision-v1/',0,'revision','',0),(9,1,'2019-03-16 06:10:10','2019-03-16 06:10:10','','About Us','','publish','closed','closed','','about-us','','','2019-03-16 06:10:10','2019-03-16 06:10:10','',0,'http://sub.morganrand.com/?page_id=9',0,'page','',0),(12,1,'2019-03-16 06:10:30','2019-03-16 06:10:30','','Event Gallery','','inherit','closed','closed','','11-revision-v1','','','2019-03-16 06:10:30','2019-03-16 06:10:30','',11,'http://sub.morganrand.com/11-revision-v1/',0,'revision','',0),(13,1,'2019-03-16 06:11:28','2019-03-16 06:11:28','','Affiliates','','publish','closed','closed','','affiliates','','','2019-03-16 06:11:28','2019-03-16 06:11:28','',0,'http://sub.morganrand.com/?page_id=13',0,'page','',0),(14,1,'2019-03-16 06:11:28','2019-03-16 06:11:28','','Affiliates','','inherit','closed','closed','','13-revision-v1','','','2019-03-16 06:11:28','2019-03-16 06:11:28','',13,'http://sub.morganrand.com/13-revision-v1/',0,'revision','',0),(15,1,'2019-03-16 06:11:41','2019-03-16 06:11:41','','How to Order','','publish','closed','closed','','how-to-order','','','2019-03-21 06:04:25','2019-03-21 06:04:25','',0,'http://sub.morganrand.com/?page_id=15',0,'page','',0),(16,1,'2019-03-16 06:11:41','2019-03-16 06:11:41','','How to Order','','inherit','closed','closed','','15-revision-v1','','','2019-03-16 06:11:41','2019-03-16 06:11:41','',15,'http://sub.morganrand.com/15-revision-v1/',0,'revision','',0),(17,1,'2019-03-16 06:12:07','2019-03-16 06:12:07','','Contact Us','','publish','closed','closed','','contact-us','','','2019-03-16 06:12:07','2019-03-16 06:12:07','',0,'http://sub.morganrand.com/?page_id=17',0,'page','',0),(18,1,'2019-03-16 06:12:07','2019-03-16 06:12:07','','Contact Us','','inherit','closed','closed','','17-revision-v1','','','2019-03-16 06:12:07','2019-03-16 06:12:07','',17,'http://sub.morganrand.com/17-revision-v1/',0,'revision','',0),(19,1,'2019-03-16 06:12:20','2019-03-16 06:12:20','<!-- wp:heading --><h2>Who we are</h2><!-- /wp:heading --><!-- wp:paragraph --><p>Our website address is: http://sub.morganrand.com.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>What personal data we collect and why we collect it</h2><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>Comments</h3><!-- /wp:heading --><!-- wp:paragraph --><p>When visitors leave comments on the site we collect the data shown in the comments form, and also the visitor’s IP address and browser user agent string to help spam detection.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>An anonymized string created from your email address (also called a hash) may be provided to the Gravatar service to see if you are using it. The Gravatar service privacy policy is available here: https://automattic.com/privacy/. After approval of your comment, your profile picture is visible to the public in the context of your comment.</p><!-- /wp:paragraph --><!-- wp:heading {\"level\":3} --><h3>Media</h3><!-- /wp:heading --><!-- wp:paragraph --><p>If you upload images to the website, you should avoid uploading images with embedded location data (EXIF GPS) included. Visitors to the website can download and extract any location data from images on the website.</p><!-- /wp:paragraph --><!-- wp:heading {\"level\":3} --><h3>Contact forms</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>Cookies</h3><!-- /wp:heading --><!-- wp:paragraph --><p>If you leave a comment on our site you may opt-in to saving your name, email address and website in cookies. These are for your convenience so that you do not have to fill in your details again when you leave another comment. These cookies will last for one year.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>If you have an account and you log in to this site, we will set a temporary cookie to determine if your browser accepts cookies. This cookie contains no personal data and is discarded when you close your browser.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>When you log in, we will also set up several cookies to save your login information and your screen display choices. Login cookies last for two days, and screen options cookies last for a year. If you select "Remember Me", your login will persist for two weeks. If you log out of your account, the login cookies will be removed.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>If you edit or publish an article, an additional cookie will be saved in your browser. This cookie includes no personal data and simply indicates the post ID of the article you just edited. It expires after 1 day.</p><!-- /wp:paragraph --><!-- wp:heading {\"level\":3} --><h3>Embedded content from other websites</h3><!-- /wp:heading --><!-- wp:paragraph --><p>Articles on this site may include embedded content (e.g. videos, images, articles, etc.). Embedded content from other websites behaves in the exact same way as if the visitor has visited the other website.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>These websites may collect data about you, use cookies, embed additional third-party tracking, and monitor your interaction with that embedded content, including tracking your interaction with the embedded content if you have an account and are logged in to that website.</p><!-- /wp:paragraph --><!-- wp:heading {\"level\":3} --><h3>Analytics</h3><!-- /wp:heading --><!-- wp:heading --><h2>Who we share your data with</h2><!-- /wp:heading --><!-- wp:heading --><h2>How long we retain your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p>If you leave a comment, the comment and its metadata are retained indefinitely. This is so we can recognize and approve any follow-up comments automatically instead of holding them in a moderation queue.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>For users that register on our website (if any), we also store the personal information they provide in their user profile. All users can see, edit, or delete their personal information at any time (except they cannot change their username). Website administrators can also see and edit that information.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>What rights you have over your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p>If you have an account on this site, or have left comments, you can request to receive an exported file of the personal data we hold about you, including any data you have provided to us. You can also request that we erase any personal data we hold about you. This does not include any data we are obliged to keep for administrative, legal, or security purposes.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Where we send your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p>Visitor comments may be checked through an automated spam detection service.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Your contact information</h2><!-- /wp:heading --><!-- wp:heading --><h2>Additional information</h2><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>How we protect your data</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>What data breach procedures we have in place</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>What third parties we receive data from</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>What automated decision making and/or profiling we do with user data</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>Industry regulatory disclosure requirements</h3><!-- /wp:heading -->','Privacy Policy','','inherit','closed','closed','','3-revision-v1','','','2019-03-16 06:12:20','2019-03-16 06:12:20','',3,'http://sub.morganrand.com/3-revision-v1/',0,'revision','',0),(20,1,'2019-03-16 06:12:25','2019-03-16 06:12:25','<!-- wp:paragraph -->\n<p>This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like piña coladas. (And gettin\' caught in the rain.)</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>...or something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>As a new WordPress user, you should go to <a href=\"http://sub.morganrand.com/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!</p>\n<!-- /wp:paragraph -->','Sample Page','','inherit','closed','closed','','2-revision-v1','','','2019-03-16 06:12:25','2019-03-16 06:12:25','',2,'http://sub.morganrand.com/2-revision-v1/',0,'revision','',0),(21,1,'2019-03-16 06:12:49','0000-00-00 00:00:00','','Auto Draft','','auto-draft','closed','closed','','','','','2019-03-16 06:12:49','0000-00-00 00:00:00','',0,'http://sub.morganrand.com/?page_id=21',0,'page','',0),(23,1,'2019-03-16 06:13:50','2019-03-16 06:13:50',' ','','','publish','closed','closed','','23','','','2019-03-16 06:14:49','2019-03-16 06:14:49','',0,'http://sub.morganrand.com/?p=23',1,'nav_menu_item','',0),(24,1,'2019-03-16 06:13:50','2019-03-16 06:13:50',' ','','','publish','closed','closed','','24','','','2019-03-16 06:14:49','2019-03-16 06:14:49','',0,'http://sub.morganrand.com/?p=24',3,'nav_menu_item','',0),(25,1,'2019-03-16 06:13:50','2019-03-16 06:13:50',' ','','','publish','closed','closed','','25','','','2019-03-16 06:14:49','2019-03-16 06:14:49','',0,'http://sub.morganrand.com/?p=25',5,'nav_menu_item','',0),(26,1,'2019-03-16 06:13:50','2019-03-16 06:13:50',' ','','','publish','closed','closed','','26','','','2019-03-16 06:14:49','2019-03-16 06:14:49','',0,'http://sub.morganrand.com/?p=26',2,'nav_menu_item','',0),(27,1,'2019-03-16 06:13:04','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2019-03-16 06:13:04','0000-00-00 00:00:00','',0,'http://sub.morganrand.com/?p=27',1,'nav_menu_item','',0),(28,1,'2019-03-16 06:13:50','2019-03-16 06:13:50',' ','','','publish','closed','closed','','28','','','2019-03-16 06:14:49','2019-03-16 06:14:49','',0,'http://sub.morganrand.com/?p=28',4,'nav_menu_item','',0),(30,1,'2019-03-16 07:25:39','2019-03-16 07:25:39','','cropped-LOGO-385x71','','inherit','open','closed','','cropped-logo-385x71','','','2019-03-16 07:25:39','2019-03-16 07:25:39','',0,'http://sub.morganrand.com/wp-content/uploads/2019/03/cropped-LOGO-385x71.png',0,'attachment','image/png',0),(29,1,'2019-03-16 06:14:08','0000-00-00 00:00:00','','Auto Draft','','auto-draft','closed','closed','','','','','2019-03-16 06:14:08','0000-00-00 00:00:00','',0,'http://sub.morganrand.com/?page_id=29',0,'page','',0),(31,1,'2019-03-16 07:25:59','2019-03-16 07:25:59','{\n \"oceanwp::custom_logo\": {\n \"value\": 30,\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-03-16 07:25:59\"\n }\n}','','','trash','closed','closed','','a99a8b3d-77b9-47ed-bd69-b0c91932970f','','','2019-03-16 07:25:59','2019-03-16 07:25:59','',0,'http://sub.morganrand.com/a99a8b3d-77b9-47ed-bd69-b0c91932970f/',0,'customize_changeset','',0),(32,1,'2019-03-16 07:26:35','2019-03-16 07:26:35','{\n \"oceanwp::ocean_logo_max_width\": {\n \"value\": \"200\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-03-16 07:26:35\"\n }\n}','','','trash','closed','closed','','859bede6-ef14-4cc3-8631-2da2a6670329','','','2019-03-16 07:26:35','2019-03-16 07:26:35','',0,'http://sub.morganrand.com/859bede6-ef14-4cc3-8631-2da2a6670329/',0,'customize_changeset','',0),(33,1,'2019-03-16 07:37:13','2019-03-16 07:37:13','{\n \"oceanwp::ocean_page_single_layout\": {\n \"value\": \"full-width\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-03-16 07:37:13\"\n }\n}','','','trash','closed','closed','','863d39b8-9fc2-4468-9079-a1886c13859e','','','2019-03-16 07:37:13','2019-03-16 07:37:13','',0,'http://sub.morganrand.com/863d39b8-9fc2-4468-9079-a1886c13859e/',0,'customize_changeset','',0),(34,2,'2019-03-16 07:39:48','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2019-03-16 07:39:48','0000-00-00 00:00:00','',0,'https://sub.morganrand.com/?p=34',0,'post','',0),(36,2,'2019-03-16 07:43:13','2019-03-16 07:43:13','{\n \"oceanwp::ocean_page_header_style\": {\n \"value\": \"hidden\",\n \"type\": \"theme_mod\",\n \"user_id\": 2,\n \"date_modified_gmt\": \"2019-03-16 07:43:13\"\n }\n}','','','trash','closed','closed','','39b28cff-1745-4288-89eb-6bb26efe55d5','','','2019-03-16 07:43:13','2019-03-16 07:43:13','',0,'https://sub.morganrand.com/39b28cff-1745-4288-89eb-6bb26efe55d5/',0,'customize_changeset','',0),(37,2,'2019-03-16 07:48:16','2019-03-16 07:48:16','{\n \"oceanwp::ocean_page_single_layout\": {\n \"value\": \"full-screen\",\n \"type\": \"theme_mod\",\n \"user_id\": 2,\n \"date_modified_gmt\": \"2019-03-16 07:48:16\"\n }\n}','','','trash','closed','closed','','35399725-5bb5-4fa1-8b7f-f60d557db57c','','','2019-03-16 07:48:16','2019-03-16 07:48:16','',0,'https://sub.morganrand.com/35399725-5bb5-4fa1-8b7f-f60d557db57c/',0,'customize_changeset','',0),(38,2,'2019-03-16 07:50:50','2019-03-16 07:50:50','','Group-10.png','','inherit','open','closed','','group-10-png','','','2019-03-16 07:50:50','2019-03-16 07:50:50','',0,'https://sub.morganrand.com/wp-content/uploads/2019/03/Group-10.png',0,'attachment','image/png',0),(39,2,'2019-03-16 07:50:50','2019-03-16 07:50:50','','w7uj5m9wf5q-emma-miller.png','','inherit','open','closed','','w7uj5m9wf5q-emma-miller-png','','','2019-03-16 07:50:50','2019-03-16 07:50:50','',0,'https://sub.morganrand.com/wp-content/uploads/2019/03/w7uj5m9wf5q-emma-miller.png',0,'attachment','image/png',0),(40,2,'2019-03-16 07:50:50','2019-03-16 07:50:50','','d-2.png','','inherit','open','closed','','d-2-png','','','2019-03-16 07:50:50','2019-03-16 07:50:50','',0,'https://sub.morganrand.com/wp-content/uploads/2019/03/d-2.png',0,'attachment','image/png',0),(41,2,'2019-03-16 07:50:51','2019-03-16 07:50:51','','Group-37.png','','inherit','open','closed','','group-37-png','','','2019-03-16 07:50:51','2019-03-16 07:50:51','',0,'https://sub.morganrand.com/wp-content/uploads/2019/03/Group-37.png',0,'attachment','image/png',0),(42,2,'2019-03-16 07:54:31','2019-03-16 07:54:31','<h2>Trusted app</h2> \n <h2>50K+</h2> \n <p>Active Installs</p> \n <h2>65</h2> \n <p>Destinations</p> \n <h2>22</h2> \n <p>Airlines</p> \n <h2>13K+</h2> \n <p>Premium Users </p> \n <h2>Testimonials</h2> \n <figure><img width=\"222\" height=\"222\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/d-2.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/d-2.png 222w, https://sub.morganrand.com/wp-content/uploads/2019/03/d-2-150x150.png 150w\" sizes=\"(max-width: 222px) 100vw, 222px\" /></figure><h3>Steve Miller, Job description</h3><p>Company</p> \n <p>Talking chamber as shewing an it minutes. Trees fully of blind do. Exquisite favourite at do extensive listening. Improve up musical welcome he. Gay attended vicinity prepared now diverted. Esteems it ye sending reached as. Longer lively her design settle tastes advice mrs off who. Up maids me an ample stood given. Certainty say suffering his him collected intention promotion. Hill sold ham men made lose case. Views abode law heard jokes too. Was are delightful solicitude discovered collecting man day.</p> \n <h2>Pricing </h2> \n <h3>Free</h3>\n $ 0\n / Yearly \n <ul>\n <li>\n Lorem ipsum dolor \n </li>\n <li>\n Consectetur adipiscing elit \n </li>\n <li>\n Sit amet, consectetur adipiscing \n </li>\n <li>\n Consequat lacus condimentum \n </li>\n <li>\n Etiam aliquet ex elit \n </li>\n </ul>\n <a href=\"#\">Try it!</a>\n <h3>Premium </h3>\n $ 15\n / Yearly \n <ul>\n <li>\n Lorem ipsum dolor \n </li>\n <li>\n Consectetur adipiscing elit \n </li>\n <li>\n Sit amet, consectetur adipiscing \n </li>\n <li>\n Consequat lacus condimentum \n </li>\n <li>\n Etiam aliquet ex elit \n </li>\n </ul>\n <a href=\"#\">Buy now</a>\n Popular\n <h3>tEAM</h3>\n $ 45\n / Yearly \n <ul>\n <li>\n Lorem ipsum dolor \n </li>\n <li>\n Consectetur adipiscing elit \n </li>\n <li>\n Sit amet, consectetur adipiscing \n </li>\n <li>\n Consequat lacus condimentum \n </li>\n <li>\n Etiam aliquet ex elit \n </li>\n </ul>\n <a href=\"#\">Try it!</a>\n <h3>\n The compony\n </h3>\n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. \n<br><br>Copyright © Elementor LTD.</p>\n <h3>\n Press\n </h3>\n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. \n<br><br>consectetur adipiscing elit</p>\n <h3>\n Trust & Safety\n </h3>\n <p>Morbi pellentesque, urna et volutpat iaculis, nunc risus pulvinar lacus, a pharetra urna lorem eu tellus.</p>\n <h3>\n Need Help?\n </h3>\n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. \n<br><br>suppot@gmail.com\n</p>','Home','','inherit','closed','closed','','7-revision-v1','','','2019-03-16 07:54:31','2019-03-16 07:54:31','',7,'https://sub.morganrand.com/7-revision-v1/',0,'revision','',0),(43,2,'2019-03-16 07:57:26','2019-03-16 07:57:26','','selection','','inherit','open','closed','','selection','','','2019-03-16 07:57:26','2019-03-16 07:57:26','',7,'https://sub.morganrand.com/wp-content/uploads/2019/03/selection.gif',0,'attachment','image/gif',0),(44,2,'2019-03-16 07:59:42','2019-03-16 07:59:42','<h2>Trusted app</h2> \n <h2>50K+</h2> \n <p>Active Installs</p> \n <h2>65</h2> \n <p>Destinations</p> \n <h2>22</h2> \n <p>Airlines</p> \n <h2>13K+</h2> \n <p>Premium Users </p> \n <h2>Testimonials</h2> \n <figure><img width=\"222\" height=\"222\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/d-2.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/d-2.png 222w, https://sub.morganrand.com/wp-content/uploads/2019/03/d-2-150x150.png 150w\" sizes=\"(max-width: 222px) 100vw, 222px\" /></figure><h3>Steve Miller, Job description</h3><p>Company</p> \n <p>Talking chamber as shewing an it minutes. Trees fully of blind do. Exquisite favourite at do extensive listening. Improve up musical welcome he. Gay attended vicinity prepared now diverted. Esteems it ye sending reached as. Longer lively her design settle tastes advice mrs off who. Up maids me an ample stood given. Certainty say suffering his him collected intention promotion. Hill sold ham men made lose case. Views abode law heard jokes too. Was are delightful solicitude discovered collecting man day.</p> \n <h2>Pricing </h2> \n <h3>Free</h3>\n $ 0\n / Yearly \n <ul>\n <li>\n Lorem ipsum dolor \n </li>\n <li>\n Consectetur adipiscing elit \n </li>\n <li>\n Sit amet, consectetur adipiscing \n </li>\n <li>\n Consequat lacus condimentum \n </li>\n <li>\n Etiam aliquet ex elit \n </li>\n </ul>\n <a href=\"#\">Try it!</a>\n <h3>Premium </h3>\n $ 15\n / Yearly \n <ul>\n <li>\n Lorem ipsum dolor \n </li>\n <li>\n Consectetur adipiscing elit \n </li>\n <li>\n Sit amet, consectetur adipiscing \n </li>\n <li>\n Consequat lacus condimentum \n </li>\n <li>\n Etiam aliquet ex elit \n </li>\n </ul>\n <a href=\"#\">Buy now</a>\n Popular\n <h3>tEAM</h3>\n $ 45\n / Yearly \n <ul>\n <li>\n Lorem ipsum dolor \n </li>\n <li>\n Consectetur adipiscing elit \n </li>\n <li>\n Sit amet, consectetur adipiscing \n </li>\n <li>\n Consequat lacus condimentum \n </li>\n <li>\n Etiam aliquet ex elit \n </li>\n </ul>\n <a href=\"#\">Try it!</a>\n <h3>\n The compony\n </h3>\n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. \n<br><br>Copyright © Elementor LTD.</p>\n <h3>\n Press\n </h3>\n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. \n<br><br>consectetur adipiscing elit</p>\n <h3>\n Trust & Safety\n </h3>\n <p>Morbi pellentesque, urna et volutpat iaculis, nunc risus pulvinar lacus, a pharetra urna lorem eu tellus.</p>\n <h3>\n Need Help?\n </h3>\n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. \n<br><br>suppot@gmail.com\n</p>','Home','','inherit','closed','closed','','7-revision-v1','','','2019-03-16 07:59:42','2019-03-16 07:59:42','',7,'https://sub.morganrand.com/7-revision-v1/',0,'revision','',0),(45,2,'2019-03-16 08:14:19','2019-03-16 08:14:19','<ul>\n <li >\n <a href=\"tel:18888375021\"> \n 1-888-837-5021\n </a>\n </li>\n <li >\n Mon - Fri: 10:00 - 19:00 EST\n </li>\n </ul>\n <a href=\"https://www.facebook.com/Wanderfuls/\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"https://twitter.com/wanderfuls\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"https://www.instagram.com/wanderfuls/\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <a href=\"https://www.youtube.com/channel/UCTlqptsMt6rupKdWj7vBguQ\" target=\"_blank\" rel=\"noopener noreferrer\">\n Youtube\n </a>\n <a href=\"https://www.linkedin.com/in/ken-wanderfuls-ba7899132/\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>','Header General','','publish','closed','closed','','header-general','','','2019-03-21 08:45:36','2019-03-21 08:45:36','',0,'https://sub.morganrand.com/?post_type=elementor_library&p=45',0,'elementor_library','',0),(46,2,'2019-03-16 08:08:28','2019-03-16 08:08:28','','placeholder.png','','inherit','open','closed','','placeholder-png','','','2019-03-16 08:08:28','2019-03-16 08:08:28','',0,'https://sub.morganrand.com/wp-content/uploads/2019/03/placeholder.png',0,'attachment','image/png',0),(47,2,'2019-03-16 08:15:20','2019-03-16 08:15:20','<h3>\n 1123 Dog Hill Lane\n </h3>\n <p>Wilson, KS 67490\n</p>\n <h3>\n +34 785 658 5316\n </h3>\n <p>24/7 Customer Support</p>\n <h3>\n Mon - Fri: 10:00 - 19:00\n </h3>\n <p>Online store always open</p>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Github\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Bitbucket\n </a>','Header General','','inherit','closed','closed','','45-revision-v1','','','2019-03-16 08:15:20','2019-03-16 08:15:20','',45,'https://sub.morganrand.com/45-revision-v1/',0,'revision','',0),(48,2,'2019-03-16 08:15:20','2019-03-16 08:15:20','<h3>\n 1123 Dog Hill Lane\n </h3>\n <p>Wilson, KS 67490\n</p>\n <h3>\n +34 785 658 5316\n </h3>\n <p>24/7 Customer Support</p>\n <h3>\n Mon - Fri: 10:00 - 19:00\n </h3>\n <p>Online store always open</p>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Github\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Bitbucket\n </a>','Header General','','inherit','closed','closed','','45-revision-v1','','','2019-03-16 08:15:20','2019-03-16 08:15:20','',45,'https://sub.morganrand.com/45-revision-v1/',0,'revision','',0),(49,2,'2019-03-16 22:26:35','2019-03-16 22:26:35','<h3>\n 1123 Dog Hill Lane\n </h3>\n <p>Wilson, KS 67490\n</p>\n <h3>\n +34 785 658 5316\n </h3>\n <p>24/7 Customer Support</p>\n <h3>\n Mon - Fri: 10:00 - 19:00\n </h3>\n <p>Online store always open</p>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Github\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Bitbucket\n </a>','Header General','','inherit','closed','closed','','45-revision-v1','','','2019-03-16 22:26:35','2019-03-16 22:26:35','',45,'https://sub.morganrand.com/45-revision-v1/',0,'revision','',0),(51,2,'2019-03-16 22:29:03','2019-03-16 22:29:03','<h3>\n 1123 Dog Hill Lane\n </h3>\n <p>Wilson, KS 67490\n</p>\n <h3>\n +34 785 658 5316\n </h3>\n <p>24/7 Customer Support</p>\n <h3>\n Mon - Fri: 10:00 - 19:00\n </h3>\n <p>Online store always open</p>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Github\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Bitbucket\n </a>','Header General','','inherit','closed','closed','','45-revision-v1','','','2019-03-16 22:29:03','2019-03-16 22:29:03','',45,'https://sub.morganrand.com/45-revision-v1/',0,'revision','',0),(52,2,'2019-03-16 22:29:24','2019-03-16 22:29:24','<h3>\n 1123 Dog Hill Lane\n </h3>\n <p>Wilson, KS 67490\n</p>\n <h3>\n +34 785 658 5316\n </h3>\n <p>24/7 Customer Support</p>\n <h3>\n Mon - Fri: 10:00 - 19:00\n </h3>\n <p>Online store always open</p>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Github\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Bitbucket\n </a>','Header General','','inherit','closed','closed','','45-revision-v1','','','2019-03-16 22:29:24','2019-03-16 22:29:24','',45,'https://sub.morganrand.com/45-revision-v1/',0,'revision','',0),(53,2,'2019-03-16 22:30:55','2019-03-16 22:30:55','<h3>\n 1123 Dog Hill Lane\n </h3>\n <p>Wilson, KS 67490\n</p>\n <h3>\n +34 785 658 5316\n </h3>\n <p>24/7 Customer Support</p>\n <h3>\n Mon - Fri: 10:00 - 19:00\n </h3>\n <p>Online store always open</p>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Github\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Bitbucket\n </a>','Header General','','inherit','closed','closed','','45-revision-v1','','','2019-03-16 22:30:55','2019-03-16 22:30:55','',45,'https://sub.morganrand.com/45-revision-v1/',0,'revision','',0),(54,2,'2019-03-16 22:35:56','2019-03-16 22:35:56','<h3>\n 1123 Dog Hill Lane\n </h3>\n <p>Wilson, KS 67490\n</p>\n <h3>\n 1-888-837-5021\n </h3>\n <p>24/7 Customer Support</p>\n <h3>\n Mon - Fri: 10:00 - 19:00\n </h3>\n <p>Online store always open</p>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Github\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Bitbucket\n </a>','Header General','','inherit','closed','closed','','45-revision-v1','','','2019-03-16 22:35:56','2019-03-16 22:35:56','',45,'https://sub.morganrand.com/45-revision-v1/',0,'revision','',0),(57,2,'2019-03-16 22:39:31','2019-03-16 22:39:31','<h3>\n 1123 Dog Hill Lane\n </h3>\n <p>Wilson, KS 67490\n</p>\n <a href=\"tel:8888375021\">\n </a>\n <h3>\n <a href=\"tel:8888375021\">1-888-837-5021</a>\n </h3>\n <p>24/7 Customer Support</p>\n <h3>\n Mon - Fri: 10:00 - 19:00\n </h3>\n <p>Office Hours</p>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Github\n </a>','Header General','','inherit','closed','closed','','45-revision-v1','','','2019-03-16 22:39:31','2019-03-16 22:39:31','',45,'https://sub.morganrand.com/45-revision-v1/',0,'revision','',0),(55,2,'2019-03-16 22:37:18','2019-03-16 22:37:18','<h3>\n 1123 Dog Hill Lane\n </h3>\n <p>Wilson, KS 67490\n</p>\n <a href=\"tel:8888375021\">\n </a>\n <h3>\n <a href=\"tel:8888375021\">1-888-837-5021</a>\n </h3>\n <p>24/7 Customer Support</p>\n <h3>\n Mon - Fri: 10:00 - 19:00\n </h3>\n <p>Online store always open</p>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Github\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Bitbucket\n </a>','Header General','','inherit','closed','closed','','45-revision-v1','','','2019-03-16 22:37:18','2019-03-16 22:37:18','',45,'https://sub.morganrand.com/45-revision-v1/',0,'revision','',0),(56,2,'2019-03-16 22:39:00','2019-03-16 22:39:00','<h3>\n 1123 Dog Hill Lane\n </h3>\n <p>Wilson, KS 67490\n</p>\n <a href=\"tel:8888375021\">\n </a>\n <h3>\n <a href=\"tel:8888375021\">1-888-837-5021</a>\n </h3>\n <p>24/7 Customer Support</p>\n <h3>\n Mon - Fri: 10:00 - 19:00\n </h3>\n <p>Office Hours</p>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Github\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Bitbucket\n </a>','Header General','','inherit','closed','closed','','45-revision-v1','','','2019-03-16 22:39:00','2019-03-16 22:39:00','',45,'https://sub.morganrand.com/45-revision-v1/',0,'revision','',0),(58,2,'2019-03-16 22:53:54','2019-03-16 22:53:54','<h2>Trusted app</h2> \n <h2>50K+</h2> \n <p>Active Installs</p> \n <h2>65</h2> \n <p>Destinations</p> \n <h2>22</h2> \n <p>Airlines</p> \n <h2>13K+</h2> \n <p>Premium Users </p> \n <h2>Testimonials</h2> \n <figure><img width=\"222\" height=\"222\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/d-2.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/d-2.png 222w, https://sub.morganrand.com/wp-content/uploads/2019/03/d-2-150x150.png 150w\" sizes=\"(max-width: 222px) 100vw, 222px\" /></figure><h3>Steve Miller, Job description</h3><p>Company</p> \n <p>Talking chamber as shewing an it minutes. Trees fully of blind do. Exquisite favourite at do extensive listening. Improve up musical welcome he. Gay attended vicinity prepared now diverted. Esteems it ye sending reached as. Longer lively her design settle tastes advice mrs off who. Up maids me an ample stood given. Certainty say suffering his him collected intention promotion. Hill sold ham men made lose case. Views abode law heard jokes too. Was are delightful solicitude discovered collecting man day.</p> \n <h2>Pricing </h2> \n <h3>Free</h3>\n $ 0\n / Yearly \n <ul>\n <li>\n Lorem ipsum dolor \n </li>\n <li>\n Consectetur adipiscing elit \n </li>\n <li>\n Sit amet, consectetur adipiscing \n </li>\n <li>\n Consequat lacus condimentum \n </li>\n <li>\n Etiam aliquet ex elit \n </li>\n </ul>\n <a href=\"#\">Try it!</a>\n <h3>Premium </h3>\n $ 15\n / Yearly \n <ul>\n <li>\n Lorem ipsum dolor \n </li>\n <li>\n Consectetur adipiscing elit \n </li>\n <li>\n Sit amet, consectetur adipiscing \n </li>\n <li>\n Consequat lacus condimentum \n </li>\n <li>\n Etiam aliquet ex elit \n </li>\n </ul>\n <a href=\"#\">Buy now</a>\n Popular\n <h3>tEAM</h3>\n $ 45\n / Yearly \n <ul>\n <li>\n Lorem ipsum dolor \n </li>\n <li>\n Consectetur adipiscing elit \n </li>\n <li>\n Sit amet, consectetur adipiscing \n </li>\n <li>\n Consequat lacus condimentum \n </li>\n <li>\n Etiam aliquet ex elit \n </li>\n </ul>\n <a href=\"#\">Try it!</a>\n <h3>\n The compony\n </h3>\n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. \n<br><br>Copyright © Elementor LTD.</p>\n <h3>\n Press\n </h3>\n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. \n<br><br>consectetur adipiscing elit</p>\n <h3>\n Trust & Safety\n </h3>\n <p>Morbi pellentesque, urna et volutpat iaculis, nunc risus pulvinar lacus, a pharetra urna lorem eu tellus.</p>\n <h3>\n Need Help?\n </h3>\n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. \n<br><br>suppot@gmail.com\n</p>','Home','','inherit','closed','closed','','7-revision-v1','','','2019-03-16 22:53:54','2019-03-16 22:53:54','',7,'https://sub.morganrand.com/7-revision-v1/',0,'revision','',0),(60,2,'2019-03-16 23:00:41','2019-03-16 23:00:41','<h1>Wanderfuls ™</h1> \n <h2>Your centerpiece and favor in one!</h2> \n <h2>Trusted app</h2> \n <h2>50K+</h2> \n <p>Active Installs</p> \n <h2>65</h2> \n <p>Destinations</p> \n <h2>22</h2> \n <p>Airlines</p> \n <h2>13K+</h2> \n <p>Premium Users </p> \n <h2>Testimonials</h2> \n <figure><img width=\"222\" height=\"222\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/d-2.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/d-2.png 222w, https://sub.morganrand.com/wp-content/uploads/2019/03/d-2-150x150.png 150w\" sizes=\"(max-width: 222px) 100vw, 222px\" /></figure><h3>Steve Miller, Job description</h3><p>Company</p> \n <p>Talking chamber as shewing an it minutes. Trees fully of blind do. Exquisite favourite at do extensive listening. Improve up musical welcome he. Gay attended vicinity prepared now diverted. Esteems it ye sending reached as. Longer lively her design settle tastes advice mrs off who. Up maids me an ample stood given. Certainty say suffering his him collected intention promotion. Hill sold ham men made lose case. Views abode law heard jokes too. Was are delightful solicitude discovered collecting man day.</p> \n <h2>Pricing </h2> \n <h3>Free</h3>\n $ 0\n / Yearly \n <ul>\n <li>\n Lorem ipsum dolor \n </li>\n <li>\n Consectetur adipiscing elit \n </li>\n <li>\n Sit amet, consectetur adipiscing \n </li>\n <li>\n Consequat lacus condimentum \n </li>\n <li>\n Etiam aliquet ex elit \n </li>\n </ul>\n <a href=\"#\">Try it!</a>\n <h3>Premium </h3>\n $ 15\n / Yearly \n <ul>\n <li>\n Lorem ipsum dolor \n </li>\n <li>\n Consectetur adipiscing elit \n </li>\n <li>\n Sit amet, consectetur adipiscing \n </li>\n <li>\n Consequat lacus condimentum \n </li>\n <li>\n Etiam aliquet ex elit \n </li>\n </ul>\n <a href=\"#\">Buy now</a>\n Popular\n <h3>tEAM</h3>\n $ 45\n / Yearly \n <ul>\n <li>\n Lorem ipsum dolor \n </li>\n <li>\n Consectetur adipiscing elit \n </li>\n <li>\n Sit amet, consectetur adipiscing \n </li>\n <li>\n Consequat lacus condimentum \n </li>\n <li>\n Etiam aliquet ex elit \n </li>\n </ul>\n <a href=\"#\">Try it!</a>\n <h3>\n The compony\n </h3>\n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. \n<br><br>Copyright © Elementor LTD.</p>\n <h3>\n Press\n </h3>\n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. \n<br><br>consectetur adipiscing elit</p>\n <h3>\n Trust & Safety\n </h3>\n <p>Morbi pellentesque, urna et volutpat iaculis, nunc risus pulvinar lacus, a pharetra urna lorem eu tellus.</p>\n <h3>\n Need Help?\n </h3>\n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. \n<br><br>suppot@gmail.com\n</p>','Home','','inherit','closed','closed','','7-revision-v1','','','2019-03-16 23:00:41','2019-03-16 23:00:41','',7,'https://sub.morganrand.com/7-revision-v1/',0,'revision','',0),(62,2,'2019-03-16 23:04:50','2019-03-16 23:04:50','<h1>Wanderfuls ™</h1> \n <h2>Your centerpiece and favor in one!</h2> \n <h2>Trusted app</h2> \n <h2>50K+</h2> \n <p>Active Installs</p> \n <h2>65</h2> \n <p>Destinations</p> \n <h2>22</h2> \n <p>Airlines</p> \n <h2>13K+</h2> \n <p>Premium Users </p> \n <h2>Testimonials</h2> \n <figure><img width=\"222\" height=\"222\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/d-2.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/d-2.png 222w, https://sub.morganrand.com/wp-content/uploads/2019/03/d-2-150x150.png 150w\" sizes=\"(max-width: 222px) 100vw, 222px\" /></figure><h3>Steve Miller, Job description</h3><p>Company</p> \n <p>Talking chamber as shewing an it minutes. Trees fully of blind do. Exquisite favourite at do extensive listening. Improve up musical welcome he. Gay attended vicinity prepared now diverted. Esteems it ye sending reached as. Longer lively her design settle tastes advice mrs off who. Up maids me an ample stood given. Certainty say suffering his him collected intention promotion. Hill sold ham men made lose case. Views abode law heard jokes too. Was are delightful solicitude discovered collecting man day.</p> \n <h2>Pricing </h2> \n <h3>Free</h3>\n $ 0\n / Yearly \n <ul>\n <li>\n Lorem ipsum dolor \n </li>\n <li>\n Consectetur adipiscing elit \n </li>\n <li>\n Sit amet, consectetur adipiscing \n </li>\n <li>\n Consequat lacus condimentum \n </li>\n <li>\n Etiam aliquet ex elit \n </li>\n </ul>\n <a href=\"#\">Try it!</a>\n <h3>Premium </h3>\n $ 15\n / Yearly \n <ul>\n <li>\n Lorem ipsum dolor \n </li>\n <li>\n Consectetur adipiscing elit \n </li>\n <li>\n Sit amet, consectetur adipiscing \n </li>\n <li>\n Consequat lacus condimentum \n </li>\n <li>\n Etiam aliquet ex elit \n </li>\n </ul>\n <a href=\"#\">Buy now</a>\n Popular\n <h3>tEAM</h3>\n $ 45\n / Yearly \n <ul>\n <li>\n Lorem ipsum dolor \n </li>\n <li>\n Consectetur adipiscing elit \n </li>\n <li>\n Sit amet, consectetur adipiscing \n </li>\n <li>\n Consequat lacus condimentum \n </li>\n <li>\n Etiam aliquet ex elit \n </li>\n </ul>\n <a href=\"#\">Try it!</a>\n <h3>\n The compony\n </h3>\n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. \n<br><br>Copyright © Elementor LTD.</p>\n <h3>\n Press\n </h3>\n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. \n<br><br>consectetur adipiscing elit</p>\n <h3>\n Trust & Safety\n </h3>\n <p>Morbi pellentesque, urna et volutpat iaculis, nunc risus pulvinar lacus, a pharetra urna lorem eu tellus.</p>\n <h3>\n Need Help?\n </h3>\n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. \n<br><br>suppot@gmail.com\n</p>','Home','','inherit','closed','closed','','7-revision-v1','','','2019-03-16 23:04:50','2019-03-16 23:04:50','',7,'https://sub.morganrand.com/7-revision-v1/',0,'revision','',0),(61,2,'2019-03-16 23:02:39','2019-03-16 23:02:39','<h1>Wanderfuls ™</h1> \n <h2>Your centerpiece and favor in one!</h2> \n <a href=\"#\" role=\"button\">\n Click here\n </a>\n <h2>Trusted app</h2> \n <h2>50K+</h2> \n <p>Active Installs</p> \n <h2>65</h2> \n <p>Destinations</p> \n <h2>22</h2> \n <p>Airlines</p> \n <h2>13K+</h2> \n <p>Premium Users </p> \n <h2>Testimonials</h2> \n <figure><img width=\"222\" height=\"222\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/d-2.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/d-2.png 222w, https://sub.morganrand.com/wp-content/uploads/2019/03/d-2-150x150.png 150w\" sizes=\"(max-width: 222px) 100vw, 222px\" /></figure><h3>Steve Miller, Job description</h3><p>Company</p> \n <p>Talking chamber as shewing an it minutes. Trees fully of blind do. Exquisite favourite at do extensive listening. Improve up musical welcome he. Gay attended vicinity prepared now diverted. Esteems it ye sending reached as. Longer lively her design settle tastes advice mrs off who. Up maids me an ample stood given. Certainty say suffering his him collected intention promotion. Hill sold ham men made lose case. Views abode law heard jokes too. Was are delightful solicitude discovered collecting man day.</p> \n <h2>Pricing </h2> \n <h3>Free</h3>\n $ 0\n / Yearly \n <ul>\n <li>\n Lorem ipsum dolor \n </li>\n <li>\n Consectetur adipiscing elit \n </li>\n <li>\n Sit amet, consectetur adipiscing \n </li>\n <li>\n Consequat lacus condimentum \n </li>\n <li>\n Etiam aliquet ex elit \n </li>\n </ul>\n <a href=\"#\">Try it!</a>\n <h3>Premium </h3>\n $ 15\n / Yearly \n <ul>\n <li>\n Lorem ipsum dolor \n </li>\n <li>\n Consectetur adipiscing elit \n </li>\n <li>\n Sit amet, consectetur adipiscing \n </li>\n <li>\n Consequat lacus condimentum \n </li>\n <li>\n Etiam aliquet ex elit \n </li>\n </ul>\n <a href=\"#\">Buy now</a>\n Popular\n <h3>tEAM</h3>\n $ 45\n / Yearly \n <ul>\n <li>\n Lorem ipsum dolor \n </li>\n <li>\n Consectetur adipiscing elit \n </li>\n <li>\n Sit amet, consectetur adipiscing \n </li>\n <li>\n Consequat lacus condimentum \n </li>\n <li>\n Etiam aliquet ex elit \n </li>\n </ul>\n <a href=\"#\">Try it!</a>\n <h3>\n The compony\n </h3>\n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. \n<br><br>Copyright © Elementor LTD.</p>\n <h3>\n Press\n </h3>\n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. \n<br><br>consectetur adipiscing elit</p>\n <h3>\n Trust & Safety\n </h3>\n <p>Morbi pellentesque, urna et volutpat iaculis, nunc risus pulvinar lacus, a pharetra urna lorem eu tellus.</p>\n <h3>\n Need Help?\n </h3>\n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. \n<br><br>suppot@gmail.com\n</p>','Home','','inherit','closed','closed','','7-revision-v1','','','2019-03-16 23:02:39','2019-03-16 23:02:39','',7,'https://sub.morganrand.com/7-revision-v1/',0,'revision','',0),(65,2,'2019-03-17 00:20:41','2019-03-17 00:20:41','<h1>Wanderfuls ™</h1> \n <h2>Your centerpiece and favor in one!</h2> \n <img width=\"683\" height=\"1024\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/bigstock-A-Young-Girl-In-A-Festive-Dres-255489106-683x1024.jpg\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/bigstock-A-Young-Girl-In-A-Festive-Dres-255489106-683x1024.jpg 683w, https://sub.morganrand.com/wp-content/uploads/2019/03/bigstock-A-Young-Girl-In-A-Festive-Dres-255489106-200x300.jpg 200w, https://sub.morganrand.com/wp-content/uploads/2019/03/bigstock-A-Young-Girl-In-A-Festive-Dres-255489106-768x1152.jpg 768w\" sizes=\"(max-width: 683px) 100vw, 683px\" /> \n <h2>Trusted app</h2> \n <h2>50K+</h2> \n <p>Active Installs</p> \n <h2>65</h2> \n <p>Destinations</p> \n <h2>22</h2> \n <p>Airlines</p> \n <h2>13K+</h2> \n <p>Premium Users </p> \n <h2>Testimonials</h2> \n <figure><img width=\"222\" height=\"222\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/d-2.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/d-2.png 222w, https://sub.morganrand.com/wp-content/uploads/2019/03/d-2-150x150.png 150w\" sizes=\"(max-width: 222px) 100vw, 222px\" /></figure><h3>Steve Miller, Job description</h3><p>Company</p> \n <p>Talking chamber as shewing an it minutes. Trees fully of blind do. Exquisite favourite at do extensive listening. Improve up musical welcome he. Gay attended vicinity prepared now diverted. Esteems it ye sending reached as. Longer lively her design settle tastes advice mrs off who. Up maids me an ample stood given. Certainty say suffering his him collected intention promotion. Hill sold ham men made lose case. Views abode law heard jokes too. Was are delightful solicitude discovered collecting man day.</p> \n <h2>Pricing </h2> \n <h3>Free</h3>\n $ 0\n / Yearly \n <ul>\n <li>\n Lorem ipsum dolor \n </li>\n <li>\n Consectetur adipiscing elit \n </li>\n <li>\n Sit amet, consectetur adipiscing \n </li>\n <li>\n Consequat lacus condimentum \n </li>\n <li>\n Etiam aliquet ex elit \n </li>\n </ul>\n <a href=\"#\">Try it!</a>\n <h3>Premium </h3>\n $ 15\n / Yearly \n <ul>\n <li>\n Lorem ipsum dolor \n </li>\n <li>\n Consectetur adipiscing elit \n </li>\n <li>\n Sit amet, consectetur adipiscing \n </li>\n <li>\n Consequat lacus condimentum \n </li>\n <li>\n Etiam aliquet ex elit \n </li>\n </ul>\n <a href=\"#\">Buy now</a>\n Popular\n <h3>tEAM</h3>\n $ 45\n / Yearly \n <ul>\n <li>\n Lorem ipsum dolor \n </li>\n <li>\n Consectetur adipiscing elit \n </li>\n <li>\n Sit amet, consectetur adipiscing \n </li>\n <li>\n Consequat lacus condimentum \n </li>\n <li>\n Etiam aliquet ex elit \n </li>\n </ul>\n <a href=\"#\">Try it!</a>\n <h3>\n The compony\n </h3>\n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. \n<br><br>Copyright © Elementor LTD.</p>\n <h3>\n Press\n </h3>\n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. \n<br><br>consectetur adipiscing elit</p>\n <h3>\n Trust & Safety\n </h3>\n <p>Morbi pellentesque, urna et volutpat iaculis, nunc risus pulvinar lacus, a pharetra urna lorem eu tellus.</p>\n <h3>\n Need Help?\n </h3>\n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. \n<br><br>suppot@gmail.com\n</p>','Home','','inherit','closed','closed','','7-revision-v1','','','2019-03-17 00:20:41','2019-03-17 00:20:41','',7,'https://sub.morganrand.com/7-revision-v1/',0,'revision','',0),(64,2,'2019-03-17 00:19:15','2019-03-17 00:19:15','','A Young Girl In A Festive Dress Is Catching A Bouquet Of Flowers','','inherit','open','closed','','a-young-girl-in-a-festive-dress-is-catching-a-bouquet-of-flowers','','','2019-03-17 00:19:15','2019-03-17 00:19:15','',7,'https://sub.morganrand.com/wp-content/uploads/2019/03/bigstock-A-Young-Girl-In-A-Festive-Dres-255489106.jpg',0,'attachment','image/jpeg',0),(66,2,'2019-03-17 00:42:25','2019-03-17 00:42:25','','Brazilian Carnival. Group Of Brazilian People In Costume Celebra','','inherit','open','closed','','brazilian-carnival-group-of-brazilian-people-in-costume-celebra','','','2019-03-17 00:42:25','2019-03-17 00:42:25','',7,'https://sub.morganrand.com/wp-content/uploads/2019/03/bigstock-Brazilian-Carnival-Group-Of-B-279804892.jpg',0,'attachment','image/jpeg',0),(67,2,'2019-03-17 00:44:57','2019-03-17 00:44:57','<h1>Wanderfuls ™</h1> \n <h2>Your centerpiece and favor in one!</h2> \n <img width=\"1024\" height=\"683\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/bigstock-Brazilian-Carnival-Group-Of-B-279804892-1024x683.jpg\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/bigstock-Brazilian-Carnival-Group-Of-B-279804892-1024x683.jpg 1024w, https://sub.morganrand.com/wp-content/uploads/2019/03/bigstock-Brazilian-Carnival-Group-Of-B-279804892-300x200.jpg 300w, https://sub.morganrand.com/wp-content/uploads/2019/03/bigstock-Brazilian-Carnival-Group-Of-B-279804892-768x512.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /> \n <h2>Trusted app</h2> \n <h2>50K+</h2> \n <p>Active Installs</p> \n <h2>65</h2> \n <p>Destinations</p> \n <h2>22</h2> \n <p>Airlines</p> \n <h2>13K+</h2> \n <p>Premium Users </p> \n <h2>Testimonials</h2> \n <figure><img width=\"222\" height=\"222\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/d-2.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/d-2.png 222w, https://sub.morganrand.com/wp-content/uploads/2019/03/d-2-150x150.png 150w\" sizes=\"(max-width: 222px) 100vw, 222px\" /></figure><h3>Steve Miller, Job description</h3><p>Company</p> \n <p>Talking chamber as shewing an it minutes. Trees fully of blind do. Exquisite favourite at do extensive listening. Improve up musical welcome he. Gay attended vicinity prepared now diverted. Esteems it ye sending reached as. Longer lively her design settle tastes advice mrs off who. Up maids me an ample stood given. Certainty say suffering his him collected intention promotion. Hill sold ham men made lose case. Views abode law heard jokes too. Was are delightful solicitude discovered collecting man day.</p> \n <h2>Pricing </h2> \n <h3>Free</h3>\n $ 0\n / Yearly \n <ul>\n <li>\n Lorem ipsum dolor \n </li>\n <li>\n Consectetur adipiscing elit \n </li>\n <li>\n Sit amet, consectetur adipiscing \n </li>\n <li>\n Consequat lacus condimentum \n </li>\n <li>\n Etiam aliquet ex elit \n </li>\n </ul>\n <a href=\"#\">Try it!</a>\n <h3>Premium </h3>\n $ 15\n / Yearly \n <ul>\n <li>\n Lorem ipsum dolor \n </li>\n <li>\n Consectetur adipiscing elit \n </li>\n <li>\n Sit amet, consectetur adipiscing \n </li>\n <li>\n Consequat lacus condimentum \n </li>\n <li>\n Etiam aliquet ex elit \n </li>\n </ul>\n <a href=\"#\">Buy now</a>\n Popular\n <h3>tEAM</h3>\n $ 45\n / Yearly \n <ul>\n <li>\n Lorem ipsum dolor \n </li>\n <li>\n Consectetur adipiscing elit \n </li>\n <li>\n Sit amet, consectetur adipiscing \n </li>\n <li>\n Consequat lacus condimentum \n </li>\n <li>\n Etiam aliquet ex elit \n </li>\n </ul>\n <a href=\"#\">Try it!</a>\n <h3>\n The compony\n </h3>\n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. \n<br><br>Copyright © Elementor LTD.</p>\n <h3>\n Press\n </h3>\n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. \n<br><br>consectetur adipiscing elit</p>\n <h3>\n Trust & Safety\n </h3>\n <p>Morbi pellentesque, urna et volutpat iaculis, nunc risus pulvinar lacus, a pharetra urna lorem eu tellus.</p>\n <h3>\n Need Help?\n </h3>\n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. \n<br><br>suppot@gmail.com\n</p>','Home','','inherit','closed','closed','','7-revision-v1','','','2019-03-17 00:44:57','2019-03-17 00:44:57','',7,'https://sub.morganrand.com/7-revision-v1/',0,'revision','',0),(69,2,'2019-03-17 01:53:47','2019-03-17 01:53:47','<h3>\n 1123 Dog Hill Lane\n </h3>\n <p>Wilson, KS 67490\n</p>\n <a href=\"tel:8888375021\">\n </a>\n <h3>\n <a href=\"tel:8888375021\">1-888-837-5021</a>\n </h3>\n <p>24/7 Customer Support</p>\n <h3>\n Mon - Fri: 10:00 - 19:00\n </h3>\n <p>Office Hours</p>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Github\n </a>','Header General','','inherit','closed','closed','','45-revision-v1','','','2019-03-17 01:53:47','2019-03-17 01:53:47','',45,'https://sub.morganrand.com/45-revision-v1/',0,'revision','',0),(70,2,'2019-03-19 11:28:09','0000-00-00 00:00:00','','Auto Draft','','auto-draft','closed','closed','','','','','2019-03-19 11:28:09','0000-00-00 00:00:00','',0,'https://sub.morganrand.com/?page_id=70',0,'page','',0),(71,2,'2019-03-21 00:49:40','0000-00-00 00:00:00','','Auto Draft','','auto-draft','closed','closed','','','','','2019-03-21 00:49:40','0000-00-00 00:00:00','',0,'https://sub.morganrand.com/?page_id=71',0,'page','',0),(73,2,'2019-03-21 06:03:31','2019-03-21 06:03:31','<h1>Wanderfuls ™</h1>\n<h1>Your centerpiece and favor in one!</h1>\n<img width=\"1024\" height=\"683\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/bigstock-Brazilian-Carnival-Group-Of-B-279804892-1024x683.jpg\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/bigstock-Brazilian-Carnival-Group-Of-B-279804892-1024x683.jpg 1024w, https://sub.morganrand.com/wp-content/uploads/2019/03/bigstock-Brazilian-Carnival-Group-Of-B-279804892-300x200.jpg 300w, https://sub.morganrand.com/wp-content/uploads/2019/03/bigstock-Brazilian-Carnival-Group-Of-B-279804892-768x512.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\">\n<h2>Add Your Heading Text Here</h2>\nClick edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n<h2>Trusted app</h2>\n<h2>50K+</h2>\nActive Installs\n<h2>65</h2>\nDestinations\n<h2>22</h2>\nAirlines\n<h2>13K+</h2>\nPremium Users \n<h2>Testimonials</h2>\n<figure><img width=\"222\" height=\"222\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/d-2.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/d-2.png 222w, https://sub.morganrand.com/wp-content/uploads/2019/03/d-2-150x150.png 150w\" sizes=\"(max-width: 222px) 100vw, 222px\"></figure>\n<h3>Steve Miller, Job description</h3>\nCompany\n\nTalking chamber as shewing an it minutes. Trees fully of blind do. Exquisite favourite at do extensive listening. Improve up musical welcome he. Gay attended vicinity prepared now diverted. Esteems it ye sending reached as. Longer lively her design settle tastes advice mrs off who. Up maids me an ample stood given. Certainty say suffering his him collected intention promotion. Hill sold ham men made lose case. Views abode law heard jokes too. Was are delightful solicitude discovered collecting man day.\n<h2>Pricing</h2>\n<h3>Free</h3>\n$ 0\n/ Yearly\n<ul>\n <li>\n Lorem ipsum dolor</li>\n <li>\n Consectetur adipiscing elit</li>\n <li>\n Sit amet, consectetur adipiscing</li>\n <li>\n Consequat lacus condimentum</li>\n <li>\n Etiam aliquet ex elit</li>\n</ul>\n<a href=\"#\">Try it!</a>\n<h3>Premium</h3>\n$ 15\n/ Yearly\n<ul>\n <li>\n Lorem ipsum dolor</li>\n <li>\n Consectetur adipiscing elit</li>\n <li>\n Sit amet, consectetur adipiscing</li>\n <li>\n Consequat lacus condimentum</li>\n <li>\n Etiam aliquet ex elit</li>\n</ul>\n<a href=\"#\">Buy now</a>\nPopular\n<h3>tEAM</h3>\n$ 45\n/ Yearly\n<ul>\n <li>\n Lorem ipsum dolor</li>\n <li>\n Consectetur adipiscing elit</li>\n <li>\n Sit amet, consectetur adipiscing</li>\n <li>\n Consequat lacus condimentum</li>\n <li>\n Etiam aliquet ex elit</li>\n</ul>\n<a href=\"#\">Try it!</a>\n<h3>\n The compony</h3>\nLorem ipsum dolor sit amet, consectetur adipiscing elit.\n\nCopyright © Elementor LTD.\n<h3>\n Press</h3>\nLorem ipsum dolor sit amet, consectetur adipiscing elit.\n\nconsectetur adipiscing elit\n<h3>\n Trust & Safety</h3>\nMorbi pellentesque, urna et volutpat iaculis, nunc risus pulvinar lacus, a pharetra urna lorem eu tellus.\n<h3>\n Need Help?</h3>\nLorem ipsum dolor sit amet, consectetur adipiscing elit.\n\nsuppot@gmail.com','Home','','inherit','closed','closed','','7-revision-v1','','','2019-03-21 06:03:31','2019-03-21 06:03:31','',7,'https://sub.morganrand.com/7-revision-v1/',0,'revision','',0),(72,2,'2019-03-21 00:51:58','2019-03-21 00:51:58','<h1>Wanderfuls ™</h1> \n <h1>Your centerpiece and favor in one!</h1> \n <img width=\"1024\" height=\"683\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/bigstock-Brazilian-Carnival-Group-Of-B-279804892-1024x683.jpg\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/bigstock-Brazilian-Carnival-Group-Of-B-279804892-1024x683.jpg 1024w, https://sub.morganrand.com/wp-content/uploads/2019/03/bigstock-Brazilian-Carnival-Group-Of-B-279804892-300x200.jpg 300w, https://sub.morganrand.com/wp-content/uploads/2019/03/bigstock-Brazilian-Carnival-Group-Of-B-279804892-768x512.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /> \n <h2>Add Your Heading Text Here</h2> \n Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. \n <h2>Trusted app</h2> \n <h2>50K+</h2> \n <p>Active Installs</p> \n <h2>65</h2> \n <p>Destinations</p> \n <h2>22</h2> \n <p>Airlines</p> \n <h2>13K+</h2> \n <p>Premium Users </p> \n <h2>Testimonials</h2> \n <figure><img width=\"222\" height=\"222\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/d-2.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/d-2.png 222w, https://sub.morganrand.com/wp-content/uploads/2019/03/d-2-150x150.png 150w\" sizes=\"(max-width: 222px) 100vw, 222px\" /></figure><h3>Steve Miller, Job description</h3><p>Company</p> \n <p>Talking chamber as shewing an it minutes. Trees fully of blind do. Exquisite favourite at do extensive listening. Improve up musical welcome he. Gay attended vicinity prepared now diverted. Esteems it ye sending reached as. Longer lively her design settle tastes advice mrs off who. Up maids me an ample stood given. Certainty say suffering his him collected intention promotion. Hill sold ham men made lose case. Views abode law heard jokes too. Was are delightful solicitude discovered collecting man day.</p> \n <h2>Pricing </h2> \n <h3>Free</h3>\n $ 0\n / Yearly \n <ul>\n <li>\n Lorem ipsum dolor \n </li>\n <li>\n Consectetur adipiscing elit \n </li>\n <li>\n Sit amet, consectetur adipiscing \n </li>\n <li>\n Consequat lacus condimentum \n </li>\n <li>\n Etiam aliquet ex elit \n </li>\n </ul>\n <a href=\"#\">Try it!</a>\n <h3>Premium </h3>\n $ 15\n / Yearly \n <ul>\n <li>\n Lorem ipsum dolor \n </li>\n <li>\n Consectetur adipiscing elit \n </li>\n <li>\n Sit amet, consectetur adipiscing \n </li>\n <li>\n Consequat lacus condimentum \n </li>\n <li>\n Etiam aliquet ex elit \n </li>\n </ul>\n <a href=\"#\">Buy now</a>\n Popular\n <h3>tEAM</h3>\n $ 45\n / Yearly \n <ul>\n <li>\n Lorem ipsum dolor \n </li>\n <li>\n Consectetur adipiscing elit \n </li>\n <li>\n Sit amet, consectetur adipiscing \n </li>\n <li>\n Consequat lacus condimentum \n </li>\n <li>\n Etiam aliquet ex elit \n </li>\n </ul>\n <a href=\"#\">Try it!</a>\n <h3>\n The compony\n </h3>\n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. \n<br><br>Copyright © Elementor LTD.</p>\n <h3>\n Press\n </h3>\n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. \n<br><br>consectetur adipiscing elit</p>\n <h3>\n Trust & Safety\n </h3>\n <p>Morbi pellentesque, urna et volutpat iaculis, nunc risus pulvinar lacus, a pharetra urna lorem eu tellus.</p>\n <h3>\n Need Help?\n </h3>\n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. \n<br><br>suppot@gmail.com\n</p>','Home','','inherit','closed','closed','','7-revision-v1','','','2019-03-21 00:51:58','2019-03-21 00:51:58','',7,'https://sub.morganrand.com/7-revision-v1/',0,'revision','',0),(74,2,'2019-03-21 06:11:42','2019-03-21 06:11:42','','1-1.png','','inherit','open','closed','','1-1-png','','','2019-03-21 06:11:42','2019-03-21 06:11:42','',0,'https://sub.morganrand.com/wp-content/uploads/2019/03/1-1.png',0,'attachment','image/png',0),(75,2,'2019-03-21 06:11:43','2019-03-21 06:11:43','','052.png','','inherit','open','closed','','052-png','','','2019-03-21 06:11:43','2019-03-21 06:11:43','',0,'https://sub.morganrand.com/wp-content/uploads/2019/03/052.png',0,'attachment','image/png',0),(76,2,'2019-03-21 06:11:43','2019-03-21 06:11:43','','155.png','','inherit','open','closed','','155-png','','','2019-03-21 06:11:43','2019-03-21 06:11:43','',0,'https://sub.morganrand.com/wp-content/uploads/2019/03/155.png',0,'attachment','image/png',0),(77,2,'2019-03-21 06:11:44','2019-03-21 06:11:44','','11.png','','inherit','open','closed','','11-png','','','2019-03-21 06:11:44','2019-03-21 06:11:44','',0,'https://sub.morganrand.com/wp-content/uploads/2019/03/11.png',0,'attachment','image/png',0),(78,2,'2019-03-21 06:11:44','2019-03-21 06:11:44','','12.png','','inherit','open','closed','','12-png','','','2019-03-21 06:11:44','2019-03-21 06:11:44','',0,'https://sub.morganrand.com/wp-content/uploads/2019/03/12.png',0,'attachment','image/png',0),(79,2,'2019-03-21 06:11:44','2019-03-21 06:11:44','','13.png','','inherit','open','closed','','13-png','','','2019-03-21 06:11:44','2019-03-21 06:11:44','',0,'https://sub.morganrand.com/wp-content/uploads/2019/03/13.png',0,'attachment','image/png',0),(80,2,'2019-03-21 06:11:44','2019-03-21 06:11:44','','255.png','','inherit','open','closed','','255-png','','','2019-03-21 06:11:44','2019-03-21 06:11:44','',0,'https://sub.morganrand.com/wp-content/uploads/2019/03/255.png',0,'attachment','image/png',0),(81,2,'2019-03-21 06:11:44','2019-03-21 06:11:44','','3-5.png','','inherit','open','closed','','3-5-png','','','2019-03-21 06:11:44','2019-03-21 06:11:44','',0,'https://sub.morganrand.com/wp-content/uploads/2019/03/3-5.png',0,'attachment','image/png',0),(82,2,'2019-03-21 06:11:44','2019-03-21 06:11:44','','535.png','','inherit','open','closed','','535-png','','','2019-03-21 06:11:44','2019-03-21 06:11:44','',0,'https://sub.morganrand.com/wp-content/uploads/2019/03/535.png',0,'attachment','image/png',0),(83,2,'2019-03-21 06:11:45','2019-03-21 06:11:45','','8.png','','inherit','open','closed','','8-png','','','2019-03-21 06:11:45','2019-03-21 06:11:45','',0,'https://sub.morganrand.com/wp-content/uploads/2019/03/8.png',0,'attachment','image/png',0),(84,2,'2019-03-21 06:11:45','2019-03-21 06:11:45','','36.png','','inherit','open','closed','','36-png','','','2019-03-21 06:11:45','2019-03-21 06:11:45','',0,'https://sub.morganrand.com/wp-content/uploads/2019/03/36.png',0,'attachment','image/png',0),(85,2,'2019-03-21 06:11:46','2019-03-21 06:11:46','','architecture_3.jpg','','inherit','open','closed','','architecture_3-jpg','','','2019-03-21 06:11:46','2019-03-21 06:11:46','',0,'https://sub.morganrand.com/wp-content/uploads/2019/03/architecture_3.jpg',0,'attachment','image/jpeg',0),(86,2,'2019-03-21 06:11:46','2019-03-21 06:11:46','','3-1.png','','inherit','open','closed','','3-1-png','','','2019-03-21 06:11:46','2019-03-21 06:11:46','',0,'https://sub.morganrand.com/wp-content/uploads/2019/03/3-1.png',0,'attachment','image/png',0),(87,2,'2019-03-21 06:11:46','2019-03-21 06:11:46','','201.jpg','','inherit','open','closed','','201-jpg','','','2019-03-21 06:11:46','2019-03-21 06:11:46','',0,'https://sub.morganrand.com/wp-content/uploads/2019/03/201.jpg',0,'attachment','image/jpeg',0),(88,2,'2019-03-21 06:11:47','2019-03-21 06:11:47','','15-1.png','','inherit','open','closed','','15-1-png','','','2019-03-21 06:11:47','2019-03-21 06:11:47','',0,'https://sub.morganrand.com/wp-content/uploads/2019/03/15-1.png',0,'attachment','image/png',0),(89,2,'2019-03-21 06:11:47','2019-03-21 06:11:47','','5-2.png','','inherit','open','closed','','5-2-png','','','2019-03-21 06:11:47','2019-03-21 06:11:47','',0,'https://sub.morganrand.com/wp-content/uploads/2019/03/5-2.png',0,'attachment','image/png',0),(90,2,'2019-03-21 06:11:47','2019-03-21 06:11:47','','Untitled-4.png','','inherit','open','closed','','untitled-4-png','','','2019-03-21 06:11:47','2019-03-21 06:11:47','',0,'https://sub.morganrand.com/wp-content/uploads/2019/03/Untitled-4.png',0,'attachment','image/png',0),(91,2,'2019-03-21 06:11:47','2019-03-21 06:11:47','','5Untitled-4.png','','inherit','open','closed','','5untitled-4-png','','','2019-03-21 06:11:47','2019-03-21 06:11:47','',0,'https://sub.morganrand.com/wp-content/uploads/2019/03/5Untitled-4.png',0,'attachment','image/png',0),(92,2,'2019-03-21 06:11:47','2019-03-21 06:11:47','','54.png','','inherit','open','closed','','54-png','','','2019-03-21 06:11:47','2019-03-21 06:11:47','',0,'https://sub.morganrand.com/wp-content/uploads/2019/03/54.png',0,'attachment','image/png',0),(93,2,'2019-03-21 06:11:47','2019-03-21 06:11:47','','63853.png','','inherit','open','closed','','63853-png','','','2019-03-21 06:11:47','2019-03-21 06:11:47','',0,'https://sub.morganrand.com/wp-content/uploads/2019/03/63853.png',0,'attachment','image/png',0),(94,2,'2019-03-21 06:11:48','2019-03-21 06:11:48','','86.png','','inherit','open','closed','','86-png','','','2019-03-21 06:11:48','2019-03-21 06:11:48','',0,'https://sub.morganrand.com/wp-content/uploads/2019/03/86.png',0,'attachment','image/png',0),(95,2,'2019-03-21 06:11:48','2019-03-21 06:11:48','','452.png','','inherit','open','closed','','452-png','','','2019-03-21 06:11:48','2019-03-21 06:11:48','',0,'https://sub.morganrand.com/wp-content/uploads/2019/03/452.png',0,'attachment','image/png',0),(96,2,'2019-03-21 06:11:48','2019-03-21 06:11:48','','525.png','','inherit','open','closed','','525-png','','','2019-03-21 06:11:48','2019-03-21 06:11:48','',0,'https://sub.morganrand.com/wp-content/uploads/2019/03/525.png',0,'attachment','image/png',0),(162,2,'2019-03-21 08:28:10','2019-03-21 08:28:10','<h1>Wanderfuls ™</h1> \n <h1>Centerpiece and Party Favors in One!</h1> \n <a href=\"#\" role=\"button\">\n Shop Now\n </a>\n <h2>\n Centerpieces That Double as Party Favors\n </h2>\n <p>Wanderfuls are designed to become an interactive part of your special day. What guest could forget the moment they remove their party favor from the centerpiece? <br/><br/> The Wanderfuls connect your guests to each other and to the magical moments of the event. These unique and memorable candy centerpieces are perfect for those once in a lifetime special events.</p>\n <h2>\n Customize and Design Your Own Centerpiece!\n </h2>\n <p>Our in-house designers will guide you through our customizable options, creating the perfect bouquet for the mood or theme of your event. Explore the different combinations and see them placed on a bouquet, until you find a design that you love!\n<br/><br/>\nChoose a coordinating color for the ribbon which spirals elegantly around and down the wand. For an extra special touch , you can choose to have imprinting on your Wanderfuls.</p>\n <h2>\n Centerpiece Ideas for All Types of Party\n </h2>\n <p>More than just traditional flower table decors for your special events. Wanderfuls gives you unique birthday centerpiece, graduation centerpiece, banquet centerpiece, anniversaries, holidays, and more... <br/> <br/>This is something so different and unique your guest will be amazed! These table decorations will create cherished memories that you and your guest will surely remember!</p>\n <img width=\"758\" height=\"686\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/image_2019_03_21T07_09_41_778Z.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/image_2019_03_21T07_09_41_778Z.png 758w, https://sub.morganrand.com/wp-content/uploads/2019/03/image_2019_03_21T07_09_41_778Z-300x272.png 300w\" sizes=\"(max-width: 758px) 100vw, 758px\" /> \n <p>Wanderfuls is proud to offer a diverse color palette that represents every color of the rainbow, including many holographic, metallic and iridescent options.</p> \n <img width=\"826\" height=\"641\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Capture.jpg\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Capture.jpg 826w, https://sub.morganrand.com/wp-content/uploads/2019/03/Capture-300x233.jpg 300w, https://sub.morganrand.com/wp-content/uploads/2019/03/Capture-768x596.jpg 768w\" sizes=\"(max-width: 826px) 100vw, 826px\" /> \n <img width=\"670\" height=\"569\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Pics.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Pics.png 670w, https://sub.morganrand.com/wp-content/uploads/2019/03/Pics-300x255.png 300w\" sizes=\"(max-width: 670px) 100vw, 670px\" /> \n <p>How many favors are in each centerpiece bouquet?</p><p>The Classic Wanderfuls Arrangement combines the look of a flower bouquet with the bonus of a take home favor. They are available in four sizes: 6, 8, 9, and 10.</p><p>Consideration should be given to the amount of people seated per table and aesthetic preference when deciding a size</p><p> </p> \n <img width=\"370\" height=\"216\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/255.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/255.png 370w, https://sub.morganrand.com/wp-content/uploads/2019/03/255-300x175.png 300w\" sizes=\"(max-width: 370px) 100vw, 370px\" /> \n <img width=\"1024\" height=\"768\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Candy-Collage-2-1024x768.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Candy-Collage-2-1024x768.png 1024w, https://sub.morganrand.com/wp-content/uploads/2019/03/Candy-Collage-2-300x225.png 300w, https://sub.morganrand.com/wp-content/uploads/2019/03/Candy-Collage-2-768x576.png 768w, https://sub.morganrand.com/wp-content/uploads/2019/03/Candy-Collage-2.png 1170w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /> \n <p>Imagine your party favors filled with colorful candies such as Jordan Almonds Candy, Foil Wrapped Candy, Jelly Beans, Gumballs, Mini Jawbreakers, Mints, Kisses, & More. </p>\n<p>Don\'t see your favorite candy? We may have it! Check by calling 1-888-837-5021</p> \n <img width=\"640\" height=\"426\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/candy-2538878_640.jpg\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/candy-2538878_640.jpg 640w, https://sub.morganrand.com/wp-content/uploads/2019/03/candy-2538878_640-300x200.jpg 300w\" sizes=\"(max-width: 640px) 100vw, 640px\" /> \n <h2>What is a Wanderfuls™ centerpiece?</h2> \n <p>Wanderfuls™ are custom, one-of-a-kind centerpieces made up of individual party favors! Wanderfuls™, the original all-in-one centerpiece, and party favor.</p><p>Individual candy filled wands available in three lengths, wrapped in a beautiful colored ribbon of your choosing, imprinted with your message and party date, then topped with a bright fluffy hand-sewn pom with a colorful tassel center. the favors really look like flowers! Each favor slides easily into the base which can hold 6, 8, 9, 10, or 12 favors, creating your unique centerpiece.</p><p>Your custom party decoration then transforms into individual takeaway favors your guests will treasure forever! 100’s of colors available to fit the theme and feel of any party. Personal one on one assistance from our talented in house designers and artists! Check out our website, play on our design tool program where you can impart your colors onto one of our beautiful centerpieces, making it truly your own.</p> \n <a href=\"#\" role=\"button\">\n View our designs\n </a>\n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/1.jpg\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"0\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/2.jpg\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"1\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/3.jpg\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"2\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Kara-holding-the-Wanderfuls-centerpiece-we-designed-for-her-wedding..jpg\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"3\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/miss-america-sweet-16-centerpeice-ideas.jpg\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"4\"> \n </a> \n <h3>Meet Mr. Wanderfuls</h3> \n <img width=\"180\" height=\"180\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Ken.jpg\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Ken.jpg 180w, https://sub.morganrand.com/wp-content/uploads/2019/03/Ken-150x150.jpg 150w\" sizes=\"(max-width: 180px) 100vw, 180px\" /> \n <h3>Contact Us</h3> \n <ul>\n <li >\n +44 20 5540 1234\n </li>\n <li >\n +44 35 9998 3245\n </li>\n <li >\n +44 20 5540 4433\n </li>\n </ul>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Google-plus\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Tumblr\n </a>','Home','','inherit','closed','closed','','7-revision-v1','','','2019-03-21 08:28:10','2019-03-21 08:28:10','',7,'https://sub.morganrand.com/7-revision-v1/',0,'revision','',0),(98,2,'2019-03-21 06:16:35','2019-03-21 06:16:35','<h1>Wanderfuls ™</h1> \n <p>Centerpiece and party favors in one!</p> \n <a href=\"#\" role=\"button\">\n View Studio Tour\n </a>\n <h3>\n Web design\n </h3>\n <p>Leverage agile frameworks to provide a robust synopsis for high level overviews iterative approaches.</p>\n <h3>\n Branding\n </h3>\n <p>Leverage agile frameworks to provide a robust synopsis for high level overviews iterative approaches.</p>\n <h3>\n Advertising \n </h3>\n <p>Leverage agile frameworks to provide a robust synopsis for high level overviews iterative approaches.</p>\n <img width=\"263\" height=\"219\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/052.png\" alt=\"\" /> \n <img width=\"117\" height=\"211\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/155.png\" alt=\"\" /> \n <img width=\"189\" height=\"371\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/11.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/11.png 189w, https://sub.morganrand.com/wp-content/uploads/2019/03/11-153x300.png 153w\" sizes=\"(max-width: 189px) 100vw, 189px\" /> \n <img width=\"168\" height=\"360\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/12.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/12.png 168w, https://sub.morganrand.com/wp-content/uploads/2019/03/12-140x300.png 140w\" sizes=\"(max-width: 168px) 100vw, 168px\" /> \n <img width=\"218\" height=\"294\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/13.png\" alt=\"\" /> \n <img width=\"370\" height=\"216\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/255.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/255.png 370w, https://sub.morganrand.com/wp-content/uploads/2019/03/255-300x175.png 300w\" sizes=\"(max-width: 370px) 100vw, 370px\" /> \n <img width=\"217\" height=\"291\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/3-5.png\" alt=\"\" /> \n <img width=\"263\" height=\"219\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/535.png\" alt=\"\" /> \n <img width=\"189\" height=\"371\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/8.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/8.png 189w, https://sub.morganrand.com/wp-content/uploads/2019/03/8-153x300.png 153w\" sizes=\"(max-width: 189px) 100vw, 189px\" /> \n <h2>Working Process</h2> \n <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation X is on the runway heading towards a streamlined cloud solution. User generated content in real-time will have multiple touchpoints for offshoring. Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide.</p> \n <a href=\"#\" role=\"button\">\n View Studio Tour\n </a>\n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/36.png\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"0\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/architecture_3.jpg\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"1\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/3-1.png\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"2\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/201.jpg\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"3\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/15-1.png\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"4\"> \n </a> \n <h3>Meet The Team</h3> \n <p>Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide with additional clickthroughs from nanotechnology immersion DevOps. </p> \n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5-2.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5-2.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/5-2-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Untitled-4.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Untitled-4.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/Untitled-4-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Google-plus\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5Untitled-4.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5Untitled-4.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/5Untitled-4-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/54.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/54.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/54-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/63853.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/63853.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/63853-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Dribbble\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Behance\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/86.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/86.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/86-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/452.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/452.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/452-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Dribbble\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/525.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/525.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/525-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Google-plus\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <h3>Contact Us</h3> \n <ul>\n <li >\n +44 20 5540 1234\n </li>\n <li >\n +44 35 9998 3245\n </li>\n <li >\n +44 20 5540 4433\n </li>\n </ul>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Google-plus\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Tumblr\n </a>\n <h1>Welcome To Dynamic Studio</h1> \n <p>Leverage agile frameworks to provide a robust synopsis for high level overviews. Iterative approaches to corporate strategy foster collaborative thinking to further the overall value proposition. </p> \n <a href=\"#\" role=\"button\">\n View Studio Tour\n </a>\n <h3>\n Web design\n </h3>\n <p>Leverage agile frameworks to provide a robust synopsis for high level overviews iterative approaches.</p>\n <h3>\n Branding\n </h3>\n <p>Leverage agile frameworks to provide a robust synopsis for high level overviews iterative approaches.</p>\n <h3>\n Advertising \n </h3>\n <p>Leverage agile frameworks to provide a robust synopsis for high level overviews iterative approaches.</p>\n <img width=\"263\" height=\"219\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/052.png\" alt=\"\" /> \n <img width=\"117\" height=\"211\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/155.png\" alt=\"\" /> \n <img width=\"189\" height=\"371\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/11.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/11.png 189w, https://sub.morganrand.com/wp-content/uploads/2019/03/11-153x300.png 153w\" sizes=\"(max-width: 189px) 100vw, 189px\" /> \n <img width=\"168\" height=\"360\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/12.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/12.png 168w, https://sub.morganrand.com/wp-content/uploads/2019/03/12-140x300.png 140w\" sizes=\"(max-width: 168px) 100vw, 168px\" /> \n <img width=\"218\" height=\"294\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/13.png\" alt=\"\" /> \n <img width=\"370\" height=\"216\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/255.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/255.png 370w, https://sub.morganrand.com/wp-content/uploads/2019/03/255-300x175.png 300w\" sizes=\"(max-width: 370px) 100vw, 370px\" /> \n <img width=\"217\" height=\"291\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/3-5.png\" alt=\"\" /> \n <img width=\"263\" height=\"219\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/535.png\" alt=\"\" /> \n <img width=\"189\" height=\"371\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/8.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/8.png 189w, https://sub.morganrand.com/wp-content/uploads/2019/03/8-153x300.png 153w\" sizes=\"(max-width: 189px) 100vw, 189px\" /> \n <h2>Working Process</h2> \n <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation X is on the runway heading towards a streamlined cloud solution. User generated content in real-time will have multiple touchpoints for offshoring. Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide.</p> \n <a href=\"#\" role=\"button\">\n View Studio Tour\n </a>\n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/36.png\" data-elementor-lightbox-slideshow=\"539dc278\" data-elementor-lightbox-index=\"0\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/architecture_3.jpg\" data-elementor-lightbox-slideshow=\"539dc278\" data-elementor-lightbox-index=\"1\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/3-1.png\" data-elementor-lightbox-slideshow=\"539dc278\" data-elementor-lightbox-index=\"2\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/201.jpg\" data-elementor-lightbox-slideshow=\"539dc278\" data-elementor-lightbox-index=\"3\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/15-1.png\" data-elementor-lightbox-slideshow=\"539dc278\" data-elementor-lightbox-index=\"4\"> \n </a> \n <h3>Meet The Team</h3> \n <p>Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide with additional clickthroughs from nanotechnology immersion DevOps. </p> \n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5-2.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5-2.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/5-2-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Untitled-4.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Untitled-4.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/Untitled-4-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Google-plus\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5Untitled-4.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5Untitled-4.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/5Untitled-4-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/54.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/54.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/54-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/63853.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/63853.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/63853-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Dribbble\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Behance\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/86.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/86.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/86-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/452.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/452.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/452-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Dribbble\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/525.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/525.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/525-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Google-plus\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <h3>Contact Us</h3> \n <ul>\n <li >\n +44 20 5540 1234\n </li>\n <li >\n +44 35 9998 3245\n </li>\n <li >\n +44 20 5540 4433\n </li>\n </ul>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Google-plus\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Tumblr\n </a>','Home','','inherit','closed','closed','','7-revision-v1','','','2019-03-21 06:16:35','2019-03-21 06:16:35','',7,'https://sub.morganrand.com/7-revision-v1/',0,'revision','',0),(99,2,'2019-03-21 06:18:51','2019-03-21 06:18:51','<h1>Wanderfuls ™</h1> \n <p>Centerpiece and Party Favors in one!</p> \n <a href=\"#\" role=\"button\">\n Shop Now\n </a>\n <h3>\n Web design\n </h3>\n <p>Leverage agile frameworks to provide a robust synopsis for high level overviews iterative approaches.</p>\n <h3>\n Branding\n </h3>\n <p>Leverage agile frameworks to provide a robust synopsis for high level overviews iterative approaches.</p>\n <h3>\n Advertising \n </h3>\n <p>Leverage agile frameworks to provide a robust synopsis for high level overviews iterative approaches.</p>\n <img width=\"263\" height=\"219\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/052.png\" alt=\"\" /> \n <img width=\"117\" height=\"211\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/155.png\" alt=\"\" /> \n <img width=\"189\" height=\"371\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/11.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/11.png 189w, https://sub.morganrand.com/wp-content/uploads/2019/03/11-153x300.png 153w\" sizes=\"(max-width: 189px) 100vw, 189px\" /> \n <img width=\"168\" height=\"360\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/12.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/12.png 168w, https://sub.morganrand.com/wp-content/uploads/2019/03/12-140x300.png 140w\" sizes=\"(max-width: 168px) 100vw, 168px\" /> \n <img width=\"218\" height=\"294\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/13.png\" alt=\"\" /> \n <img width=\"370\" height=\"216\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/255.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/255.png 370w, https://sub.morganrand.com/wp-content/uploads/2019/03/255-300x175.png 300w\" sizes=\"(max-width: 370px) 100vw, 370px\" /> \n <img width=\"217\" height=\"291\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/3-5.png\" alt=\"\" /> \n <img width=\"263\" height=\"219\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/535.png\" alt=\"\" /> \n <img width=\"189\" height=\"371\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/8.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/8.png 189w, https://sub.morganrand.com/wp-content/uploads/2019/03/8-153x300.png 153w\" sizes=\"(max-width: 189px) 100vw, 189px\" /> \n <h2>Working Process</h2> \n <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation X is on the runway heading towards a streamlined cloud solution. User generated content in real-time will have multiple touchpoints for offshoring. Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide.</p> \n <a href=\"#\" role=\"button\">\n View Studio Tour\n </a>\n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/36.png\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"0\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/architecture_3.jpg\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"1\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/3-1.png\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"2\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/201.jpg\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"3\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/15-1.png\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"4\"> \n </a> \n <h3>Meet The Team</h3> \n <p>Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide with additional clickthroughs from nanotechnology immersion DevOps. </p> \n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5-2.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5-2.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/5-2-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Untitled-4.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Untitled-4.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/Untitled-4-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Google-plus\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5Untitled-4.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5Untitled-4.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/5Untitled-4-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/54.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/54.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/54-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/63853.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/63853.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/63853-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Dribbble\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Behance\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/86.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/86.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/86-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/452.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/452.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/452-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Dribbble\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/525.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/525.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/525-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Google-plus\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <h3>Contact Us</h3> \n <ul>\n <li >\n +44 20 5540 1234\n </li>\n <li >\n +44 35 9998 3245\n </li>\n <li >\n +44 20 5540 4433\n </li>\n </ul>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Google-plus\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Tumblr\n </a>\n <h1>Welcome To Dynamic Studio</h1> \n <p>Leverage agile frameworks to provide a robust synopsis for high level overviews. Iterative approaches to corporate strategy foster collaborative thinking to further the overall value proposition. </p> \n <a href=\"#\" role=\"button\">\n View Studio Tour\n </a>\n <h3>\n Web design\n </h3>\n <p>Leverage agile frameworks to provide a robust synopsis for high level overviews iterative approaches.</p>\n <h3>\n Branding\n </h3>\n <p>Leverage agile frameworks to provide a robust synopsis for high level overviews iterative approaches.</p>\n <h3>\n Advertising \n </h3>\n <p>Leverage agile frameworks to provide a robust synopsis for high level overviews iterative approaches.</p>\n <img width=\"263\" height=\"219\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/052.png\" alt=\"\" /> \n <img width=\"117\" height=\"211\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/155.png\" alt=\"\" /> \n <img width=\"189\" height=\"371\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/11.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/11.png 189w, https://sub.morganrand.com/wp-content/uploads/2019/03/11-153x300.png 153w\" sizes=\"(max-width: 189px) 100vw, 189px\" /> \n <img width=\"168\" height=\"360\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/12.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/12.png 168w, https://sub.morganrand.com/wp-content/uploads/2019/03/12-140x300.png 140w\" sizes=\"(max-width: 168px) 100vw, 168px\" /> \n <img width=\"218\" height=\"294\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/13.png\" alt=\"\" /> \n <img width=\"370\" height=\"216\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/255.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/255.png 370w, https://sub.morganrand.com/wp-content/uploads/2019/03/255-300x175.png 300w\" sizes=\"(max-width: 370px) 100vw, 370px\" /> \n <img width=\"217\" height=\"291\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/3-5.png\" alt=\"\" /> \n <img width=\"263\" height=\"219\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/535.png\" alt=\"\" /> \n <img width=\"189\" height=\"371\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/8.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/8.png 189w, https://sub.morganrand.com/wp-content/uploads/2019/03/8-153x300.png 153w\" sizes=\"(max-width: 189px) 100vw, 189px\" /> \n <h2>Working Process</h2> \n <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation X is on the runway heading towards a streamlined cloud solution. User generated content in real-time will have multiple touchpoints for offshoring. Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide.</p> \n <a href=\"#\" role=\"button\">\n View Studio Tour\n </a>\n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/36.png\" data-elementor-lightbox-slideshow=\"539dc278\" data-elementor-lightbox-index=\"0\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/architecture_3.jpg\" data-elementor-lightbox-slideshow=\"539dc278\" data-elementor-lightbox-index=\"1\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/3-1.png\" data-elementor-lightbox-slideshow=\"539dc278\" data-elementor-lightbox-index=\"2\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/201.jpg\" data-elementor-lightbox-slideshow=\"539dc278\" data-elementor-lightbox-index=\"3\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/15-1.png\" data-elementor-lightbox-slideshow=\"539dc278\" data-elementor-lightbox-index=\"4\"> \n </a> \n <h3>Meet The Team</h3> \n <p>Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide with additional clickthroughs from nanotechnology immersion DevOps. </p> \n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5-2.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5-2.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/5-2-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Untitled-4.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Untitled-4.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/Untitled-4-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Google-plus\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5Untitled-4.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5Untitled-4.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/5Untitled-4-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/54.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/54.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/54-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/63853.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/63853.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/63853-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Dribbble\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Behance\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/86.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/86.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/86-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/452.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/452.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/452-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Dribbble\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/525.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/525.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/525-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Google-plus\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <h3>Contact Us</h3> \n <ul>\n <li >\n +44 20 5540 1234\n </li>\n <li >\n +44 35 9998 3245\n </li>\n <li >\n +44 20 5540 4433\n </li>\n </ul>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Google-plus\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Tumblr\n </a>','Home','','inherit','closed','closed','','7-revision-v1','','','2019-03-21 06:18:51','2019-03-21 06:18:51','',7,'https://sub.morganrand.com/7-revision-v1/',0,'revision','',0),(100,2,'2019-03-21 06:19:27','2019-03-21 06:19:27','<h1>Wanderfuls ™</h1> \n <p>Centerpiece and Party Favors in One!</p> \n <a href=\"#\" role=\"button\">\n Shop Now\n </a>\n <h3>\n Web design\n </h3>\n <p>Leverage agile frameworks to provide a robust synopsis for high level overviews iterative approaches.</p>\n <h3>\n Branding\n </h3>\n <p>Leverage agile frameworks to provide a robust synopsis for high level overviews iterative approaches.</p>\n <h3>\n Advertising \n </h3>\n <p>Leverage agile frameworks to provide a robust synopsis for high level overviews iterative approaches.</p>\n <img width=\"263\" height=\"219\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/052.png\" alt=\"\" /> \n <img width=\"117\" height=\"211\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/155.png\" alt=\"\" /> \n <img width=\"189\" height=\"371\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/11.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/11.png 189w, https://sub.morganrand.com/wp-content/uploads/2019/03/11-153x300.png 153w\" sizes=\"(max-width: 189px) 100vw, 189px\" /> \n <img width=\"168\" height=\"360\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/12.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/12.png 168w, https://sub.morganrand.com/wp-content/uploads/2019/03/12-140x300.png 140w\" sizes=\"(max-width: 168px) 100vw, 168px\" /> \n <img width=\"218\" height=\"294\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/13.png\" alt=\"\" /> \n <img width=\"370\" height=\"216\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/255.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/255.png 370w, https://sub.morganrand.com/wp-content/uploads/2019/03/255-300x175.png 300w\" sizes=\"(max-width: 370px) 100vw, 370px\" /> \n <img width=\"217\" height=\"291\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/3-5.png\" alt=\"\" /> \n <img width=\"263\" height=\"219\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/535.png\" alt=\"\" /> \n <img width=\"189\" height=\"371\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/8.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/8.png 189w, https://sub.morganrand.com/wp-content/uploads/2019/03/8-153x300.png 153w\" sizes=\"(max-width: 189px) 100vw, 189px\" /> \n <h2>Working Process</h2> \n <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation X is on the runway heading towards a streamlined cloud solution. User generated content in real-time will have multiple touchpoints for offshoring. Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide.</p> \n <a href=\"#\" role=\"button\">\n View Studio Tour\n </a>\n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/36.png\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"0\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/architecture_3.jpg\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"1\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/3-1.png\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"2\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/201.jpg\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"3\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/15-1.png\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"4\"> \n </a> \n <h3>Meet The Team</h3> \n <p>Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide with additional clickthroughs from nanotechnology immersion DevOps. </p> \n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5-2.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5-2.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/5-2-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Untitled-4.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Untitled-4.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/Untitled-4-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Google-plus\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5Untitled-4.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5Untitled-4.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/5Untitled-4-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/54.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/54.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/54-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/63853.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/63853.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/63853-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Dribbble\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Behance\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/86.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/86.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/86-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/452.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/452.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/452-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Dribbble\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/525.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/525.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/525-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Google-plus\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <h3>Contact Us</h3> \n <ul>\n <li >\n +44 20 5540 1234\n </li>\n <li >\n +44 35 9998 3245\n </li>\n <li >\n +44 20 5540 4433\n </li>\n </ul>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Google-plus\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Tumblr\n </a>\n <h1>Welcome To Dynamic Studio</h1> \n <p>Leverage agile frameworks to provide a robust synopsis for high level overviews. Iterative approaches to corporate strategy foster collaborative thinking to further the overall value proposition. </p> \n <a href=\"#\" role=\"button\">\n View Studio Tour\n </a>\n <h3>\n Web design\n </h3>\n <p>Leverage agile frameworks to provide a robust synopsis for high level overviews iterative approaches.</p>\n <h3>\n Branding\n </h3>\n <p>Leverage agile frameworks to provide a robust synopsis for high level overviews iterative approaches.</p>\n <h3>\n Advertising \n </h3>\n <p>Leverage agile frameworks to provide a robust synopsis for high level overviews iterative approaches.</p>\n <img width=\"263\" height=\"219\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/052.png\" alt=\"\" /> \n <img width=\"117\" height=\"211\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/155.png\" alt=\"\" /> \n <img width=\"189\" height=\"371\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/11.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/11.png 189w, https://sub.morganrand.com/wp-content/uploads/2019/03/11-153x300.png 153w\" sizes=\"(max-width: 189px) 100vw, 189px\" /> \n <img width=\"168\" height=\"360\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/12.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/12.png 168w, https://sub.morganrand.com/wp-content/uploads/2019/03/12-140x300.png 140w\" sizes=\"(max-width: 168px) 100vw, 168px\" /> \n <img width=\"218\" height=\"294\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/13.png\" alt=\"\" /> \n <img width=\"370\" height=\"216\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/255.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/255.png 370w, https://sub.morganrand.com/wp-content/uploads/2019/03/255-300x175.png 300w\" sizes=\"(max-width: 370px) 100vw, 370px\" /> \n <img width=\"217\" height=\"291\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/3-5.png\" alt=\"\" /> \n <img width=\"263\" height=\"219\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/535.png\" alt=\"\" /> \n <img width=\"189\" height=\"371\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/8.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/8.png 189w, https://sub.morganrand.com/wp-content/uploads/2019/03/8-153x300.png 153w\" sizes=\"(max-width: 189px) 100vw, 189px\" /> \n <h2>Working Process</h2> \n <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation X is on the runway heading towards a streamlined cloud solution. User generated content in real-time will have multiple touchpoints for offshoring. Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide.</p> \n <a href=\"#\" role=\"button\">\n View Studio Tour\n </a>\n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/36.png\" data-elementor-lightbox-slideshow=\"539dc278\" data-elementor-lightbox-index=\"0\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/architecture_3.jpg\" data-elementor-lightbox-slideshow=\"539dc278\" data-elementor-lightbox-index=\"1\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/3-1.png\" data-elementor-lightbox-slideshow=\"539dc278\" data-elementor-lightbox-index=\"2\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/201.jpg\" data-elementor-lightbox-slideshow=\"539dc278\" data-elementor-lightbox-index=\"3\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/15-1.png\" data-elementor-lightbox-slideshow=\"539dc278\" data-elementor-lightbox-index=\"4\"> \n </a> \n <h3>Meet The Team</h3> \n <p>Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide with additional clickthroughs from nanotechnology immersion DevOps. </p> \n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5-2.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5-2.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/5-2-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Untitled-4.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Untitled-4.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/Untitled-4-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Google-plus\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5Untitled-4.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5Untitled-4.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/5Untitled-4-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/54.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/54.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/54-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/63853.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/63853.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/63853-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Dribbble\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Behance\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/86.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/86.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/86-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/452.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/452.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/452-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Dribbble\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/525.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/525.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/525-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Google-plus\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <h3>Contact Us</h3> \n <ul>\n <li >\n +44 20 5540 1234\n </li>\n <li >\n +44 35 9998 3245\n </li>\n <li >\n +44 20 5540 4433\n </li>\n </ul>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Google-plus\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Tumblr\n </a>','Home','','inherit','closed','closed','','7-revision-v1','','','2019-03-21 06:19:27','2019-03-21 06:19:27','',7,'https://sub.morganrand.com/7-revision-v1/',0,'revision','',0),(101,2,'2019-03-21 06:26:28','2019-03-21 06:26:28','<ul>\n <li >\n 1-888-837-5021\n </li>\n <li >\n info@wanderfuls.com\n </li>\n <li >\n Mon - Fri: 10:00 - 19:00 EST\n </li>\n </ul>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Google-plus\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Youtube\n </a>','Header General','','inherit','closed','closed','','45-revision-v1','','','2019-03-21 06:26:28','2019-03-21 06:26:28','',45,'https://sub.morganrand.com/45-revision-v1/',0,'revision','',0),(102,2,'2019-03-21 06:27:09','2019-03-21 06:27:09','<ul>\n <li >\n 1-888-837-5021\n </li>\n <li >\n info@wanderfuls.com\n </li>\n <li >\n Mon - Fri: 10:00 - 19:00 EST\n </li>\n </ul>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Google-plus\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Youtube\n </a>','Header General','','inherit','closed','closed','','45-revision-v1','','','2019-03-21 06:27:09','2019-03-21 06:27:09','',45,'https://sub.morganrand.com/45-revision-v1/',0,'revision','',0),(103,2,'2019-03-21 06:29:31','2019-03-21 06:29:31','<ul>\n <li >\n 1-888-837-5021\n </li>\n <li >\n info@wanderfuls.com\n </li>\n <li >\n Mon - Fri: 10:00 - 19:00 EST\n </li>\n </ul>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Google-plus\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Youtube\n </a>','Header General','','inherit','closed','closed','','45-revision-v1','','','2019-03-21 06:29:31','2019-03-21 06:29:31','',45,'https://sub.morganrand.com/45-revision-v1/',0,'revision','',0),(104,2,'2019-03-21 06:31:03','2019-03-21 06:31:03','<ul>\n <li >\n 1-888-837-5021\n </li>\n <li >\n info@wanderfuls.com\n </li>\n <li >\n Mon - Fri: 10:00 - 19:00 EST\n </li>\n </ul>\n <a href=\"https://www.facebook.com/Wanderfuls/\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"https://twitter.com/wanderfuls\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Youtube\n </a>','Header General','','inherit','closed','closed','','45-revision-v1','','','2019-03-21 06:31:03','2019-03-21 06:31:03','',45,'https://sub.morganrand.com/45-revision-v1/',0,'revision','',0),(105,2,'2019-03-21 06:31:32','2019-03-21 06:31:32','<ul>\n <li >\n 1-888-837-5021\n </li>\n <li >\n info@wanderfuls.com\n </li>\n <li >\n Mon - Fri: 10:00 - 19:00 EST\n </li>\n </ul>\n <a href=\"https://www.facebook.com/Wanderfuls/\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"https://twitter.com/wanderfuls\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Youtube\n </a>','Header General','','inherit','closed','closed','','45-revision-v1','','','2019-03-21 06:31:32','2019-03-21 06:31:32','',45,'https://sub.morganrand.com/45-revision-v1/',0,'revision','',0),(106,2,'2019-03-21 06:32:28','2019-03-21 06:32:28','<ul>\n <li >\n 1-888-837-5021\n </li>\n <li >\n info@wanderfuls.com\n </li>\n <li >\n Mon - Fri: 10:00 - 19:00 EST\n </li>\n </ul>\n <a href=\"https://www.facebook.com/Wanderfuls/\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"https://twitter.com/wanderfuls\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"https://www.instagram.com/wanderfuls/\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Youtube\n </a>','Header General','','inherit','closed','closed','','45-revision-v1','','','2019-03-21 06:32:28','2019-03-21 06:32:28','',45,'https://sub.morganrand.com/45-revision-v1/',0,'revision','',0),(108,2,'2019-03-21 06:34:23','2019-03-21 06:34:23','<ul>\n <li >\n 1-888-837-5021\n </li>\n <li >\n info@wanderfuls.com\n </li>\n <li >\n Mon - Fri: 10:00 - 19:00 EST\n </li>\n </ul>\n <a href=\"https://www.facebook.com/Wanderfuls/\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"https://twitter.com/wanderfuls\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"https://www.instagram.com/wanderfuls/\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Youtube\n </a>\n <a href=\"https://www.linkedin.com/in/ken-wanderfuls-ba7899132/\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>','Header General','','inherit','closed','closed','','45-revision-v1','','','2019-03-21 06:34:23','2019-03-21 06:34:23','',45,'https://sub.morganrand.com/45-revision-v1/',0,'revision','',0),(109,2,'2019-03-21 06:35:17','2019-03-21 06:35:17','<ul>\n <li >\n <a href=\"tel:18888375021\"> \n 1-888-837-5021\n </a>\n </li>\n <li >\n info@wanderfuls.com\n </li>\n <li >\n Mon - Fri: 10:00 - 19:00 EST\n </li>\n </ul>\n <a href=\"https://www.facebook.com/Wanderfuls/\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"https://twitter.com/wanderfuls\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"https://www.instagram.com/wanderfuls/\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Youtube\n </a>\n <a href=\"https://www.linkedin.com/in/ken-wanderfuls-ba7899132/\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>','Header General','','inherit','closed','closed','','45-revision-v1','','','2019-03-21 06:35:17','2019-03-21 06:35:17','',45,'https://sub.morganrand.com/45-revision-v1/',0,'revision','',0),(166,2,'2019-03-21 08:45:06','2019-03-21 08:45:06','<ul>\n <li >\n <a href=\"tel:18888375021\"> \n 1-888-837-5021\n </a>\n </li>\n <li >\n Mon - Fri: 10:00 - 19:00 EST\n </li>\n </ul>\n <a href=\"https://www.facebook.com/Wanderfuls/\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"https://twitter.com/wanderfuls\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"https://www.instagram.com/wanderfuls/\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <a href=\"https://www.youtube.com/channel/UCTlqptsMt6rupKdWj7vBguQ\" target=\"_blank\" rel=\"noopener noreferrer\">\n Youtube\n </a>\n <a href=\"https://www.linkedin.com/in/ken-wanderfuls-ba7899132/\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>','Header General','','inherit','closed','closed','','45-revision-v1','','','2019-03-21 08:45:06','2019-03-21 08:45:06','',45,'https://sub.morganrand.com/45-revision-v1/',0,'revision','',0),(110,2,'2019-03-21 06:35:31','2019-03-21 06:35:31','<ul>\n <li >\n <a href=\"tel:18888375021\"> \n 1-888-837-5021\n </a>\n </li>\n <li >\n info@wanderfuls.com\n </li>\n <li >\n Mon - Fri: 10:00 - 19:00 EST\n </li>\n </ul>\n <a href=\"https://www.facebook.com/Wanderfuls/\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"https://twitter.com/wanderfuls\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"https://www.instagram.com/wanderfuls/\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <a href=\"https://www.youtube.com/channel/UCTlqptsMt6rupKdWj7vBguQ\" target=\"_blank\" rel=\"noopener noreferrer\">\n Youtube\n </a>\n <a href=\"https://www.linkedin.com/in/ken-wanderfuls-ba7899132/\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>','Header General','','inherit','closed','closed','','45-revision-v1','','','2019-03-21 06:35:31','2019-03-21 06:35:31','',45,'https://sub.morganrand.com/45-revision-v1/',0,'revision','',0),(111,2,'2019-03-21 06:35:38','2019-03-21 06:35:38','<ul>\n <li >\n <a href=\"tel:18888375021\"> \n 1-888-837-5021\n </a>\n </li>\n <li >\n info@wanderfuls.com\n </li>\n <li >\n Mon - Fri: 10:00 - 19:00 EST\n </li>\n </ul>\n <a href=\"https://www.facebook.com/Wanderfuls/\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"https://twitter.com/wanderfuls\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"https://www.instagram.com/wanderfuls/\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <a href=\"https://www.youtube.com/channel/UCTlqptsMt6rupKdWj7vBguQ\" target=\"_blank\" rel=\"noopener noreferrer\">\n Youtube\n </a>\n <a href=\"https://www.linkedin.com/in/ken-wanderfuls-ba7899132/\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>','Header General','','inherit','closed','closed','','45-revision-v1','','','2019-03-21 06:35:38','2019-03-21 06:35:38','',45,'https://sub.morganrand.com/45-revision-v1/',0,'revision','',0),(112,2,'2019-03-21 06:37:28','2019-03-21 06:37:28','<ul>\n <li >\n <a href=\"tel:18888375021\"> \n 1-888-837-5021\n </a>\n </li>\n <li >\n info@wanderfuls.com\n </li>\n <li >\n Mon - Fri: 10:00 - 19:00 EST\n </li>\n </ul>\n <a href=\"https://www.facebook.com/Wanderfuls/\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"https://twitter.com/wanderfuls\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"https://www.instagram.com/wanderfuls/\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <a href=\"https://www.youtube.com/channel/UCTlqptsMt6rupKdWj7vBguQ\" target=\"_blank\" rel=\"noopener noreferrer\">\n Youtube\n </a>\n <a href=\"https://www.linkedin.com/in/ken-wanderfuls-ba7899132/\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>','Header General','','inherit','closed','closed','','45-revision-v1','','','2019-03-21 06:37:28','2019-03-21 06:37:28','',45,'https://sub.morganrand.com/45-revision-v1/',0,'revision','',0),(113,2,'2019-03-21 06:40:58','2019-03-21 06:40:58','<h1>Wanderfuls ™</h1> \n <h1>Centerpiece and Party Favors in One!</h1> \n <a href=\"#\" role=\"button\">\n Shop Now\n </a>\n <h3>\n Web design\n </h3>\n <p>Leverage agile frameworks to provide a robust synopsis for high level overviews iterative approaches.</p>\n <h3>\n Branding\n </h3>\n <p>Leverage agile frameworks to provide a robust synopsis for high level overviews iterative approaches.</p>\n <h3>\n Advertising \n </h3>\n <p>Leverage agile frameworks to provide a robust synopsis for high level overviews iterative approaches.</p>\n <img width=\"263\" height=\"219\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/052.png\" alt=\"\" /> \n <img width=\"117\" height=\"211\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/155.png\" alt=\"\" /> \n <img width=\"189\" height=\"371\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/11.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/11.png 189w, https://sub.morganrand.com/wp-content/uploads/2019/03/11-153x300.png 153w\" sizes=\"(max-width: 189px) 100vw, 189px\" /> \n <img width=\"168\" height=\"360\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/12.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/12.png 168w, https://sub.morganrand.com/wp-content/uploads/2019/03/12-140x300.png 140w\" sizes=\"(max-width: 168px) 100vw, 168px\" /> \n <img width=\"218\" height=\"294\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/13.png\" alt=\"\" /> \n <img width=\"370\" height=\"216\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/255.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/255.png 370w, https://sub.morganrand.com/wp-content/uploads/2019/03/255-300x175.png 300w\" sizes=\"(max-width: 370px) 100vw, 370px\" /> \n <img width=\"217\" height=\"291\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/3-5.png\" alt=\"\" /> \n <img width=\"263\" height=\"219\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/535.png\" alt=\"\" /> \n <img width=\"189\" height=\"371\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/8.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/8.png 189w, https://sub.morganrand.com/wp-content/uploads/2019/03/8-153x300.png 153w\" sizes=\"(max-width: 189px) 100vw, 189px\" /> \n <h2>Working Process</h2> \n <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation X is on the runway heading towards a streamlined cloud solution. User generated content in real-time will have multiple touchpoints for offshoring. Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide.</p> \n <a href=\"#\" role=\"button\">\n View Studio Tour\n </a>\n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/36.png\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"0\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/architecture_3.jpg\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"1\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/3-1.png\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"2\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/201.jpg\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"3\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/15-1.png\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"4\"> \n </a> \n <h3>Meet The Team</h3> \n <p>Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide with additional clickthroughs from nanotechnology immersion DevOps. </p> \n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5-2.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5-2.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/5-2-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Untitled-4.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Untitled-4.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/Untitled-4-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Google-plus\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5Untitled-4.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5Untitled-4.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/5Untitled-4-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/54.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/54.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/54-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/63853.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/63853.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/63853-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Dribbble\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Behance\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/86.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/86.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/86-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/452.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/452.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/452-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Dribbble\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/525.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/525.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/525-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Google-plus\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <h3>Contact Us</h3> \n <ul>\n <li >\n +44 20 5540 1234\n </li>\n <li >\n +44 35 9998 3245\n </li>\n <li >\n +44 20 5540 4433\n </li>\n </ul>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Google-plus\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Tumblr\n </a>\n <h1>Welcome To Dynamic Studio</h1> \n <p>Leverage agile frameworks to provide a robust synopsis for high level overviews. Iterative approaches to corporate strategy foster collaborative thinking to further the overall value proposition. </p> \n <a href=\"#\" role=\"button\">\n View Studio Tour\n </a>\n <h3>\n Web design\n </h3>\n <p>Leverage agile frameworks to provide a robust synopsis for high level overviews iterative approaches.</p>\n <h3>\n Branding\n </h3>\n <p>Leverage agile frameworks to provide a robust synopsis for high level overviews iterative approaches.</p>\n <h3>\n Advertising \n </h3>\n <p>Leverage agile frameworks to provide a robust synopsis for high level overviews iterative approaches.</p>\n <img width=\"263\" height=\"219\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/052.png\" alt=\"\" /> \n <img width=\"117\" height=\"211\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/155.png\" alt=\"\" /> \n <img width=\"189\" height=\"371\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/11.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/11.png 189w, https://sub.morganrand.com/wp-content/uploads/2019/03/11-153x300.png 153w\" sizes=\"(max-width: 189px) 100vw, 189px\" /> \n <img width=\"168\" height=\"360\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/12.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/12.png 168w, https://sub.morganrand.com/wp-content/uploads/2019/03/12-140x300.png 140w\" sizes=\"(max-width: 168px) 100vw, 168px\" /> \n <img width=\"218\" height=\"294\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/13.png\" alt=\"\" /> \n <img width=\"370\" height=\"216\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/255.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/255.png 370w, https://sub.morganrand.com/wp-content/uploads/2019/03/255-300x175.png 300w\" sizes=\"(max-width: 370px) 100vw, 370px\" /> \n <img width=\"217\" height=\"291\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/3-5.png\" alt=\"\" /> \n <img width=\"263\" height=\"219\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/535.png\" alt=\"\" /> \n <img width=\"189\" height=\"371\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/8.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/8.png 189w, https://sub.morganrand.com/wp-content/uploads/2019/03/8-153x300.png 153w\" sizes=\"(max-width: 189px) 100vw, 189px\" /> \n <h2>Working Process</h2> \n <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation X is on the runway heading towards a streamlined cloud solution. User generated content in real-time will have multiple touchpoints for offshoring. Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide.</p> \n <a href=\"#\" role=\"button\">\n View Studio Tour\n </a>\n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/36.png\" data-elementor-lightbox-slideshow=\"539dc278\" data-elementor-lightbox-index=\"0\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/architecture_3.jpg\" data-elementor-lightbox-slideshow=\"539dc278\" data-elementor-lightbox-index=\"1\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/3-1.png\" data-elementor-lightbox-slideshow=\"539dc278\" data-elementor-lightbox-index=\"2\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/201.jpg\" data-elementor-lightbox-slideshow=\"539dc278\" data-elementor-lightbox-index=\"3\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/15-1.png\" data-elementor-lightbox-slideshow=\"539dc278\" data-elementor-lightbox-index=\"4\"> \n </a> \n <h3>Meet The Team</h3> \n <p>Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide with additional clickthroughs from nanotechnology immersion DevOps. </p> \n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5-2.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5-2.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/5-2-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Untitled-4.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Untitled-4.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/Untitled-4-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Google-plus\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5Untitled-4.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5Untitled-4.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/5Untitled-4-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/54.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/54.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/54-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/63853.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/63853.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/63853-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Dribbble\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Behance\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/86.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/86.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/86-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/452.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/452.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/452-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Dribbble\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/525.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/525.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/525-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Google-plus\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <h3>Contact Us</h3> \n <ul>\n <li >\n +44 20 5540 1234\n </li>\n <li >\n +44 35 9998 3245\n </li>\n <li >\n +44 20 5540 4433\n </li>\n </ul>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Google-plus\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Tumblr\n </a>','Home','','inherit','closed','closed','','7-revision-v1','','','2019-03-21 06:40:58','2019-03-21 06:40:58','',7,'https://sub.morganrand.com/7-revision-v1/',0,'revision','',0),(114,2,'2019-03-21 06:45:00','2019-03-21 06:45:00','<h1>Wanderfuls ™</h1> \n <h1>Centerpiece and Party Favors in One!</h1> \n <a href=\"#\" role=\"button\">\n Shop Now\n </a>\n <h2>\n Centerpieces That Double as Party Favors\n </h2>\n <p>Wanderfuls are designed to become an interactive part of your special day. What guest could forget the moment they remove their party favor from the centerpiece? The Wanderfuls connect your guests to each other and to the magical moments of the event. These unique and memorable candy centerpieces are perfect for those once in a lifetime special events.</p>\n <h3>\n Branding\n </h3>\n <p>Leverage agile frameworks to provide a robust synopsis for high level overviews iterative approaches.</p>\n <h3>\n Advertising \n </h3>\n <p>Leverage agile frameworks to provide a robust synopsis for high level overviews iterative approaches.</p>\n <img width=\"263\" height=\"219\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/052.png\" alt=\"\" /> \n <img width=\"117\" height=\"211\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/155.png\" alt=\"\" /> \n <img width=\"189\" height=\"371\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/11.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/11.png 189w, https://sub.morganrand.com/wp-content/uploads/2019/03/11-153x300.png 153w\" sizes=\"(max-width: 189px) 100vw, 189px\" /> \n <img width=\"168\" height=\"360\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/12.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/12.png 168w, https://sub.morganrand.com/wp-content/uploads/2019/03/12-140x300.png 140w\" sizes=\"(max-width: 168px) 100vw, 168px\" /> \n <img width=\"218\" height=\"294\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/13.png\" alt=\"\" /> \n <img width=\"370\" height=\"216\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/255.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/255.png 370w, https://sub.morganrand.com/wp-content/uploads/2019/03/255-300x175.png 300w\" sizes=\"(max-width: 370px) 100vw, 370px\" /> \n <img width=\"217\" height=\"291\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/3-5.png\" alt=\"\" /> \n <img width=\"263\" height=\"219\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/535.png\" alt=\"\" /> \n <img width=\"189\" height=\"371\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/8.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/8.png 189w, https://sub.morganrand.com/wp-content/uploads/2019/03/8-153x300.png 153w\" sizes=\"(max-width: 189px) 100vw, 189px\" /> \n <h2>Working Process</h2> \n <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation X is on the runway heading towards a streamlined cloud solution. User generated content in real-time will have multiple touchpoints for offshoring. Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide.</p> \n <a href=\"#\" role=\"button\">\n View Studio Tour\n </a>\n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/36.png\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"0\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/architecture_3.jpg\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"1\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/3-1.png\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"2\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/201.jpg\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"3\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/15-1.png\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"4\"> \n </a> \n <h3>Meet The Team</h3> \n <p>Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide with additional clickthroughs from nanotechnology immersion DevOps. </p> \n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5-2.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5-2.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/5-2-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Untitled-4.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Untitled-4.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/Untitled-4-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Google-plus\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5Untitled-4.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5Untitled-4.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/5Untitled-4-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/54.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/54.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/54-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/63853.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/63853.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/63853-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Dribbble\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Behance\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/86.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/86.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/86-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/452.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/452.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/452-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Dribbble\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/525.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/525.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/525-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Google-plus\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <h3>Contact Us</h3> \n <ul>\n <li >\n +44 20 5540 1234\n </li>\n <li >\n +44 35 9998 3245\n </li>\n <li >\n +44 20 5540 4433\n </li>\n </ul>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Google-plus\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Tumblr\n </a>\n <h1>Welcome To Dynamic Studio</h1> \n <p>Leverage agile frameworks to provide a robust synopsis for high level overviews. Iterative approaches to corporate strategy foster collaborative thinking to further the overall value proposition. </p> \n <a href=\"#\" role=\"button\">\n View Studio Tour\n </a>\n <h3>\n Web design\n </h3>\n <p>Leverage agile frameworks to provide a robust synopsis for high level overviews iterative approaches.</p>\n <h3>\n Branding\n </h3>\n <p>Leverage agile frameworks to provide a robust synopsis for high level overviews iterative approaches.</p>\n <h3>\n Advertising \n </h3>\n <p>Leverage agile frameworks to provide a robust synopsis for high level overviews iterative approaches.</p>\n <img width=\"263\" height=\"219\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/052.png\" alt=\"\" /> \n <img width=\"117\" height=\"211\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/155.png\" alt=\"\" /> \n <img width=\"189\" height=\"371\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/11.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/11.png 189w, https://sub.morganrand.com/wp-content/uploads/2019/03/11-153x300.png 153w\" sizes=\"(max-width: 189px) 100vw, 189px\" /> \n <img width=\"168\" height=\"360\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/12.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/12.png 168w, https://sub.morganrand.com/wp-content/uploads/2019/03/12-140x300.png 140w\" sizes=\"(max-width: 168px) 100vw, 168px\" /> \n <img width=\"218\" height=\"294\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/13.png\" alt=\"\" /> \n <img width=\"370\" height=\"216\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/255.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/255.png 370w, https://sub.morganrand.com/wp-content/uploads/2019/03/255-300x175.png 300w\" sizes=\"(max-width: 370px) 100vw, 370px\" /> \n <img width=\"217\" height=\"291\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/3-5.png\" alt=\"\" /> \n <img width=\"263\" height=\"219\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/535.png\" alt=\"\" /> \n <img width=\"189\" height=\"371\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/8.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/8.png 189w, https://sub.morganrand.com/wp-content/uploads/2019/03/8-153x300.png 153w\" sizes=\"(max-width: 189px) 100vw, 189px\" /> \n <h2>Working Process</h2> \n <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation X is on the runway heading towards a streamlined cloud solution. User generated content in real-time will have multiple touchpoints for offshoring. Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide.</p> \n <a href=\"#\" role=\"button\">\n View Studio Tour\n </a>\n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/36.png\" data-elementor-lightbox-slideshow=\"539dc278\" data-elementor-lightbox-index=\"0\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/architecture_3.jpg\" data-elementor-lightbox-slideshow=\"539dc278\" data-elementor-lightbox-index=\"1\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/3-1.png\" data-elementor-lightbox-slideshow=\"539dc278\" data-elementor-lightbox-index=\"2\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/201.jpg\" data-elementor-lightbox-slideshow=\"539dc278\" data-elementor-lightbox-index=\"3\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/15-1.png\" data-elementor-lightbox-slideshow=\"539dc278\" data-elementor-lightbox-index=\"4\"> \n </a> \n <h3>Meet The Team</h3> \n <p>Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide with additional clickthroughs from nanotechnology immersion DevOps. </p> \n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5-2.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5-2.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/5-2-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Untitled-4.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Untitled-4.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/Untitled-4-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Google-plus\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5Untitled-4.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5Untitled-4.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/5Untitled-4-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/54.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/54.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/54-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/63853.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/63853.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/63853-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Dribbble\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Behance\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/86.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/86.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/86-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/452.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/452.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/452-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Dribbble\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/525.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/525.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/525-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Google-plus\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <h3>Contact Us</h3> \n <ul>\n <li >\n +44 20 5540 1234\n </li>\n <li >\n +44 35 9998 3245\n </li>\n <li >\n +44 20 5540 4433\n </li>\n </ul>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Google-plus\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Tumblr\n </a>','Home','','inherit','closed','closed','','7-revision-v1','','','2019-03-21 06:45:00','2019-03-21 06:45:00','',7,'https://sub.morganrand.com/7-revision-v1/',0,'revision','',0),(115,2,'2019-03-21 06:46:29','2019-03-21 06:46:29','<h1>Wanderfuls ™</h1> \n <h1>Centerpiece and Party Favors in One!</h1> \n <a href=\"#\" role=\"button\">\n Shop Now\n </a>\n <h2>\n Centerpieces That Double as Party Favors\n </h2>\n <p>Wanderfuls are designed to become an interactive part of your special day. What guest could forget the moment they remove their party favor from the centerpiece? The Wanderfuls connect your guests to each other and to the magical moments of the event. These unique and memorable candy centerpieces are perfect for those once in a lifetime special events.</p>\n <h3>\n Customize and Design Your Own Centerpiece!\n </h3>\n <p>Designing your Centerpieces is fun and easy! Simply call us. We will make your centerpiece colors magically appears on your screen. You get to choose from dozens of fun decorator colors and scrumptious candy fillings.</p>\n <h3>\n Advertising \n </h3>\n <p>Leverage agile frameworks to provide a robust synopsis for high level overviews iterative approaches.</p>\n <img width=\"263\" height=\"219\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/052.png\" alt=\"\" /> \n <img width=\"117\" height=\"211\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/155.png\" alt=\"\" /> \n <img width=\"189\" height=\"371\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/11.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/11.png 189w, https://sub.morganrand.com/wp-content/uploads/2019/03/11-153x300.png 153w\" sizes=\"(max-width: 189px) 100vw, 189px\" /> \n <img width=\"168\" height=\"360\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/12.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/12.png 168w, https://sub.morganrand.com/wp-content/uploads/2019/03/12-140x300.png 140w\" sizes=\"(max-width: 168px) 100vw, 168px\" /> \n <img width=\"218\" height=\"294\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/13.png\" alt=\"\" /> \n <img width=\"370\" height=\"216\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/255.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/255.png 370w, https://sub.morganrand.com/wp-content/uploads/2019/03/255-300x175.png 300w\" sizes=\"(max-width: 370px) 100vw, 370px\" /> \n <img width=\"217\" height=\"291\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/3-5.png\" alt=\"\" /> \n <img width=\"263\" height=\"219\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/535.png\" alt=\"\" /> \n <img width=\"189\" height=\"371\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/8.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/8.png 189w, https://sub.morganrand.com/wp-content/uploads/2019/03/8-153x300.png 153w\" sizes=\"(max-width: 189px) 100vw, 189px\" /> \n <h2>Working Process</h2> \n <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation X is on the runway heading towards a streamlined cloud solution. User generated content in real-time will have multiple touchpoints for offshoring. Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide.</p> \n <a href=\"#\" role=\"button\">\n View Studio Tour\n </a>\n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/36.png\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"0\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/architecture_3.jpg\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"1\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/3-1.png\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"2\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/201.jpg\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"3\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/15-1.png\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"4\"> \n </a> \n <h3>Meet The Team</h3> \n <p>Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide with additional clickthroughs from nanotechnology immersion DevOps. </p> \n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5-2.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5-2.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/5-2-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Untitled-4.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Untitled-4.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/Untitled-4-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Google-plus\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5Untitled-4.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5Untitled-4.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/5Untitled-4-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/54.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/54.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/54-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/63853.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/63853.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/63853-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Dribbble\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Behance\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/86.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/86.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/86-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/452.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/452.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/452-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Dribbble\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/525.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/525.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/525-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Google-plus\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <h3>Contact Us</h3> \n <ul>\n <li >\n +44 20 5540 1234\n </li>\n <li >\n +44 35 9998 3245\n </li>\n <li >\n +44 20 5540 4433\n </li>\n </ul>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Google-plus\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Tumblr\n </a>\n <h1>Welcome To Dynamic Studio</h1> \n <p>Leverage agile frameworks to provide a robust synopsis for high level overviews. Iterative approaches to corporate strategy foster collaborative thinking to further the overall value proposition. </p> \n <a href=\"#\" role=\"button\">\n View Studio Tour\n </a>\n <h3>\n Web design\n </h3>\n <p>Leverage agile frameworks to provide a robust synopsis for high level overviews iterative approaches.</p>\n <h3>\n Branding\n </h3>\n <p>Leverage agile frameworks to provide a robust synopsis for high level overviews iterative approaches.</p>\n <h3>\n Advertising \n </h3>\n <p>Leverage agile frameworks to provide a robust synopsis for high level overviews iterative approaches.</p>\n <img width=\"263\" height=\"219\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/052.png\" alt=\"\" /> \n <img width=\"117\" height=\"211\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/155.png\" alt=\"\" /> \n <img width=\"189\" height=\"371\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/11.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/11.png 189w, https://sub.morganrand.com/wp-content/uploads/2019/03/11-153x300.png 153w\" sizes=\"(max-width: 189px) 100vw, 189px\" /> \n <img width=\"168\" height=\"360\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/12.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/12.png 168w, https://sub.morganrand.com/wp-content/uploads/2019/03/12-140x300.png 140w\" sizes=\"(max-width: 168px) 100vw, 168px\" /> \n <img width=\"218\" height=\"294\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/13.png\" alt=\"\" /> \n <img width=\"370\" height=\"216\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/255.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/255.png 370w, https://sub.morganrand.com/wp-content/uploads/2019/03/255-300x175.png 300w\" sizes=\"(max-width: 370px) 100vw, 370px\" /> \n <img width=\"217\" height=\"291\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/3-5.png\" alt=\"\" /> \n <img width=\"263\" height=\"219\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/535.png\" alt=\"\" /> \n <img width=\"189\" height=\"371\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/8.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/8.png 189w, https://sub.morganrand.com/wp-content/uploads/2019/03/8-153x300.png 153w\" sizes=\"(max-width: 189px) 100vw, 189px\" /> \n <h2>Working Process</h2> \n <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation X is on the runway heading towards a streamlined cloud solution. User generated content in real-time will have multiple touchpoints for offshoring. Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide.</p> \n <a href=\"#\" role=\"button\">\n View Studio Tour\n </a>\n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/36.png\" data-elementor-lightbox-slideshow=\"539dc278\" data-elementor-lightbox-index=\"0\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/architecture_3.jpg\" data-elementor-lightbox-slideshow=\"539dc278\" data-elementor-lightbox-index=\"1\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/3-1.png\" data-elementor-lightbox-slideshow=\"539dc278\" data-elementor-lightbox-index=\"2\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/201.jpg\" data-elementor-lightbox-slideshow=\"539dc278\" data-elementor-lightbox-index=\"3\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/15-1.png\" data-elementor-lightbox-slideshow=\"539dc278\" data-elementor-lightbox-index=\"4\"> \n </a> \n <h3>Meet The Team</h3> \n <p>Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide with additional clickthroughs from nanotechnology immersion DevOps. </p> \n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5-2.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5-2.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/5-2-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Untitled-4.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Untitled-4.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/Untitled-4-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Google-plus\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5Untitled-4.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5Untitled-4.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/5Untitled-4-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/54.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/54.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/54-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/63853.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/63853.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/63853-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Dribbble\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Behance\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/86.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/86.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/86-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/452.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/452.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/452-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Dribbble\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/525.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/525.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/525-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Google-plus\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <h3>Contact Us</h3> \n <ul>\n <li >\n +44 20 5540 1234\n </li>\n <li >\n +44 35 9998 3245\n </li>\n <li >\n +44 20 5540 4433\n </li>\n </ul>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Google-plus\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Tumblr\n </a>','Home','','inherit','closed','closed','','7-revision-v1','','','2019-03-21 06:46:29','2019-03-21 06:46:29','',7,'https://sub.morganrand.com/7-revision-v1/',0,'revision','',0),(116,2,'2019-03-21 06:48:40','2019-03-21 06:48:40','<h1>Wanderfuls ™</h1> \n <h1>Centerpiece and Party Favors in One!</h1> \n <a href=\"#\" role=\"button\">\n Shop Now\n </a>\n <h2>\n Centerpieces That Double as Party Favors\n </h2>\n <p>Wanderfuls are designed to become an interactive part of your special day. What guest could forget the moment they remove their party favor from the centerpiece? The Wanderfuls connect your guests to each other and to the magical moments of the event. These unique and memorable candy centerpieces are perfect for those once in a lifetime special events.</p>\n <h2>\n Customize and Design Your Own Centerpiece!\n </h2>\n <p>Designing your Centerpieces is fun and easy! Simply call us. We will make your centerpiece colors magically appears on your screen. You get to choose from dozens of fun decorator colors and scrumptious candy fillings.</p>\n <h3>\n Advertising \n </h3>\n <p>Leverage agile frameworks to provide a robust synopsis for high level overviews iterative approaches.</p>\n <img width=\"263\" height=\"219\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/052.png\" alt=\"\" /> \n <img width=\"117\" height=\"211\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/155.png\" alt=\"\" /> \n <img width=\"189\" height=\"371\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/11.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/11.png 189w, https://sub.morganrand.com/wp-content/uploads/2019/03/11-153x300.png 153w\" sizes=\"(max-width: 189px) 100vw, 189px\" /> \n <img width=\"168\" height=\"360\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/12.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/12.png 168w, https://sub.morganrand.com/wp-content/uploads/2019/03/12-140x300.png 140w\" sizes=\"(max-width: 168px) 100vw, 168px\" /> \n <img width=\"218\" height=\"294\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/13.png\" alt=\"\" /> \n <img width=\"370\" height=\"216\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/255.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/255.png 370w, https://sub.morganrand.com/wp-content/uploads/2019/03/255-300x175.png 300w\" sizes=\"(max-width: 370px) 100vw, 370px\" /> \n <img width=\"217\" height=\"291\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/3-5.png\" alt=\"\" /> \n <img width=\"263\" height=\"219\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/535.png\" alt=\"\" /> \n <img width=\"189\" height=\"371\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/8.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/8.png 189w, https://sub.morganrand.com/wp-content/uploads/2019/03/8-153x300.png 153w\" sizes=\"(max-width: 189px) 100vw, 189px\" /> \n <h2>Working Process</h2> \n <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation X is on the runway heading towards a streamlined cloud solution. User generated content in real-time will have multiple touchpoints for offshoring. Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide.</p> \n <a href=\"#\" role=\"button\">\n View Studio Tour\n </a>\n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/36.png\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"0\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/architecture_3.jpg\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"1\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/3-1.png\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"2\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/201.jpg\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"3\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/15-1.png\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"4\"> \n </a> \n <h3>Meet The Team</h3> \n <p>Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide with additional clickthroughs from nanotechnology immersion DevOps. </p> \n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5-2.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5-2.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/5-2-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Untitled-4.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Untitled-4.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/Untitled-4-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Google-plus\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5Untitled-4.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5Untitled-4.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/5Untitled-4-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/54.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/54.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/54-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/63853.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/63853.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/63853-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Dribbble\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Behance\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/86.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/86.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/86-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/452.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/452.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/452-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Dribbble\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/525.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/525.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/525-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Google-plus\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <h3>Contact Us</h3> \n <ul>\n <li >\n +44 20 5540 1234\n </li>\n <li >\n +44 35 9998 3245\n </li>\n <li >\n +44 20 5540 4433\n </li>\n </ul>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Google-plus\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Tumblr\n </a>\n <h1>Welcome To Dynamic Studio</h1> \n <p>Leverage agile frameworks to provide a robust synopsis for high level overviews. Iterative approaches to corporate strategy foster collaborative thinking to further the overall value proposition. </p> \n <a href=\"#\" role=\"button\">\n View Studio Tour\n </a>\n <h3>\n Web design\n </h3>\n <p>Leverage agile frameworks to provide a robust synopsis for high level overviews iterative approaches.</p>\n <h3>\n Branding\n </h3>\n <p>Leverage agile frameworks to provide a robust synopsis for high level overviews iterative approaches.</p>\n <h3>\n Advertising \n </h3>\n <p>Leverage agile frameworks to provide a robust synopsis for high level overviews iterative approaches.</p>\n <img width=\"263\" height=\"219\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/052.png\" alt=\"\" /> \n <img width=\"117\" height=\"211\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/155.png\" alt=\"\" /> \n <img width=\"189\" height=\"371\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/11.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/11.png 189w, https://sub.morganrand.com/wp-content/uploads/2019/03/11-153x300.png 153w\" sizes=\"(max-width: 189px) 100vw, 189px\" /> \n <img width=\"168\" height=\"360\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/12.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/12.png 168w, https://sub.morganrand.com/wp-content/uploads/2019/03/12-140x300.png 140w\" sizes=\"(max-width: 168px) 100vw, 168px\" /> \n <img width=\"218\" height=\"294\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/13.png\" alt=\"\" /> \n <img width=\"370\" height=\"216\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/255.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/255.png 370w, https://sub.morganrand.com/wp-content/uploads/2019/03/255-300x175.png 300w\" sizes=\"(max-width: 370px) 100vw, 370px\" /> \n <img width=\"217\" height=\"291\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/3-5.png\" alt=\"\" /> \n <img width=\"263\" height=\"219\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/535.png\" alt=\"\" /> \n <img width=\"189\" height=\"371\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/8.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/8.png 189w, https://sub.morganrand.com/wp-content/uploads/2019/03/8-153x300.png 153w\" sizes=\"(max-width: 189px) 100vw, 189px\" /> \n <h2>Working Process</h2> \n <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation X is on the runway heading towards a streamlined cloud solution. User generated content in real-time will have multiple touchpoints for offshoring. Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide.</p> \n <a href=\"#\" role=\"button\">\n View Studio Tour\n </a>\n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/36.png\" data-elementor-lightbox-slideshow=\"539dc278\" data-elementor-lightbox-index=\"0\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/architecture_3.jpg\" data-elementor-lightbox-slideshow=\"539dc278\" data-elementor-lightbox-index=\"1\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/3-1.png\" data-elementor-lightbox-slideshow=\"539dc278\" data-elementor-lightbox-index=\"2\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/201.jpg\" data-elementor-lightbox-slideshow=\"539dc278\" data-elementor-lightbox-index=\"3\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/15-1.png\" data-elementor-lightbox-slideshow=\"539dc278\" data-elementor-lightbox-index=\"4\"> \n </a> \n <h3>Meet The Team</h3> \n <p>Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide with additional clickthroughs from nanotechnology immersion DevOps. </p> \n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5-2.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5-2.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/5-2-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Untitled-4.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Untitled-4.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/Untitled-4-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Google-plus\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5Untitled-4.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5Untitled-4.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/5Untitled-4-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/54.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/54.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/54-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/63853.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/63853.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/63853-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Dribbble\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Behance\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/86.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/86.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/86-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/452.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/452.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/452-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Dribbble\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/525.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/525.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/525-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Google-plus\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <h3>Contact Us</h3> \n <ul>\n <li >\n +44 20 5540 1234\n </li>\n <li >\n +44 35 9998 3245\n </li>\n <li >\n +44 20 5540 4433\n </li>\n </ul>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Google-plus\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Tumblr\n </a>','Home','','inherit','closed','closed','','7-revision-v1','','','2019-03-21 06:48:40','2019-03-21 06:48:40','',7,'https://sub.morganrand.com/7-revision-v1/',0,'revision','',0),(117,2,'2019-03-21 06:52:02','2019-03-21 06:52:02','<h1>Wanderfuls ™</h1> \n <h1>Centerpiece and Party Favors in One!</h1> \n <a href=\"#\" role=\"button\">\n Shop Now\n </a>\n <h2>\n Centerpieces That Double as Party Favors\n </h2>\n <p>Wanderfuls are designed to become an interactive part of your special day. What guest could forget the moment they remove their party favor from the centerpiece? The Wanderfuls connect your guests to each other and to the magical moments of the event. These unique and memorable candy centerpieces are perfect for those once in a lifetime special events.</p>\n <h2>\n Customize and Design Your Own Centerpiece!\n </h2>\n <p>Designing your Centerpieces is fun and easy! Simply call us. We will make your centerpiece colors magically appears on your screen. You get to choose from dozens of fun decorator colors and scrumptious candy fillings.</p>\n <h3>\n Centerpiece Ideas for All Types of Party\n </h3>\n <p>More than just traditional flower table decors for your special events such as birthday centerpiece, graduation centerpiece, anniversaries, holidays, banquets, and more... <br/> And you something so different and unique your guest will be amazed! These table decorations will create cherished memories that you and your guest will surely remember.</p>\n <img width=\"263\" height=\"219\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/052.png\" alt=\"\" /> \n <img width=\"117\" height=\"211\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/155.png\" alt=\"\" /> \n <img width=\"189\" height=\"371\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/11.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/11.png 189w, https://sub.morganrand.com/wp-content/uploads/2019/03/11-153x300.png 153w\" sizes=\"(max-width: 189px) 100vw, 189px\" /> \n <img width=\"168\" height=\"360\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/12.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/12.png 168w, https://sub.morganrand.com/wp-content/uploads/2019/03/12-140x300.png 140w\" sizes=\"(max-width: 168px) 100vw, 168px\" /> \n <img width=\"218\" height=\"294\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/13.png\" alt=\"\" /> \n <img width=\"370\" height=\"216\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/255.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/255.png 370w, https://sub.morganrand.com/wp-content/uploads/2019/03/255-300x175.png 300w\" sizes=\"(max-width: 370px) 100vw, 370px\" /> \n <img width=\"217\" height=\"291\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/3-5.png\" alt=\"\" /> \n <img width=\"263\" height=\"219\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/535.png\" alt=\"\" /> \n <img width=\"189\" height=\"371\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/8.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/8.png 189w, https://sub.morganrand.com/wp-content/uploads/2019/03/8-153x300.png 153w\" sizes=\"(max-width: 189px) 100vw, 189px\" /> \n <h2>Working Process</h2> \n <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation X is on the runway heading towards a streamlined cloud solution. User generated content in real-time will have multiple touchpoints for offshoring. Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide.</p> \n <a href=\"#\" role=\"button\">\n View Studio Tour\n </a>\n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/36.png\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"0\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/architecture_3.jpg\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"1\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/3-1.png\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"2\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/201.jpg\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"3\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/15-1.png\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"4\"> \n </a> \n <h3>Meet The Team</h3> \n <p>Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide with additional clickthroughs from nanotechnology immersion DevOps. </p> \n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5-2.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5-2.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/5-2-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Untitled-4.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Untitled-4.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/Untitled-4-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Google-plus\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5Untitled-4.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5Untitled-4.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/5Untitled-4-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/54.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/54.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/54-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/63853.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/63853.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/63853-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Dribbble\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Behance\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/86.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/86.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/86-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/452.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/452.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/452-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Dribbble\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/525.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/525.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/525-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Google-plus\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <h3>Contact Us</h3> \n <ul>\n <li >\n +44 20 5540 1234\n </li>\n <li >\n +44 35 9998 3245\n </li>\n <li >\n +44 20 5540 4433\n </li>\n </ul>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Google-plus\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Tumblr\n </a>\n <h1>Welcome To Dynamic Studio</h1> \n <p>Leverage agile frameworks to provide a robust synopsis for high level overviews. Iterative approaches to corporate strategy foster collaborative thinking to further the overall value proposition. </p> \n <a href=\"#\" role=\"button\">\n View Studio Tour\n </a>\n <h3>\n Web design\n </h3>\n <p>Leverage agile frameworks to provide a robust synopsis for high level overviews iterative approaches.</p>\n <h3>\n Branding\n </h3>\n <p>Leverage agile frameworks to provide a robust synopsis for high level overviews iterative approaches.</p>\n <h3>\n Advertising \n </h3>\n <p>Leverage agile frameworks to provide a robust synopsis for high level overviews iterative approaches.</p>\n <img width=\"263\" height=\"219\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/052.png\" alt=\"\" /> \n <img width=\"117\" height=\"211\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/155.png\" alt=\"\" /> \n <img width=\"189\" height=\"371\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/11.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/11.png 189w, https://sub.morganrand.com/wp-content/uploads/2019/03/11-153x300.png 153w\" sizes=\"(max-width: 189px) 100vw, 189px\" /> \n <img width=\"168\" height=\"360\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/12.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/12.png 168w, https://sub.morganrand.com/wp-content/uploads/2019/03/12-140x300.png 140w\" sizes=\"(max-width: 168px) 100vw, 168px\" /> \n <img width=\"218\" height=\"294\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/13.png\" alt=\"\" /> \n <img width=\"370\" height=\"216\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/255.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/255.png 370w, https://sub.morganrand.com/wp-content/uploads/2019/03/255-300x175.png 300w\" sizes=\"(max-width: 370px) 100vw, 370px\" /> \n <img width=\"217\" height=\"291\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/3-5.png\" alt=\"\" /> \n <img width=\"263\" height=\"219\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/535.png\" alt=\"\" /> \n <img width=\"189\" height=\"371\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/8.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/8.png 189w, https://sub.morganrand.com/wp-content/uploads/2019/03/8-153x300.png 153w\" sizes=\"(max-width: 189px) 100vw, 189px\" /> \n <h2>Working Process</h2> \n <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation X is on the runway heading towards a streamlined cloud solution. User generated content in real-time will have multiple touchpoints for offshoring. Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide.</p> \n <a href=\"#\" role=\"button\">\n View Studio Tour\n </a>\n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/36.png\" data-elementor-lightbox-slideshow=\"539dc278\" data-elementor-lightbox-index=\"0\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/architecture_3.jpg\" data-elementor-lightbox-slideshow=\"539dc278\" data-elementor-lightbox-index=\"1\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/3-1.png\" data-elementor-lightbox-slideshow=\"539dc278\" data-elementor-lightbox-index=\"2\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/201.jpg\" data-elementor-lightbox-slideshow=\"539dc278\" data-elementor-lightbox-index=\"3\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/15-1.png\" data-elementor-lightbox-slideshow=\"539dc278\" data-elementor-lightbox-index=\"4\"> \n </a> \n <h3>Meet The Team</h3> \n <p>Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide with additional clickthroughs from nanotechnology immersion DevOps. </p> \n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5-2.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5-2.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/5-2-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Untitled-4.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Untitled-4.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/Untitled-4-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Google-plus\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5Untitled-4.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5Untitled-4.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/5Untitled-4-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/54.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/54.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/54-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/63853.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/63853.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/63853-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Dribbble\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Behance\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/86.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/86.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/86-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/452.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/452.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/452-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Dribbble\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/525.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/525.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/525-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Google-plus\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <h3>Contact Us</h3> \n <ul>\n <li >\n +44 20 5540 1234\n </li>\n <li >\n +44 35 9998 3245\n </li>\n <li >\n +44 20 5540 4433\n </li>\n </ul>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Google-plus\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Tumblr\n </a>','Home','','inherit','closed','closed','','7-revision-v1','','','2019-03-21 06:52:02','2019-03-21 06:52:02','',7,'https://sub.morganrand.com/7-revision-v1/',0,'revision','',0),(118,2,'2019-03-21 06:52:21','2019-03-21 06:52:21','<h1>Wanderfuls ™</h1> \n <h1>Centerpiece and Party Favors in One!</h1> \n <a href=\"#\" role=\"button\">\n Shop Now\n </a>\n <h2>\n Centerpieces That Double as Party Favors\n </h2>\n <p>Wanderfuls are designed to become an interactive part of your special day. What guest could forget the moment they remove their party favor from the centerpiece? The Wanderfuls connect your guests to each other and to the magical moments of the event. These unique and memorable candy centerpieces are perfect for those once in a lifetime special events.</p>\n <h2>\n Customize and Design Your Own Centerpiece!\n </h2>\n <p>Designing your Centerpieces is fun and easy! Simply call us. We will make your centerpiece colors magically appears on your screen. You get to choose from dozens of fun decorator colors and scrumptious candy fillings.</p>\n <h3>\n Centerpiece Ideas for All Types of Party\n </h3>\n <p>More than just traditional flower table decors for your special events such as birthday centerpiece, graduation centerpiece, anniversaries, holidays, banquets, and more... <br/> And you something so different and unique your guest will be amazed! These table decorations will create cherished memories that you and your guest will surely remember.</p>\n <img width=\"263\" height=\"219\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/052.png\" alt=\"\" /> \n <img width=\"117\" height=\"211\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/155.png\" alt=\"\" /> \n <img width=\"189\" height=\"371\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/11.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/11.png 189w, https://sub.morganrand.com/wp-content/uploads/2019/03/11-153x300.png 153w\" sizes=\"(max-width: 189px) 100vw, 189px\" /> \n <img width=\"168\" height=\"360\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/12.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/12.png 168w, https://sub.morganrand.com/wp-content/uploads/2019/03/12-140x300.png 140w\" sizes=\"(max-width: 168px) 100vw, 168px\" /> \n <img width=\"218\" height=\"294\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/13.png\" alt=\"\" /> \n <img width=\"370\" height=\"216\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/255.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/255.png 370w, https://sub.morganrand.com/wp-content/uploads/2019/03/255-300x175.png 300w\" sizes=\"(max-width: 370px) 100vw, 370px\" /> \n <img width=\"217\" height=\"291\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/3-5.png\" alt=\"\" /> \n <img width=\"263\" height=\"219\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/535.png\" alt=\"\" /> \n <img width=\"189\" height=\"371\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/8.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/8.png 189w, https://sub.morganrand.com/wp-content/uploads/2019/03/8-153x300.png 153w\" sizes=\"(max-width: 189px) 100vw, 189px\" /> \n <h2>Working Process</h2> \n <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation X is on the runway heading towards a streamlined cloud solution. User generated content in real-time will have multiple touchpoints for offshoring. Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide.</p> \n <a href=\"#\" role=\"button\">\n View Studio Tour\n </a>\n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/36.png\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"0\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/architecture_3.jpg\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"1\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/3-1.png\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"2\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/201.jpg\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"3\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/15-1.png\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"4\"> \n </a> \n <h3>Meet The Team</h3> \n <p>Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide with additional clickthroughs from nanotechnology immersion DevOps. </p> \n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5-2.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5-2.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/5-2-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Untitled-4.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Untitled-4.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/Untitled-4-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Google-plus\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5Untitled-4.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5Untitled-4.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/5Untitled-4-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/54.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/54.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/54-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/63853.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/63853.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/63853-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Dribbble\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Behance\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/86.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/86.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/86-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/452.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/452.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/452-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Dribbble\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/525.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/525.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/525-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Google-plus\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <h3>Contact Us</h3> \n <ul>\n <li >\n +44 20 5540 1234\n </li>\n <li >\n +44 35 9998 3245\n </li>\n <li >\n +44 20 5540 4433\n </li>\n </ul>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Google-plus\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Tumblr\n </a>\n <h1>Welcome To Dynamic Studio</h1> \n <p>Leverage agile frameworks to provide a robust synopsis for high level overviews. Iterative approaches to corporate strategy foster collaborative thinking to further the overall value proposition. </p> \n <a href=\"#\" role=\"button\">\n View Studio Tour\n </a>\n <h3>\n Web design\n </h3>\n <p>Leverage agile frameworks to provide a robust synopsis for high level overviews iterative approaches.</p>\n <h3>\n Branding\n </h3>\n <p>Leverage agile frameworks to provide a robust synopsis for high level overviews iterative approaches.</p>\n <h3>\n Advertising \n </h3>\n <p>Leverage agile frameworks to provide a robust synopsis for high level overviews iterative approaches.</p>\n <img width=\"263\" height=\"219\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/052.png\" alt=\"\" /> \n <img width=\"117\" height=\"211\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/155.png\" alt=\"\" /> \n <img width=\"189\" height=\"371\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/11.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/11.png 189w, https://sub.morganrand.com/wp-content/uploads/2019/03/11-153x300.png 153w\" sizes=\"(max-width: 189px) 100vw, 189px\" /> \n <img width=\"168\" height=\"360\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/12.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/12.png 168w, https://sub.morganrand.com/wp-content/uploads/2019/03/12-140x300.png 140w\" sizes=\"(max-width: 168px) 100vw, 168px\" /> \n <img width=\"218\" height=\"294\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/13.png\" alt=\"\" /> \n <img width=\"370\" height=\"216\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/255.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/255.png 370w, https://sub.morganrand.com/wp-content/uploads/2019/03/255-300x175.png 300w\" sizes=\"(max-width: 370px) 100vw, 370px\" /> \n <img width=\"217\" height=\"291\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/3-5.png\" alt=\"\" /> \n <img width=\"263\" height=\"219\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/535.png\" alt=\"\" /> \n <img width=\"189\" height=\"371\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/8.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/8.png 189w, https://sub.morganrand.com/wp-content/uploads/2019/03/8-153x300.png 153w\" sizes=\"(max-width: 189px) 100vw, 189px\" /> \n <h2>Working Process</h2> \n <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation X is on the runway heading towards a streamlined cloud solution. User generated content in real-time will have multiple touchpoints for offshoring. Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide.</p> \n <a href=\"#\" role=\"button\">\n View Studio Tour\n </a>\n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/36.png\" data-elementor-lightbox-slideshow=\"539dc278\" data-elementor-lightbox-index=\"0\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/architecture_3.jpg\" data-elementor-lightbox-slideshow=\"539dc278\" data-elementor-lightbox-index=\"1\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/3-1.png\" data-elementor-lightbox-slideshow=\"539dc278\" data-elementor-lightbox-index=\"2\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/201.jpg\" data-elementor-lightbox-slideshow=\"539dc278\" data-elementor-lightbox-index=\"3\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/15-1.png\" data-elementor-lightbox-slideshow=\"539dc278\" data-elementor-lightbox-index=\"4\"> \n </a> \n <h3>Meet The Team</h3> \n <p>Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide with additional clickthroughs from nanotechnology immersion DevOps. </p> \n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5-2.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5-2.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/5-2-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Untitled-4.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Untitled-4.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/Untitled-4-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Google-plus\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5Untitled-4.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5Untitled-4.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/5Untitled-4-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/54.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/54.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/54-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/63853.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/63853.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/63853-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Dribbble\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Behance\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/86.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/86.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/86-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/452.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/452.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/452-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Dribbble\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/525.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/525.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/525-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Google-plus\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <h3>Contact Us</h3> \n <ul>\n <li >\n +44 20 5540 1234\n </li>\n <li >\n +44 35 9998 3245\n </li>\n <li >\n +44 20 5540 4433\n </li>\n </ul>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Google-plus\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Tumblr\n </a>','Home','','inherit','closed','closed','','7-revision-v1','','','2019-03-21 06:52:21','2019-03-21 06:52:21','',7,'https://sub.morganrand.com/7-revision-v1/',0,'revision','',0),(119,2,'2019-03-21 06:55:08','2019-03-21 06:55:08','<h1>Wanderfuls ™</h1> \n <h1>Centerpiece and Party Favors in One!</h1> \n <a href=\"#\" role=\"button\">\n Shop Now\n </a>\n <h2>\n Centerpieces That Double as Party Favors\n </h2>\n <p>Wanderfuls are designed to become an interactive part of your special day. What guest could forget the moment they remove their party favor from the centerpiece? The Wanderfuls connect your guests to each other and to the magical moments of the event. These unique and memorable candy centerpieces are perfect for those once in a lifetime special events.</p>\n <h2>\n Customize and Design Your Own Centerpiece!\n </h2>\n <p>Designing your Centerpieces is fun and easy! Simply call us. We will make your centerpiece colors magically appears on your screen. You get to choose from dozens of fun decorator colors and scrumptious candy fillings.</p>\n <h3>\n Centerpiece Ideas for All Types of Party\n </h3>\n <p>More than just traditional flower table decors for your special events. Wanderfuls gives you unique birthday centerpiece, graduation centerpiece, banquet centerpiece, anniversaries, holidays, and more... <br/> <br/>And you something so different and unique your guest will be amazed! These table decorations will create cherished memories that you and your guest will surely remember.</p>\n <img width=\"263\" height=\"219\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/052.png\" alt=\"\" /> \n <img width=\"117\" height=\"211\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/155.png\" alt=\"\" /> \n <img width=\"189\" height=\"371\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/11.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/11.png 189w, https://sub.morganrand.com/wp-content/uploads/2019/03/11-153x300.png 153w\" sizes=\"(max-width: 189px) 100vw, 189px\" /> \n <img width=\"168\" height=\"360\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/12.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/12.png 168w, https://sub.morganrand.com/wp-content/uploads/2019/03/12-140x300.png 140w\" sizes=\"(max-width: 168px) 100vw, 168px\" /> \n <img width=\"218\" height=\"294\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/13.png\" alt=\"\" /> \n <img width=\"370\" height=\"216\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/255.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/255.png 370w, https://sub.morganrand.com/wp-content/uploads/2019/03/255-300x175.png 300w\" sizes=\"(max-width: 370px) 100vw, 370px\" /> \n <img width=\"217\" height=\"291\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/3-5.png\" alt=\"\" /> \n <img width=\"263\" height=\"219\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/535.png\" alt=\"\" /> \n <img width=\"189\" height=\"371\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/8.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/8.png 189w, https://sub.morganrand.com/wp-content/uploads/2019/03/8-153x300.png 153w\" sizes=\"(max-width: 189px) 100vw, 189px\" /> \n <h2>Working Process</h2> \n <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation X is on the runway heading towards a streamlined cloud solution. User generated content in real-time will have multiple touchpoints for offshoring. Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide.</p> \n <a href=\"#\" role=\"button\">\n View Studio Tour\n </a>\n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/36.png\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"0\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/architecture_3.jpg\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"1\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/3-1.png\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"2\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/201.jpg\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"3\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/15-1.png\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"4\"> \n </a> \n <h3>Meet The Team</h3> \n <p>Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide with additional clickthroughs from nanotechnology immersion DevOps. </p> \n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5-2.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5-2.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/5-2-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Untitled-4.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Untitled-4.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/Untitled-4-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Google-plus\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5Untitled-4.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5Untitled-4.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/5Untitled-4-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/54.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/54.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/54-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/63853.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/63853.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/63853-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Dribbble\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Behance\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/86.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/86.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/86-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/452.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/452.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/452-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Dribbble\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/525.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/525.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/525-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Google-plus\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <h3>Contact Us</h3> \n <ul>\n <li >\n +44 20 5540 1234\n </li>\n <li >\n +44 35 9998 3245\n </li>\n <li >\n +44 20 5540 4433\n </li>\n </ul>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Google-plus\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Tumblr\n </a>\n <h1>Welcome To Dynamic Studio</h1> \n <p>Leverage agile frameworks to provide a robust synopsis for high level overviews. Iterative approaches to corporate strategy foster collaborative thinking to further the overall value proposition. </p> \n <a href=\"#\" role=\"button\">\n View Studio Tour\n </a>\n <h3>\n Web design\n </h3>\n <p>Leverage agile frameworks to provide a robust synopsis for high level overviews iterative approaches.</p>\n <h3>\n Branding\n </h3>\n <p>Leverage agile frameworks to provide a robust synopsis for high level overviews iterative approaches.</p>\n <h3>\n Advertising \n </h3>\n <p>Leverage agile frameworks to provide a robust synopsis for high level overviews iterative approaches.</p>\n <img width=\"263\" height=\"219\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/052.png\" alt=\"\" /> \n <img width=\"117\" height=\"211\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/155.png\" alt=\"\" /> \n <img width=\"189\" height=\"371\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/11.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/11.png 189w, https://sub.morganrand.com/wp-content/uploads/2019/03/11-153x300.png 153w\" sizes=\"(max-width: 189px) 100vw, 189px\" /> \n <img width=\"168\" height=\"360\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/12.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/12.png 168w, https://sub.morganrand.com/wp-content/uploads/2019/03/12-140x300.png 140w\" sizes=\"(max-width: 168px) 100vw, 168px\" /> \n <img width=\"218\" height=\"294\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/13.png\" alt=\"\" /> \n <img width=\"370\" height=\"216\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/255.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/255.png 370w, https://sub.morganrand.com/wp-content/uploads/2019/03/255-300x175.png 300w\" sizes=\"(max-width: 370px) 100vw, 370px\" /> \n <img width=\"217\" height=\"291\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/3-5.png\" alt=\"\" /> \n <img width=\"263\" height=\"219\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/535.png\" alt=\"\" /> \n <img width=\"189\" height=\"371\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/8.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/8.png 189w, https://sub.morganrand.com/wp-content/uploads/2019/03/8-153x300.png 153w\" sizes=\"(max-width: 189px) 100vw, 189px\" /> \n <h2>Working Process</h2> \n <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation X is on the runway heading towards a streamlined cloud solution. User generated content in real-time will have multiple touchpoints for offshoring. Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide.</p> \n <a href=\"#\" role=\"button\">\n View Studio Tour\n </a>\n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/36.png\" data-elementor-lightbox-slideshow=\"539dc278\" data-elementor-lightbox-index=\"0\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/architecture_3.jpg\" data-elementor-lightbox-slideshow=\"539dc278\" data-elementor-lightbox-index=\"1\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/3-1.png\" data-elementor-lightbox-slideshow=\"539dc278\" data-elementor-lightbox-index=\"2\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/201.jpg\" data-elementor-lightbox-slideshow=\"539dc278\" data-elementor-lightbox-index=\"3\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/15-1.png\" data-elementor-lightbox-slideshow=\"539dc278\" data-elementor-lightbox-index=\"4\"> \n </a> \n <h3>Meet The Team</h3> \n <p>Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide with additional clickthroughs from nanotechnology immersion DevOps. </p> \n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5-2.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5-2.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/5-2-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Untitled-4.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Untitled-4.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/Untitled-4-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Google-plus\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5Untitled-4.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5Untitled-4.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/5Untitled-4-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/54.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/54.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/54-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/63853.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/63853.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/63853-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Dribbble\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Behance\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/86.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/86.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/86-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/452.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/452.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/452-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Dribbble\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/525.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/525.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/525-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Google-plus\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <h3>Contact Us</h3> \n <ul>\n <li >\n +44 20 5540 1234\n </li>\n <li >\n +44 35 9998 3245\n </li>\n <li >\n +44 20 5540 4433\n </li>\n </ul>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Google-plus\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Tumblr\n </a>','Home','','inherit','closed','closed','','7-revision-v1','','','2019-03-21 06:55:08','2019-03-21 06:55:08','',7,'https://sub.morganrand.com/7-revision-v1/',0,'revision','',0),(120,2,'2019-03-21 06:55:55','2019-03-21 06:55:55','<h1>Wanderfuls ™</h1> \n <h1>Centerpiece and Party Favors in One!</h1> \n <a href=\"#\" role=\"button\">\n Shop Now\n </a>\n <h2>\n Centerpieces That Double as Party Favors\n </h2>\n <p>Wanderfuls are designed to become an interactive part of your special day. What guest could forget the moment they remove their party favor from the centerpiece? <br/><br/> The Wanderfuls connect your guests to each other and to the magical moments of the event. These unique and memorable candy centerpieces are perfect for those once in a lifetime special events.</p>\n <h2>\n Customize and Design Your Own Centerpiece!\n </h2>\n <p>Designing your Centerpieces is fun and easy! Simply call us. We will make your centerpiece colors magically appears on your screen. You get to choose from dozens of fun decorator colors and scrumptious candy fillings.</p>\n <h2>\n Centerpiece Ideas for All Types of Party\n </h2>\n <p>More than just traditional flower table decors for your special events. Wanderfuls gives you unique birthday centerpiece, graduation centerpiece, banquet centerpiece, anniversaries, holidays, and more... <br/> <br/>And you something so different and unique your guest will be amazed! These table decorations will create cherished memories that you and your guest will surely remember.</p>\n <img width=\"263\" height=\"219\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/052.png\" alt=\"\" /> \n <img width=\"117\" height=\"211\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/155.png\" alt=\"\" /> \n <img width=\"189\" height=\"371\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/11.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/11.png 189w, https://sub.morganrand.com/wp-content/uploads/2019/03/11-153x300.png 153w\" sizes=\"(max-width: 189px) 100vw, 189px\" /> \n <img width=\"168\" height=\"360\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/12.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/12.png 168w, https://sub.morganrand.com/wp-content/uploads/2019/03/12-140x300.png 140w\" sizes=\"(max-width: 168px) 100vw, 168px\" /> \n <img width=\"218\" height=\"294\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/13.png\" alt=\"\" /> \n <img width=\"370\" height=\"216\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/255.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/255.png 370w, https://sub.morganrand.com/wp-content/uploads/2019/03/255-300x175.png 300w\" sizes=\"(max-width: 370px) 100vw, 370px\" /> \n <img width=\"217\" height=\"291\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/3-5.png\" alt=\"\" /> \n <img width=\"263\" height=\"219\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/535.png\" alt=\"\" /> \n <img width=\"189\" height=\"371\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/8.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/8.png 189w, https://sub.morganrand.com/wp-content/uploads/2019/03/8-153x300.png 153w\" sizes=\"(max-width: 189px) 100vw, 189px\" /> \n <h2>Working Process</h2> \n <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation X is on the runway heading towards a streamlined cloud solution. User generated content in real-time will have multiple touchpoints for offshoring. Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide.</p> \n <a href=\"#\" role=\"button\">\n View Studio Tour\n </a>\n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/36.png\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"0\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/architecture_3.jpg\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"1\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/3-1.png\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"2\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/201.jpg\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"3\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/15-1.png\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"4\"> \n </a> \n <h3>Meet The Team</h3> \n <p>Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide with additional clickthroughs from nanotechnology immersion DevOps. </p> \n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5-2.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5-2.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/5-2-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Untitled-4.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Untitled-4.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/Untitled-4-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Google-plus\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5Untitled-4.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5Untitled-4.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/5Untitled-4-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/54.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/54.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/54-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/63853.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/63853.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/63853-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Dribbble\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Behance\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/86.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/86.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/86-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/452.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/452.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/452-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Dribbble\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/525.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/525.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/525-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Google-plus\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <h3>Contact Us</h3> \n <ul>\n <li >\n +44 20 5540 1234\n </li>\n <li >\n +44 35 9998 3245\n </li>\n <li >\n +44 20 5540 4433\n </li>\n </ul>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Google-plus\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Tumblr\n </a>\n <h1>Welcome To Dynamic Studio</h1> \n <p>Leverage agile frameworks to provide a robust synopsis for high level overviews. Iterative approaches to corporate strategy foster collaborative thinking to further the overall value proposition. </p> \n <a href=\"#\" role=\"button\">\n View Studio Tour\n </a>\n <h3>\n Web design\n </h3>\n <p>Leverage agile frameworks to provide a robust synopsis for high level overviews iterative approaches.</p>\n <h3>\n Branding\n </h3>\n <p>Leverage agile frameworks to provide a robust synopsis for high level overviews iterative approaches.</p>\n <h3>\n Advertising \n </h3>\n <p>Leverage agile frameworks to provide a robust synopsis for high level overviews iterative approaches.</p>\n <img width=\"263\" height=\"219\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/052.png\" alt=\"\" /> \n <img width=\"117\" height=\"211\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/155.png\" alt=\"\" /> \n <img width=\"189\" height=\"371\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/11.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/11.png 189w, https://sub.morganrand.com/wp-content/uploads/2019/03/11-153x300.png 153w\" sizes=\"(max-width: 189px) 100vw, 189px\" /> \n <img width=\"168\" height=\"360\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/12.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/12.png 168w, https://sub.morganrand.com/wp-content/uploads/2019/03/12-140x300.png 140w\" sizes=\"(max-width: 168px) 100vw, 168px\" /> \n <img width=\"218\" height=\"294\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/13.png\" alt=\"\" /> \n <img width=\"370\" height=\"216\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/255.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/255.png 370w, https://sub.morganrand.com/wp-content/uploads/2019/03/255-300x175.png 300w\" sizes=\"(max-width: 370px) 100vw, 370px\" /> \n <img width=\"217\" height=\"291\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/3-5.png\" alt=\"\" /> \n <img width=\"263\" height=\"219\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/535.png\" alt=\"\" /> \n <img width=\"189\" height=\"371\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/8.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/8.png 189w, https://sub.morganrand.com/wp-content/uploads/2019/03/8-153x300.png 153w\" sizes=\"(max-width: 189px) 100vw, 189px\" /> \n <h2>Working Process</h2> \n <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation X is on the runway heading towards a streamlined cloud solution. User generated content in real-time will have multiple touchpoints for offshoring. Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide.</p> \n <a href=\"#\" role=\"button\">\n View Studio Tour\n </a>\n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/36.png\" data-elementor-lightbox-slideshow=\"539dc278\" data-elementor-lightbox-index=\"0\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/architecture_3.jpg\" data-elementor-lightbox-slideshow=\"539dc278\" data-elementor-lightbox-index=\"1\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/3-1.png\" data-elementor-lightbox-slideshow=\"539dc278\" data-elementor-lightbox-index=\"2\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/201.jpg\" data-elementor-lightbox-slideshow=\"539dc278\" data-elementor-lightbox-index=\"3\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/15-1.png\" data-elementor-lightbox-slideshow=\"539dc278\" data-elementor-lightbox-index=\"4\"> \n </a> \n <h3>Meet The Team</h3> \n <p>Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide with additional clickthroughs from nanotechnology immersion DevOps. </p> \n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5-2.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5-2.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/5-2-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Untitled-4.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Untitled-4.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/Untitled-4-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Google-plus\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5Untitled-4.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5Untitled-4.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/5Untitled-4-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/54.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/54.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/54-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/63853.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/63853.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/63853-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Dribbble\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Behance\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/86.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/86.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/86-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/452.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/452.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/452-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Dribbble\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/525.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/525.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/525-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Google-plus\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <h3>Contact Us</h3> \n <ul>\n <li >\n +44 20 5540 1234\n </li>\n <li >\n +44 35 9998 3245\n </li>\n <li >\n +44 20 5540 4433\n </li>\n </ul>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Google-plus\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Tumblr\n </a>','Home','','inherit','closed','closed','','7-revision-v1','','','2019-03-21 06:55:55','2019-03-21 06:55:55','',7,'https://sub.morganrand.com/7-revision-v1/',0,'revision','',0),(121,2,'2019-03-21 06:56:26','2019-03-21 06:56:26','<h1>Wanderfuls ™</h1> \n <h1>Centerpiece and Party Favors in One!</h1> \n <a href=\"#\" role=\"button\">\n Shop Now\n </a>\n <h2>\n Centerpieces That Double as Party Favors\n </h2>\n <p>Wanderfuls are designed to become an interactive part of your special day. What guest could forget the moment they remove their party favor from the centerpiece? <br/><br/> The Wanderfuls connect your guests to each other and to the magical moments of the event. These unique and memorable candy centerpieces are perfect for those once in a lifetime special events.</p>\n <h2>\n Customize and Design Your Own Centerpiece!\n </h2>\n <p>Designing your Centerpieces is fun and easy! Simply call us. We will make your centerpiece colors magically appears on your screen. You get to choose from dozens of fun decorator colors and scrumptious candy fillings.</p>\n <h2>\n Centerpiece Ideas for All Types of Party\n </h2>\n <p>More than just traditional flower table decors for your special events. Wanderfuls gives you unique birthday centerpiece, graduation centerpiece, banquet centerpiece, anniversaries, holidays, and more... <br/> <br/>This is something so different and unique your guest will be amazed! These table decorations will create cherished memories that you and your guest will surely remember!</p>\n <img width=\"263\" height=\"219\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/052.png\" alt=\"\" /> \n <img width=\"117\" height=\"211\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/155.png\" alt=\"\" /> \n <img width=\"189\" height=\"371\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/11.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/11.png 189w, https://sub.morganrand.com/wp-content/uploads/2019/03/11-153x300.png 153w\" sizes=\"(max-width: 189px) 100vw, 189px\" /> \n <img width=\"168\" height=\"360\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/12.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/12.png 168w, https://sub.morganrand.com/wp-content/uploads/2019/03/12-140x300.png 140w\" sizes=\"(max-width: 168px) 100vw, 168px\" /> \n <img width=\"218\" height=\"294\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/13.png\" alt=\"\" /> \n <img width=\"370\" height=\"216\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/255.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/255.png 370w, https://sub.morganrand.com/wp-content/uploads/2019/03/255-300x175.png 300w\" sizes=\"(max-width: 370px) 100vw, 370px\" /> \n <img width=\"217\" height=\"291\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/3-5.png\" alt=\"\" /> \n <img width=\"263\" height=\"219\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/535.png\" alt=\"\" /> \n <img width=\"189\" height=\"371\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/8.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/8.png 189w, https://sub.morganrand.com/wp-content/uploads/2019/03/8-153x300.png 153w\" sizes=\"(max-width: 189px) 100vw, 189px\" /> \n <h2>Working Process</h2> \n <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation X is on the runway heading towards a streamlined cloud solution. User generated content in real-time will have multiple touchpoints for offshoring. Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide.</p> \n <a href=\"#\" role=\"button\">\n View Studio Tour\n </a>\n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/36.png\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"0\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/architecture_3.jpg\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"1\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/3-1.png\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"2\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/201.jpg\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"3\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/15-1.png\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"4\"> \n </a> \n <h3>Meet The Team</h3> \n <p>Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide with additional clickthroughs from nanotechnology immersion DevOps. </p> \n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5-2.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5-2.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/5-2-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Untitled-4.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Untitled-4.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/Untitled-4-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Google-plus\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5Untitled-4.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5Untitled-4.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/5Untitled-4-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/54.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/54.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/54-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/63853.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/63853.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/63853-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Dribbble\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Behance\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/86.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/86.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/86-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/452.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/452.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/452-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Dribbble\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/525.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/525.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/525-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Google-plus\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <h3>Contact Us</h3> \n <ul>\n <li >\n +44 20 5540 1234\n </li>\n <li >\n +44 35 9998 3245\n </li>\n <li >\n +44 20 5540 4433\n </li>\n </ul>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Google-plus\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Tumblr\n </a>\n <h1>Welcome To Dynamic Studio</h1> \n <p>Leverage agile frameworks to provide a robust synopsis for high level overviews. Iterative approaches to corporate strategy foster collaborative thinking to further the overall value proposition. </p> \n <a href=\"#\" role=\"button\">\n View Studio Tour\n </a>\n <h3>\n Web design\n </h3>\n <p>Leverage agile frameworks to provide a robust synopsis for high level overviews iterative approaches.</p>\n <h3>\n Branding\n </h3>\n <p>Leverage agile frameworks to provide a robust synopsis for high level overviews iterative approaches.</p>\n <h3>\n Advertising \n </h3>\n <p>Leverage agile frameworks to provide a robust synopsis for high level overviews iterative approaches.</p>\n <img width=\"263\" height=\"219\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/052.png\" alt=\"\" /> \n <img width=\"117\" height=\"211\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/155.png\" alt=\"\" /> \n <img width=\"189\" height=\"371\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/11.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/11.png 189w, https://sub.morganrand.com/wp-content/uploads/2019/03/11-153x300.png 153w\" sizes=\"(max-width: 189px) 100vw, 189px\" /> \n <img width=\"168\" height=\"360\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/12.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/12.png 168w, https://sub.morganrand.com/wp-content/uploads/2019/03/12-140x300.png 140w\" sizes=\"(max-width: 168px) 100vw, 168px\" /> \n <img width=\"218\" height=\"294\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/13.png\" alt=\"\" /> \n <img width=\"370\" height=\"216\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/255.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/255.png 370w, https://sub.morganrand.com/wp-content/uploads/2019/03/255-300x175.png 300w\" sizes=\"(max-width: 370px) 100vw, 370px\" /> \n <img width=\"217\" height=\"291\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/3-5.png\" alt=\"\" /> \n <img width=\"263\" height=\"219\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/535.png\" alt=\"\" /> \n <img width=\"189\" height=\"371\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/8.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/8.png 189w, https://sub.morganrand.com/wp-content/uploads/2019/03/8-153x300.png 153w\" sizes=\"(max-width: 189px) 100vw, 189px\" /> \n <h2>Working Process</h2> \n <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation X is on the runway heading towards a streamlined cloud solution. User generated content in real-time will have multiple touchpoints for offshoring. Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide.</p> \n <a href=\"#\" role=\"button\">\n View Studio Tour\n </a>\n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/36.png\" data-elementor-lightbox-slideshow=\"539dc278\" data-elementor-lightbox-index=\"0\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/architecture_3.jpg\" data-elementor-lightbox-slideshow=\"539dc278\" data-elementor-lightbox-index=\"1\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/3-1.png\" data-elementor-lightbox-slideshow=\"539dc278\" data-elementor-lightbox-index=\"2\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/201.jpg\" data-elementor-lightbox-slideshow=\"539dc278\" data-elementor-lightbox-index=\"3\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/15-1.png\" data-elementor-lightbox-slideshow=\"539dc278\" data-elementor-lightbox-index=\"4\"> \n </a> \n <h3>Meet The Team</h3> \n <p>Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide with additional clickthroughs from nanotechnology immersion DevOps. </p> \n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5-2.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5-2.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/5-2-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Untitled-4.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Untitled-4.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/Untitled-4-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Google-plus\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5Untitled-4.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5Untitled-4.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/5Untitled-4-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/54.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/54.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/54-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/63853.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/63853.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/63853-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Dribbble\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Behance\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/86.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/86.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/86-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/452.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/452.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/452-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Dribbble\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/525.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/525.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/525-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Google-plus\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <h3>Contact Us</h3> \n <ul>\n <li >\n +44 20 5540 1234\n </li>\n <li >\n +44 35 9998 3245\n </li>\n <li >\n +44 20 5540 4433\n </li>\n </ul>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Google-plus\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Tumblr\n </a>','Home','','inherit','closed','closed','','7-revision-v1','','','2019-03-21 06:56:26','2019-03-21 06:56:26','',7,'https://sub.morganrand.com/7-revision-v1/',0,'revision','',0),(123,2,'2019-03-21 07:01:45','2019-03-21 07:01:45','<h1>Wanderfuls ™</h1> \n <p>Centerpiece and Party Favors in One!</p> \n <a href=\"#\" role=\"button\">\n Shop Now\n </a>\n <h2>\n Centerpieces That Double as Party Favors\n </h2>\n <p>Wanderfuls are designed to become an interactive part of your special day. What guest could forget the moment they remove their party favor from the centerpiece? <br/><br/> The Wanderfuls connect your guests to each other and to the magical moments of the event. These unique and memorable candy centerpieces are perfect for those once in a lifetime special events.</p>\n <h2>\n Customize and Design Your Own Centerpiece!\n </h2>\n <p>Our in-house designers will guide you through our customizable options, creating the perfect bouquet for the mood or theme of your event. Explore the different combinations and see them placed on a bouquet, until you find a design that you love!\n<br/><br/>\nChoose a coordinating color for the ribbon which spirals elegantly around and down the wand. For an extra special touch , you can choose to have imprinting on your Wanderfuls.</p>\n <h2>\n Centerpiece Ideas for All Types of Party\n </h2>\n <p>More than just traditional flower table decors for your special events. Wanderfuls gives you unique birthday centerpiece, graduation centerpiece, banquet centerpiece, anniversaries, holidays, and more... <br/> <br/>This is something so different and unique your guest will be amazed! These table decorations will create cherished memories that you and your guest will surely remember!</p>\n <img width=\"263\" height=\"219\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/052.png\" alt=\"\" /> \n <img width=\"117\" height=\"211\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/155.png\" alt=\"\" /> \n <img width=\"189\" height=\"371\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/11.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/11.png 189w, https://sub.morganrand.com/wp-content/uploads/2019/03/11-153x300.png 153w\" sizes=\"(max-width: 189px) 100vw, 189px\" /> \n <img width=\"168\" height=\"360\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/12.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/12.png 168w, https://sub.morganrand.com/wp-content/uploads/2019/03/12-140x300.png 140w\" sizes=\"(max-width: 168px) 100vw, 168px\" /> \n <img width=\"218\" height=\"294\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/13.png\" alt=\"\" /> \n <img width=\"370\" height=\"216\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/255.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/255.png 370w, https://sub.morganrand.com/wp-content/uploads/2019/03/255-300x175.png 300w\" sizes=\"(max-width: 370px) 100vw, 370px\" /> \n <img width=\"217\" height=\"291\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/3-5.png\" alt=\"\" /> \n <img width=\"263\" height=\"219\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/535.png\" alt=\"\" /> \n <img width=\"189\" height=\"371\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/8.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/8.png 189w, https://sub.morganrand.com/wp-content/uploads/2019/03/8-153x300.png 153w\" sizes=\"(max-width: 189px) 100vw, 189px\" /> \n <h2>Working Process</h2> \n <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation X is on the runway heading towards a streamlined cloud solution. User generated content in real-time will have multiple touchpoints for offshoring. Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide.</p> \n <a href=\"#\" role=\"button\">\n View Studio Tour\n </a>\n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/36.png\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"0\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/architecture_3.jpg\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"1\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/3-1.png\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"2\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/201.jpg\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"3\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/15-1.png\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"4\"> \n </a> \n <h3>Meet The Team</h3> \n <p>Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide with additional clickthroughs from nanotechnology immersion DevOps. </p> \n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5-2.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5-2.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/5-2-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Untitled-4.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Untitled-4.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/Untitled-4-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Google-plus\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5Untitled-4.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5Untitled-4.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/5Untitled-4-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/54.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/54.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/54-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/63853.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/63853.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/63853-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Dribbble\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Behance\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/86.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/86.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/86-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/452.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/452.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/452-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Dribbble\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/525.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/525.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/525-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Google-plus\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <h3>Contact Us</h3> \n <ul>\n <li >\n +44 20 5540 1234\n </li>\n <li >\n +44 35 9998 3245\n </li>\n <li >\n +44 20 5540 4433\n </li>\n </ul>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Google-plus\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Tumblr\n </a>\n <h1>Welcome To Dynamic Studio</h1> \n <p>Leverage agile frameworks to provide a robust synopsis for high level overviews. Iterative approaches to corporate strategy foster collaborative thinking to further the overall value proposition. </p> \n <a href=\"#\" role=\"button\">\n View Studio Tour\n </a>\n <h3>\n Web design\n </h3>\n <p>Leverage agile frameworks to provide a robust synopsis for high level overviews iterative approaches.</p>\n <h3>\n Branding\n </h3>\n <p>Leverage agile frameworks to provide a robust synopsis for high level overviews iterative approaches.</p>\n <h3>\n Advertising \n </h3>\n <p>Leverage agile frameworks to provide a robust synopsis for high level overviews iterative approaches.</p>\n <img width=\"263\" height=\"219\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/052.png\" alt=\"\" /> \n <img width=\"117\" height=\"211\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/155.png\" alt=\"\" /> \n <img width=\"189\" height=\"371\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/11.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/11.png 189w, https://sub.morganrand.com/wp-content/uploads/2019/03/11-153x300.png 153w\" sizes=\"(max-width: 189px) 100vw, 189px\" /> \n <img width=\"168\" height=\"360\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/12.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/12.png 168w, https://sub.morganrand.com/wp-content/uploads/2019/03/12-140x300.png 140w\" sizes=\"(max-width: 168px) 100vw, 168px\" /> \n <img width=\"218\" height=\"294\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/13.png\" alt=\"\" /> \n <img width=\"370\" height=\"216\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/255.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/255.png 370w, https://sub.morganrand.com/wp-content/uploads/2019/03/255-300x175.png 300w\" sizes=\"(max-width: 370px) 100vw, 370px\" /> \n <img width=\"217\" height=\"291\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/3-5.png\" alt=\"\" /> \n <img width=\"263\" height=\"219\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/535.png\" alt=\"\" /> \n <img width=\"189\" height=\"371\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/8.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/8.png 189w, https://sub.morganrand.com/wp-content/uploads/2019/03/8-153x300.png 153w\" sizes=\"(max-width: 189px) 100vw, 189px\" /> \n <h2>Working Process</h2> \n <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation X is on the runway heading towards a streamlined cloud solution. User generated content in real-time will have multiple touchpoints for offshoring. Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide.</p> \n <a href=\"#\" role=\"button\">\n View Studio Tour\n </a>\n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/36.png\" data-elementor-lightbox-slideshow=\"539dc278\" data-elementor-lightbox-index=\"0\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/architecture_3.jpg\" data-elementor-lightbox-slideshow=\"539dc278\" data-elementor-lightbox-index=\"1\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/3-1.png\" data-elementor-lightbox-slideshow=\"539dc278\" data-elementor-lightbox-index=\"2\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/201.jpg\" data-elementor-lightbox-slideshow=\"539dc278\" data-elementor-lightbox-index=\"3\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/15-1.png\" data-elementor-lightbox-slideshow=\"539dc278\" data-elementor-lightbox-index=\"4\"> \n </a> \n <h3>Meet The Team</h3> \n <p>Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide with additional clickthroughs from nanotechnology immersion DevOps. </p> \n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5-2.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5-2.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/5-2-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Untitled-4.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Untitled-4.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/Untitled-4-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Google-plus\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5Untitled-4.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5Untitled-4.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/5Untitled-4-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/54.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/54.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/54-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/63853.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/63853.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/63853-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Dribbble\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Behance\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/86.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/86.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/86-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/452.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/452.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/452-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Dribbble\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/525.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/525.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/525-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Google-plus\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <h3>Contact Us</h3> \n <ul>\n <li >\n +44 20 5540 1234\n </li>\n <li >\n +44 35 9998 3245\n </li>\n <li >\n +44 20 5540 4433\n </li>\n </ul>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Google-plus\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Tumblr\n </a>','Home','','inherit','closed','closed','','7-revision-v1','','','2019-03-21 07:01:45','2019-03-21 07:01:45','',7,'https://sub.morganrand.com/7-revision-v1/',0,'revision','',0),(124,2,'2019-03-21 07:09:00','2019-03-21 07:09:00','','hotpink-wand','','inherit','open','closed','','hotpink-wand','','','2019-03-21 07:09:00','2019-03-21 07:09:00','',7,'https://sub.morganrand.com/wp-content/uploads/2019/03/hotpink-wand.jpg',0,'attachment','image/jpeg',0),(127,2,'2019-03-21 07:15:00','2019-03-21 07:15:00','<h1>Wanderfuls ™</h1> \n <p>Centerpiece and Party Favors in One!</p> \n <a href=\"#\" role=\"button\">\n Shop Now\n </a>\n <h2>\n Centerpieces That Double as Party Favors\n </h2>\n <p>Wanderfuls are designed to become an interactive part of your special day. What guest could forget the moment they remove their party favor from the centerpiece? <br/><br/> The Wanderfuls connect your guests to each other and to the magical moments of the event. These unique and memorable candy centerpieces are perfect for those once in a lifetime special events.</p>\n <h2>\n Customize and Design Your Own Centerpiece!\n </h2>\n <p>Our in-house designers will guide you through our customizable options, creating the perfect bouquet for the mood or theme of your event. Explore the different combinations and see them placed on a bouquet, until you find a design that you love!\n<br/><br/>\nChoose a coordinating color for the ribbon which spirals elegantly around and down the wand. For an extra special touch , you can choose to have imprinting on your Wanderfuls.</p>\n <h2>\n Centerpiece Ideas for All Types of Party\n </h2>\n <p>More than just traditional flower table decors for your special events. Wanderfuls gives you unique birthday centerpiece, graduation centerpiece, banquet centerpiece, anniversaries, holidays, and more... <br/> <br/>This is something so different and unique your guest will be amazed! These table decorations will create cherished memories that you and your guest will surely remember!</p>\n <img width=\"758\" height=\"686\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/image_2019_03_21T07_09_41_778Z.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/image_2019_03_21T07_09_41_778Z.png 758w, https://sub.morganrand.com/wp-content/uploads/2019/03/image_2019_03_21T07_09_41_778Z-300x272.png 300w\" sizes=\"(max-width: 758px) 100vw, 758px\" /> \n <p>Wanderfuls is proud to offer a diverse color palette that represents every color of the rainbow, including many holographic, metallic, and iridescent options.</p> \n <img width=\"189\" height=\"371\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/11.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/11.png 189w, https://sub.morganrand.com/wp-content/uploads/2019/03/11-153x300.png 153w\" sizes=\"(max-width: 189px) 100vw, 189px\" /> \n <img width=\"168\" height=\"360\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/12.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/12.png 168w, https://sub.morganrand.com/wp-content/uploads/2019/03/12-140x300.png 140w\" sizes=\"(max-width: 168px) 100vw, 168px\" /> \n <img width=\"218\" height=\"294\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/13.png\" alt=\"\" /> \n <img width=\"370\" height=\"216\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/255.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/255.png 370w, https://sub.morganrand.com/wp-content/uploads/2019/03/255-300x175.png 300w\" sizes=\"(max-width: 370px) 100vw, 370px\" /> \n <img width=\"217\" height=\"291\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/3-5.png\" alt=\"\" /> \n <img width=\"263\" height=\"219\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/535.png\" alt=\"\" /> \n <img width=\"189\" height=\"371\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/8.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/8.png 189w, https://sub.morganrand.com/wp-content/uploads/2019/03/8-153x300.png 153w\" sizes=\"(max-width: 189px) 100vw, 189px\" /> \n <h2>Working Process</h2> \n <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation X is on the runway heading towards a streamlined cloud solution. User generated content in real-time will have multiple touchpoints for offshoring. Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide.</p> \n <a href=\"#\" role=\"button\">\n View Studio Tour\n </a>\n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/36.png\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"0\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/architecture_3.jpg\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"1\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/3-1.png\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"2\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/201.jpg\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"3\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/15-1.png\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"4\"> \n </a> \n <h3>Meet The Team</h3> \n <p>Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide with additional clickthroughs from nanotechnology immersion DevOps. </p> \n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5-2.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5-2.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/5-2-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Untitled-4.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Untitled-4.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/Untitled-4-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Google-plus\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5Untitled-4.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5Untitled-4.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/5Untitled-4-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/54.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/54.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/54-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/63853.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/63853.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/63853-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Dribbble\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Behance\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/86.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/86.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/86-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/452.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/452.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/452-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Dribbble\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/525.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/525.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/525-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Google-plus\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <h3>Contact Us</h3> \n <ul>\n <li >\n +44 20 5540 1234\n </li>\n <li >\n +44 35 9998 3245\n </li>\n <li >\n +44 20 5540 4433\n </li>\n </ul>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Google-plus\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Tumblr\n </a>\n <h1>Welcome To Dynamic Studio</h1> \n <p>Leverage agile frameworks to provide a robust synopsis for high level overviews. Iterative approaches to corporate strategy foster collaborative thinking to further the overall value proposition. </p> \n <a href=\"#\" role=\"button\">\n View Studio Tour\n </a>\n <h3>\n Web design\n </h3>\n <p>Leverage agile frameworks to provide a robust synopsis for high level overviews iterative approaches.</p>\n <h3>\n Branding\n </h3>\n <p>Leverage agile frameworks to provide a robust synopsis for high level overviews iterative approaches.</p>\n <h3>\n Advertising \n </h3>\n <p>Leverage agile frameworks to provide a robust synopsis for high level overviews iterative approaches.</p>\n <img width=\"263\" height=\"219\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/052.png\" alt=\"\" /> \n <img width=\"117\" height=\"211\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/155.png\" alt=\"\" /> \n <img width=\"189\" height=\"371\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/11.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/11.png 189w, https://sub.morganrand.com/wp-content/uploads/2019/03/11-153x300.png 153w\" sizes=\"(max-width: 189px) 100vw, 189px\" /> \n <img width=\"168\" height=\"360\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/12.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/12.png 168w, https://sub.morganrand.com/wp-content/uploads/2019/03/12-140x300.png 140w\" sizes=\"(max-width: 168px) 100vw, 168px\" /> \n <img width=\"218\" height=\"294\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/13.png\" alt=\"\" /> \n <img width=\"370\" height=\"216\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/255.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/255.png 370w, https://sub.morganrand.com/wp-content/uploads/2019/03/255-300x175.png 300w\" sizes=\"(max-width: 370px) 100vw, 370px\" /> \n <img width=\"217\" height=\"291\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/3-5.png\" alt=\"\" /> \n <img width=\"263\" height=\"219\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/535.png\" alt=\"\" /> \n <img width=\"189\" height=\"371\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/8.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/8.png 189w, https://sub.morganrand.com/wp-content/uploads/2019/03/8-153x300.png 153w\" sizes=\"(max-width: 189px) 100vw, 189px\" /> \n <h2>Working Process</h2> \n <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation X is on the runway heading towards a streamlined cloud solution. User generated content in real-time will have multiple touchpoints for offshoring. Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide.</p> \n <a href=\"#\" role=\"button\">\n View Studio Tour\n </a>\n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/36.png\" data-elementor-lightbox-slideshow=\"539dc278\" data-elementor-lightbox-index=\"0\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/architecture_3.jpg\" data-elementor-lightbox-slideshow=\"539dc278\" data-elementor-lightbox-index=\"1\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/3-1.png\" data-elementor-lightbox-slideshow=\"539dc278\" data-elementor-lightbox-index=\"2\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/201.jpg\" data-elementor-lightbox-slideshow=\"539dc278\" data-elementor-lightbox-index=\"3\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/15-1.png\" data-elementor-lightbox-slideshow=\"539dc278\" data-elementor-lightbox-index=\"4\"> \n </a> \n <h3>Meet The Team</h3> \n <p>Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide with additional clickthroughs from nanotechnology immersion DevOps. </p> \n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5-2.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5-2.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/5-2-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Untitled-4.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Untitled-4.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/Untitled-4-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Google-plus\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5Untitled-4.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5Untitled-4.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/5Untitled-4-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/54.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/54.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/54-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/63853.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/63853.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/63853-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Dribbble\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Behance\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/86.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/86.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/86-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/452.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/452.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/452-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Dribbble\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/525.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/525.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/525-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Google-plus\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <h3>Contact Us</h3> \n <ul>\n <li >\n +44 20 5540 1234\n </li>\n <li >\n +44 35 9998 3245\n </li>\n <li >\n +44 20 5540 4433\n </li>\n </ul>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Google-plus\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Tumblr\n </a>','Home','','inherit','closed','closed','','7-revision-v1','','','2019-03-21 07:15:00','2019-03-21 07:15:00','',7,'https://sub.morganrand.com/7-revision-v1/',0,'revision','',0),(126,2,'2019-03-21 07:11:29','2019-03-21 07:11:29','','image_2019_03_21T07_09_41_778Z','','inherit','open','closed','','image_2019_03_21t07_09_41_778z','','','2019-03-21 07:11:29','2019-03-21 07:11:29','',7,'https://sub.morganrand.com/wp-content/uploads/2019/03/image_2019_03_21T07_09_41_778Z.png',0,'attachment','image/png',0),(128,2,'2019-03-21 07:17:05','2019-03-21 07:17:05','','Capture','','inherit','open','closed','','capture','','','2019-03-21 07:17:05','2019-03-21 07:17:05','',7,'https://sub.morganrand.com/wp-content/uploads/2019/03/Capture.jpg',0,'attachment','image/jpeg',0),(129,2,'2019-03-21 07:17:47','2019-03-21 07:17:47','<h1>Wanderfuls ™</h1> \n <p>Centerpiece and Party Favors in One!</p> \n <a href=\"#\" role=\"button\">\n Shop Now\n </a>\n <h2>\n Centerpieces That Double as Party Favors\n </h2>\n <p>Wanderfuls are designed to become an interactive part of your special day. What guest could forget the moment they remove their party favor from the centerpiece? <br/><br/> The Wanderfuls connect your guests to each other and to the magical moments of the event. These unique and memorable candy centerpieces are perfect for those once in a lifetime special events.</p>\n <h2>\n Customize and Design Your Own Centerpiece!\n </h2>\n <p>Our in-house designers will guide you through our customizable options, creating the perfect bouquet for the mood or theme of your event. Explore the different combinations and see them placed on a bouquet, until you find a design that you love!\n<br/><br/>\nChoose a coordinating color for the ribbon which spirals elegantly around and down the wand. For an extra special touch , you can choose to have imprinting on your Wanderfuls.</p>\n <h2>\n Centerpiece Ideas for All Types of Party\n </h2>\n <p>More than just traditional flower table decors for your special events. Wanderfuls gives you unique birthday centerpiece, graduation centerpiece, banquet centerpiece, anniversaries, holidays, and more... <br/> <br/>This is something so different and unique your guest will be amazed! These table decorations will create cherished memories that you and your guest will surely remember!</p>\n <img width=\"758\" height=\"686\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/image_2019_03_21T07_09_41_778Z.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/image_2019_03_21T07_09_41_778Z.png 758w, https://sub.morganrand.com/wp-content/uploads/2019/03/image_2019_03_21T07_09_41_778Z-300x272.png 300w\" sizes=\"(max-width: 758px) 100vw, 758px\" /> \n <p>Wanderfuls is proud to offer a diverse color palette that represents every color of the rainbow, including many holographic, metallic, and iridescent options.</p> \n <img width=\"826\" height=\"641\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Capture.jpg\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Capture.jpg 826w, https://sub.morganrand.com/wp-content/uploads/2019/03/Capture-300x233.jpg 300w, https://sub.morganrand.com/wp-content/uploads/2019/03/Capture-768x596.jpg 768w\" sizes=\"(max-width: 826px) 100vw, 826px\" /> \n <img width=\"168\" height=\"360\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/12.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/12.png 168w, https://sub.morganrand.com/wp-content/uploads/2019/03/12-140x300.png 140w\" sizes=\"(max-width: 168px) 100vw, 168px\" /> \n <img width=\"218\" height=\"294\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/13.png\" alt=\"\" /> \n <img width=\"370\" height=\"216\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/255.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/255.png 370w, https://sub.morganrand.com/wp-content/uploads/2019/03/255-300x175.png 300w\" sizes=\"(max-width: 370px) 100vw, 370px\" /> \n <img width=\"217\" height=\"291\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/3-5.png\" alt=\"\" /> \n <img width=\"263\" height=\"219\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/535.png\" alt=\"\" /> \n <img width=\"189\" height=\"371\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/8.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/8.png 189w, https://sub.morganrand.com/wp-content/uploads/2019/03/8-153x300.png 153w\" sizes=\"(max-width: 189px) 100vw, 189px\" /> \n <h2>Working Process</h2> \n <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation X is on the runway heading towards a streamlined cloud solution. User generated content in real-time will have multiple touchpoints for offshoring. Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide.</p> \n <a href=\"#\" role=\"button\">\n View Studio Tour\n </a>\n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/36.png\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"0\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/architecture_3.jpg\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"1\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/3-1.png\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"2\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/201.jpg\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"3\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/15-1.png\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"4\"> \n </a> \n <h3>Meet The Team</h3> \n <p>Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide with additional clickthroughs from nanotechnology immersion DevOps. </p> \n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5-2.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5-2.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/5-2-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Untitled-4.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Untitled-4.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/Untitled-4-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Google-plus\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5Untitled-4.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5Untitled-4.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/5Untitled-4-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/54.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/54.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/54-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/63853.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/63853.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/63853-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Dribbble\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Behance\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/86.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/86.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/86-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/452.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/452.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/452-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Dribbble\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/525.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/525.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/525-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Google-plus\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <h3>Contact Us</h3> \n <ul>\n <li >\n +44 20 5540 1234\n </li>\n <li >\n +44 35 9998 3245\n </li>\n <li >\n +44 20 5540 4433\n </li>\n </ul>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Google-plus\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Tumblr\n </a>\n <h1>Welcome To Dynamic Studio</h1> \n <p>Leverage agile frameworks to provide a robust synopsis for high level overviews. Iterative approaches to corporate strategy foster collaborative thinking to further the overall value proposition. </p> \n <a href=\"#\" role=\"button\">\n View Studio Tour\n </a>\n <h3>\n Web design\n </h3>\n <p>Leverage agile frameworks to provide a robust synopsis for high level overviews iterative approaches.</p>\n <h3>\n Branding\n </h3>\n <p>Leverage agile frameworks to provide a robust synopsis for high level overviews iterative approaches.</p>\n <h3>\n Advertising \n </h3>\n <p>Leverage agile frameworks to provide a robust synopsis for high level overviews iterative approaches.</p>\n <img width=\"263\" height=\"219\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/052.png\" alt=\"\" /> \n <img width=\"117\" height=\"211\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/155.png\" alt=\"\" /> \n <img width=\"189\" height=\"371\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/11.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/11.png 189w, https://sub.morganrand.com/wp-content/uploads/2019/03/11-153x300.png 153w\" sizes=\"(max-width: 189px) 100vw, 189px\" /> \n <img width=\"168\" height=\"360\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/12.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/12.png 168w, https://sub.morganrand.com/wp-content/uploads/2019/03/12-140x300.png 140w\" sizes=\"(max-width: 168px) 100vw, 168px\" /> \n <img width=\"218\" height=\"294\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/13.png\" alt=\"\" /> \n <img width=\"370\" height=\"216\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/255.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/255.png 370w, https://sub.morganrand.com/wp-content/uploads/2019/03/255-300x175.png 300w\" sizes=\"(max-width: 370px) 100vw, 370px\" /> \n <img width=\"217\" height=\"291\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/3-5.png\" alt=\"\" /> \n <img width=\"263\" height=\"219\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/535.png\" alt=\"\" /> \n <img width=\"189\" height=\"371\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/8.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/8.png 189w, https://sub.morganrand.com/wp-content/uploads/2019/03/8-153x300.png 153w\" sizes=\"(max-width: 189px) 100vw, 189px\" /> \n <h2>Working Process</h2> \n <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation X is on the runway heading towards a streamlined cloud solution. User generated content in real-time will have multiple touchpoints for offshoring. Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide.</p> \n <a href=\"#\" role=\"button\">\n View Studio Tour\n </a>\n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/36.png\" data-elementor-lightbox-slideshow=\"539dc278\" data-elementor-lightbox-index=\"0\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/architecture_3.jpg\" data-elementor-lightbox-slideshow=\"539dc278\" data-elementor-lightbox-index=\"1\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/3-1.png\" data-elementor-lightbox-slideshow=\"539dc278\" data-elementor-lightbox-index=\"2\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/201.jpg\" data-elementor-lightbox-slideshow=\"539dc278\" data-elementor-lightbox-index=\"3\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/15-1.png\" data-elementor-lightbox-slideshow=\"539dc278\" data-elementor-lightbox-index=\"4\"> \n </a> \n <h3>Meet The Team</h3> \n <p>Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide with additional clickthroughs from nanotechnology immersion DevOps. </p> \n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5-2.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5-2.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/5-2-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Untitled-4.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Untitled-4.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/Untitled-4-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Google-plus\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5Untitled-4.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5Untitled-4.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/5Untitled-4-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/54.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/54.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/54-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/63853.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/63853.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/63853-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Dribbble\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Behance\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/86.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/86.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/86-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/452.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/452.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/452-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Dribbble\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/525.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/525.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/525-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Google-plus\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <h3>Contact Us</h3> \n <ul>\n <li >\n +44 20 5540 1234\n </li>\n <li >\n +44 35 9998 3245\n </li>\n <li >\n +44 20 5540 4433\n </li>\n </ul>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Google-plus\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Tumblr\n </a>','Home','','inherit','closed','closed','','7-revision-v1','','','2019-03-21 07:17:47','2019-03-21 07:17:47','',7,'https://sub.morganrand.com/7-revision-v1/',0,'revision','',0),(130,2,'2019-03-21 07:24:52','2019-03-21 07:24:52','','Pics','','inherit','open','closed','','pics','','','2019-03-21 07:24:52','2019-03-21 07:24:52','',7,'https://sub.morganrand.com/wp-content/uploads/2019/03/Pics.png',0,'attachment','image/png',0),(133,2,'2019-03-21 07:29:01','2019-03-21 07:29:01','<h1>Wanderfuls ™</h1> \n <p>Centerpiece and Party Favors in One!</p> \n <a href=\"#\" role=\"button\">\n Shop Now\n </a>\n <h2>\n Centerpieces That Double as Party Favors\n </h2>\n <p>Wanderfuls are designed to become an interactive part of your special day. What guest could forget the moment they remove their party favor from the centerpiece? <br/><br/> The Wanderfuls connect your guests to each other and to the magical moments of the event. These unique and memorable candy centerpieces are perfect for those once in a lifetime special events.</p>\n <h2>\n Customize and Design Your Own Centerpiece!\n </h2>\n <p>Our in-house designers will guide you through our customizable options, creating the perfect bouquet for the mood or theme of your event. Explore the different combinations and see them placed on a bouquet, until you find a design that you love!\n<br/><br/>\nChoose a coordinating color for the ribbon which spirals elegantly around and down the wand. For an extra special touch , you can choose to have imprinting on your Wanderfuls.</p>\n <h2>\n Centerpiece Ideas for All Types of Party\n </h2>\n <p>More than just traditional flower table decors for your special events. Wanderfuls gives you unique birthday centerpiece, graduation centerpiece, banquet centerpiece, anniversaries, holidays, and more... <br/> <br/>This is something so different and unique your guest will be amazed! These table decorations will create cherished memories that you and your guest will surely remember!</p>\n <img width=\"758\" height=\"686\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/image_2019_03_21T07_09_41_778Z.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/image_2019_03_21T07_09_41_778Z.png 758w, https://sub.morganrand.com/wp-content/uploads/2019/03/image_2019_03_21T07_09_41_778Z-300x272.png 300w\" sizes=\"(max-width: 758px) 100vw, 758px\" /> \n <p>Wanderfuls is proud to offer a diverse color palette that represents every color of the rainbow, including many holographic, metallic, and iridescent options.</p> \n <img width=\"826\" height=\"641\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Capture.jpg\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Capture.jpg 826w, https://sub.morganrand.com/wp-content/uploads/2019/03/Capture-300x233.jpg 300w, https://sub.morganrand.com/wp-content/uploads/2019/03/Capture-768x596.jpg 768w\" sizes=\"(max-width: 826px) 100vw, 826px\" /> \n <img width=\"670\" height=\"569\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Pics.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Pics.png 670w, https://sub.morganrand.com/wp-content/uploads/2019/03/Pics-300x255.png 300w\" sizes=\"(max-width: 670px) 100vw, 670px\" /> \n <p>How many favors are in each centerpiece bouquet?</p><p>The Classic Wanderfuls Arrangement combines the look of a flower bouquet with the bonus of a take home favor. They are available in four sizes: 6, 8, 9, and 10.</p><p>Consideration should be given to the amount of people seated per table and aesthetic preference when deciding a size</p><p> </p> \n <img width=\"370\" height=\"216\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/255.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/255.png 370w, https://sub.morganrand.com/wp-content/uploads/2019/03/255-300x175.png 300w\" sizes=\"(max-width: 370px) 100vw, 370px\" /> \n <img width=\"217\" height=\"291\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/3-5.png\" alt=\"\" /> \n <img width=\"263\" height=\"219\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/535.png\" alt=\"\" /> \n <img width=\"189\" height=\"371\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/8.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/8.png 189w, https://sub.morganrand.com/wp-content/uploads/2019/03/8-153x300.png 153w\" sizes=\"(max-width: 189px) 100vw, 189px\" /> \n <h2>Working Process</h2> \n <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation X is on the runway heading towards a streamlined cloud solution. User generated content in real-time will have multiple touchpoints for offshoring. Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide.</p> \n <a href=\"#\" role=\"button\">\n View Studio Tour\n </a>\n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/36.png\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"0\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/architecture_3.jpg\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"1\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/3-1.png\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"2\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/201.jpg\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"3\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/15-1.png\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"4\"> \n </a> \n <h3>Meet The Team</h3> \n <p>Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide with additional clickthroughs from nanotechnology immersion DevOps. </p> \n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5-2.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5-2.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/5-2-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Untitled-4.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Untitled-4.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/Untitled-4-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Google-plus\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5Untitled-4.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5Untitled-4.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/5Untitled-4-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/54.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/54.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/54-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/63853.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/63853.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/63853-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Dribbble\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Behance\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/86.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/86.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/86-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/452.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/452.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/452-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Dribbble\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/525.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/525.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/525-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Google-plus\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <h3>Contact Us</h3> \n <ul>\n <li >\n +44 20 5540 1234\n </li>\n <li >\n +44 35 9998 3245\n </li>\n <li >\n +44 20 5540 4433\n </li>\n </ul>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Google-plus\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Tumblr\n </a>','Home','','inherit','closed','closed','','7-revision-v1','','','2019-03-21 07:29:01','2019-03-21 07:29:01','',7,'https://sub.morganrand.com/7-revision-v1/',0,'revision','',0),(132,2,'2019-03-21 07:27:47','2019-03-21 07:27:47','<h1>Wanderfuls ™</h1> \n <p>Centerpiece and Party Favors in One!</p> \n <a href=\"#\" role=\"button\">\n Shop Now\n </a>\n <h2>\n Centerpieces That Double as Party Favors\n </h2>\n <p>Wanderfuls are designed to become an interactive part of your special day. What guest could forget the moment they remove their party favor from the centerpiece? <br/><br/> The Wanderfuls connect your guests to each other and to the magical moments of the event. These unique and memorable candy centerpieces are perfect for those once in a lifetime special events.</p>\n <h2>\n Customize and Design Your Own Centerpiece!\n </h2>\n <p>Our in-house designers will guide you through our customizable options, creating the perfect bouquet for the mood or theme of your event. Explore the different combinations and see them placed on a bouquet, until you find a design that you love!\n<br/><br/>\nChoose a coordinating color for the ribbon which spirals elegantly around and down the wand. For an extra special touch , you can choose to have imprinting on your Wanderfuls.</p>\n <h2>\n Centerpiece Ideas for All Types of Party\n </h2>\n <p>More than just traditional flower table decors for your special events. Wanderfuls gives you unique birthday centerpiece, graduation centerpiece, banquet centerpiece, anniversaries, holidays, and more... <br/> <br/>This is something so different and unique your guest will be amazed! These table decorations will create cherished memories that you and your guest will surely remember!</p>\n <img width=\"758\" height=\"686\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/image_2019_03_21T07_09_41_778Z.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/image_2019_03_21T07_09_41_778Z.png 758w, https://sub.morganrand.com/wp-content/uploads/2019/03/image_2019_03_21T07_09_41_778Z-300x272.png 300w\" sizes=\"(max-width: 758px) 100vw, 758px\" /> \n <p>Wanderfuls is proud to offer a diverse color palette that represents every color of the rainbow, including many holographic, metallic, and iridescent options.</p> \n <img width=\"826\" height=\"641\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Capture.jpg\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Capture.jpg 826w, https://sub.morganrand.com/wp-content/uploads/2019/03/Capture-300x233.jpg 300w, https://sub.morganrand.com/wp-content/uploads/2019/03/Capture-768x596.jpg 768w\" sizes=\"(max-width: 826px) 100vw, 826px\" /> \n <img width=\"670\" height=\"569\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Pics.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Pics.png 670w, https://sub.morganrand.com/wp-content/uploads/2019/03/Pics-300x255.png 300w\" sizes=\"(max-width: 670px) 100vw, 670px\" /> \n <p>How many favors are in each centerpiece bouquet?</p><p>The Classic Wanderfuls Arrangement combines the look of a flower bouquet with the bonus of a take home favor. They are available in four sizes: 6, 8, 9, and 10.</p><p>Consideration should be given to the amount of people seated per table and aesthetic preference when deciding a size</p><p> </p> \n <img width=\"370\" height=\"216\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/255.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/255.png 370w, https://sub.morganrand.com/wp-content/uploads/2019/03/255-300x175.png 300w\" sizes=\"(max-width: 370px) 100vw, 370px\" /> \n <img width=\"217\" height=\"291\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/3-5.png\" alt=\"\" /> \n <img width=\"263\" height=\"219\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/535.png\" alt=\"\" /> \n <img width=\"189\" height=\"371\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/8.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/8.png 189w, https://sub.morganrand.com/wp-content/uploads/2019/03/8-153x300.png 153w\" sizes=\"(max-width: 189px) 100vw, 189px\" /> \n <h2>Working Process</h2> \n <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation X is on the runway heading towards a streamlined cloud solution. User generated content in real-time will have multiple touchpoints for offshoring. Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide.</p> \n <a href=\"#\" role=\"button\">\n View Studio Tour\n </a>\n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/36.png\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"0\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/architecture_3.jpg\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"1\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/3-1.png\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"2\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/201.jpg\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"3\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/15-1.png\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"4\"> \n </a> \n <h3>Meet The Team</h3> \n <p>Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide with additional clickthroughs from nanotechnology immersion DevOps. </p> \n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5-2.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5-2.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/5-2-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Untitled-4.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Untitled-4.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/Untitled-4-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Google-plus\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5Untitled-4.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5Untitled-4.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/5Untitled-4-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/54.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/54.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/54-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/63853.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/63853.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/63853-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Dribbble\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Behance\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/86.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/86.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/86-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/452.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/452.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/452-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Dribbble\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/525.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/525.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/525-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Google-plus\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <h3>Contact Us</h3> \n <ul>\n <li >\n +44 20 5540 1234\n </li>\n <li >\n +44 35 9998 3245\n </li>\n <li >\n +44 20 5540 4433\n </li>\n </ul>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Google-plus\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Tumblr\n </a>\n <h1>Welcome To Dynamic Studio</h1> \n <p>Leverage agile frameworks to provide a robust synopsis for high level overviews. Iterative approaches to corporate strategy foster collaborative thinking to further the overall value proposition. </p> \n <a href=\"#\" role=\"button\">\n View Studio Tour\n </a>\n <h3>\n Web design\n </h3>\n <p>Leverage agile frameworks to provide a robust synopsis for high level overviews iterative approaches.</p>\n <h3>\n Branding\n </h3>\n <p>Leverage agile frameworks to provide a robust synopsis for high level overviews iterative approaches.</p>\n <h3>\n Advertising \n </h3>\n <p>Leverage agile frameworks to provide a robust synopsis for high level overviews iterative approaches.</p>\n <img width=\"263\" height=\"219\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/052.png\" alt=\"\" /> \n <img width=\"117\" height=\"211\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/155.png\" alt=\"\" /> \n <img width=\"189\" height=\"371\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/11.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/11.png 189w, https://sub.morganrand.com/wp-content/uploads/2019/03/11-153x300.png 153w\" sizes=\"(max-width: 189px) 100vw, 189px\" /> \n <img width=\"168\" height=\"360\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/12.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/12.png 168w, https://sub.morganrand.com/wp-content/uploads/2019/03/12-140x300.png 140w\" sizes=\"(max-width: 168px) 100vw, 168px\" /> \n <img width=\"218\" height=\"294\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/13.png\" alt=\"\" /> \n <img width=\"370\" height=\"216\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/255.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/255.png 370w, https://sub.morganrand.com/wp-content/uploads/2019/03/255-300x175.png 300w\" sizes=\"(max-width: 370px) 100vw, 370px\" /> \n <img width=\"217\" height=\"291\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/3-5.png\" alt=\"\" /> \n <img width=\"263\" height=\"219\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/535.png\" alt=\"\" /> \n <img width=\"189\" height=\"371\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/8.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/8.png 189w, https://sub.morganrand.com/wp-content/uploads/2019/03/8-153x300.png 153w\" sizes=\"(max-width: 189px) 100vw, 189px\" /> \n <h2>Working Process</h2> \n <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation X is on the runway heading towards a streamlined cloud solution. User generated content in real-time will have multiple touchpoints for offshoring. Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide.</p> \n <a href=\"#\" role=\"button\">\n View Studio Tour\n </a>\n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/36.png\" data-elementor-lightbox-slideshow=\"539dc278\" data-elementor-lightbox-index=\"0\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/architecture_3.jpg\" data-elementor-lightbox-slideshow=\"539dc278\" data-elementor-lightbox-index=\"1\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/3-1.png\" data-elementor-lightbox-slideshow=\"539dc278\" data-elementor-lightbox-index=\"2\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/201.jpg\" data-elementor-lightbox-slideshow=\"539dc278\" data-elementor-lightbox-index=\"3\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/15-1.png\" data-elementor-lightbox-slideshow=\"539dc278\" data-elementor-lightbox-index=\"4\"> \n </a> \n <h3>Meet The Team</h3> \n <p>Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide with additional clickthroughs from nanotechnology immersion DevOps. </p> \n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5-2.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5-2.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/5-2-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Untitled-4.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Untitled-4.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/Untitled-4-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Google-plus\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5Untitled-4.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5Untitled-4.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/5Untitled-4-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/54.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/54.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/54-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/63853.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/63853.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/63853-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Dribbble\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Behance\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/86.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/86.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/86-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/452.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/452.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/452-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Dribbble\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/525.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/525.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/525-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Google-plus\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <h3>Contact Us</h3> \n <ul>\n <li >\n +44 20 5540 1234\n </li>\n <li >\n +44 35 9998 3245\n </li>\n <li >\n +44 20 5540 4433\n </li>\n </ul>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Google-plus\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Tumblr\n </a>','Home','','inherit','closed','closed','','7-revision-v1','','','2019-03-21 07:27:47','2019-03-21 07:27:47','',7,'https://sub.morganrand.com/7-revision-v1/',0,'revision','',0),(134,2,'2019-03-21 07:30:06','2019-03-21 07:30:06','','Candy Collage 2','','inherit','open','closed','','candy-collage-2','','','2019-03-21 07:30:06','2019-03-21 07:30:06','',7,'https://sub.morganrand.com/wp-content/uploads/2019/03/Candy-Collage-2.png',0,'attachment','image/png',0),(135,2,'2019-03-21 07:30:20','2019-03-21 07:30:20','<h1>Wanderfuls ™</h1> \n <p>Centerpiece and Party Favors in One!</p> \n <a href=\"#\" role=\"button\">\n Shop Now\n </a>\n <h2>\n Centerpieces That Double as Party Favors\n </h2>\n <p>Wanderfuls are designed to become an interactive part of your special day. What guest could forget the moment they remove their party favor from the centerpiece? <br/><br/> The Wanderfuls connect your guests to each other and to the magical moments of the event. These unique and memorable candy centerpieces are perfect for those once in a lifetime special events.</p>\n <h2>\n Customize and Design Your Own Centerpiece!\n </h2>\n <p>Our in-house designers will guide you through our customizable options, creating the perfect bouquet for the mood or theme of your event. Explore the different combinations and see them placed on a bouquet, until you find a design that you love!\n<br/><br/>\nChoose a coordinating color for the ribbon which spirals elegantly around and down the wand. For an extra special touch , you can choose to have imprinting on your Wanderfuls.</p>\n <h2>\n Centerpiece Ideas for All Types of Party\n </h2>\n <p>More than just traditional flower table decors for your special events. Wanderfuls gives you unique birthday centerpiece, graduation centerpiece, banquet centerpiece, anniversaries, holidays, and more... <br/> <br/>This is something so different and unique your guest will be amazed! These table decorations will create cherished memories that you and your guest will surely remember!</p>\n <img width=\"758\" height=\"686\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/image_2019_03_21T07_09_41_778Z.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/image_2019_03_21T07_09_41_778Z.png 758w, https://sub.morganrand.com/wp-content/uploads/2019/03/image_2019_03_21T07_09_41_778Z-300x272.png 300w\" sizes=\"(max-width: 758px) 100vw, 758px\" /> \n <p>Wanderfuls is proud to offer a diverse color palette that represents every color of the rainbow, including many holographic, metallic, and iridescent options.</p> \n <img width=\"826\" height=\"641\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Capture.jpg\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Capture.jpg 826w, https://sub.morganrand.com/wp-content/uploads/2019/03/Capture-300x233.jpg 300w, https://sub.morganrand.com/wp-content/uploads/2019/03/Capture-768x596.jpg 768w\" sizes=\"(max-width: 826px) 100vw, 826px\" /> \n <img width=\"670\" height=\"569\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Pics.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Pics.png 670w, https://sub.morganrand.com/wp-content/uploads/2019/03/Pics-300x255.png 300w\" sizes=\"(max-width: 670px) 100vw, 670px\" /> \n <p>How many favors are in each centerpiece bouquet?</p><p>The Classic Wanderfuls Arrangement combines the look of a flower bouquet with the bonus of a take home favor. They are available in four sizes: 6, 8, 9, and 10.</p><p>Consideration should be given to the amount of people seated per table and aesthetic preference when deciding a size</p><p> </p> \n <img width=\"370\" height=\"216\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/255.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/255.png 370w, https://sub.morganrand.com/wp-content/uploads/2019/03/255-300x175.png 300w\" sizes=\"(max-width: 370px) 100vw, 370px\" /> \n <img width=\"1024\" height=\"768\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Candy-Collage-2-1024x768.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Candy-Collage-2-1024x768.png 1024w, https://sub.morganrand.com/wp-content/uploads/2019/03/Candy-Collage-2-300x225.png 300w, https://sub.morganrand.com/wp-content/uploads/2019/03/Candy-Collage-2-768x576.png 768w, https://sub.morganrand.com/wp-content/uploads/2019/03/Candy-Collage-2.png 1170w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /> \n <img width=\"263\" height=\"219\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/535.png\" alt=\"\" /> \n <img width=\"189\" height=\"371\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/8.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/8.png 189w, https://sub.morganrand.com/wp-content/uploads/2019/03/8-153x300.png 153w\" sizes=\"(max-width: 189px) 100vw, 189px\" /> \n <h2>Working Process</h2> \n <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation X is on the runway heading towards a streamlined cloud solution. User generated content in real-time will have multiple touchpoints for offshoring. Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide.</p> \n <a href=\"#\" role=\"button\">\n View Studio Tour\n </a>\n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/36.png\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"0\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/architecture_3.jpg\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"1\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/3-1.png\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"2\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/201.jpg\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"3\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/15-1.png\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"4\"> \n </a> \n <h3>Meet The Team</h3> \n <p>Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide with additional clickthroughs from nanotechnology immersion DevOps. </p> \n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5-2.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5-2.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/5-2-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Untitled-4.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Untitled-4.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/Untitled-4-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Google-plus\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5Untitled-4.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5Untitled-4.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/5Untitled-4-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/54.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/54.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/54-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/63853.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/63853.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/63853-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Dribbble\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Behance\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/86.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/86.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/86-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/452.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/452.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/452-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Dribbble\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/525.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/525.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/525-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Google-plus\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <h3>Contact Us</h3> \n <ul>\n <li >\n +44 20 5540 1234\n </li>\n <li >\n +44 35 9998 3245\n </li>\n <li >\n +44 20 5540 4433\n </li>\n </ul>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Google-plus\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Tumblr\n </a>','Home','','inherit','closed','closed','','7-revision-v1','','','2019-03-21 07:30:20','2019-03-21 07:30:20','',7,'https://sub.morganrand.com/7-revision-v1/',0,'revision','',0),(137,2,'2019-03-21 07:31:24','2019-03-21 07:31:24','<h1>Wanderfuls ™</h1> \n <p>Centerpiece and Party Favors in One!</p> \n <a href=\"#\" role=\"button\">\n Shop Now\n </a>\n <h2>\n Centerpieces That Double as Party Favors\n </h2>\n <p>Wanderfuls are designed to become an interactive part of your special day. What guest could forget the moment they remove their party favor from the centerpiece? <br/><br/> The Wanderfuls connect your guests to each other and to the magical moments of the event. These unique and memorable candy centerpieces are perfect for those once in a lifetime special events.</p>\n <h2>\n Customize and Design Your Own Centerpiece!\n </h2>\n <p>Our in-house designers will guide you through our customizable options, creating the perfect bouquet for the mood or theme of your event. Explore the different combinations and see them placed on a bouquet, until you find a design that you love!\n<br/><br/>\nChoose a coordinating color for the ribbon which spirals elegantly around and down the wand. For an extra special touch , you can choose to have imprinting on your Wanderfuls.</p>\n <h2>\n Centerpiece Ideas for All Types of Party\n </h2>\n <p>More than just traditional flower table decors for your special events. Wanderfuls gives you unique birthday centerpiece, graduation centerpiece, banquet centerpiece, anniversaries, holidays, and more... <br/> <br/>This is something so different and unique your guest will be amazed! These table decorations will create cherished memories that you and your guest will surely remember!</p>\n <img width=\"758\" height=\"686\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/image_2019_03_21T07_09_41_778Z.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/image_2019_03_21T07_09_41_778Z.png 758w, https://sub.morganrand.com/wp-content/uploads/2019/03/image_2019_03_21T07_09_41_778Z-300x272.png 300w\" sizes=\"(max-width: 758px) 100vw, 758px\" /> \n <p>Wanderfuls is proud to offer a diverse color palette that represents every color of the rainbow, including many holographic, metallic, and iridescent options.</p> \n <img width=\"826\" height=\"641\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Capture.jpg\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Capture.jpg 826w, https://sub.morganrand.com/wp-content/uploads/2019/03/Capture-300x233.jpg 300w, https://sub.morganrand.com/wp-content/uploads/2019/03/Capture-768x596.jpg 768w\" sizes=\"(max-width: 826px) 100vw, 826px\" /> \n <img width=\"670\" height=\"569\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Pics.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Pics.png 670w, https://sub.morganrand.com/wp-content/uploads/2019/03/Pics-300x255.png 300w\" sizes=\"(max-width: 670px) 100vw, 670px\" /> \n <p>How many favors are in each centerpiece bouquet?</p><p>The Classic Wanderfuls Arrangement combines the look of a flower bouquet with the bonus of a take home favor. They are available in four sizes: 6, 8, 9, and 10.</p><p>Consideration should be given to the amount of people seated per table and aesthetic preference when deciding a size</p><p> </p> \n <img width=\"370\" height=\"216\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/255.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/255.png 370w, https://sub.morganrand.com/wp-content/uploads/2019/03/255-300x175.png 300w\" sizes=\"(max-width: 370px) 100vw, 370px\" /> \n <img width=\"1024\" height=\"768\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Candy-Collage-2-1024x768.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Candy-Collage-2-1024x768.png 1024w, https://sub.morganrand.com/wp-content/uploads/2019/03/Candy-Collage-2-300x225.png 300w, https://sub.morganrand.com/wp-content/uploads/2019/03/Candy-Collage-2-768x576.png 768w, https://sub.morganrand.com/wp-content/uploads/2019/03/Candy-Collage-2.png 1170w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /> \n Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. \n <img width=\"189\" height=\"371\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/8.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/8.png 189w, https://sub.morganrand.com/wp-content/uploads/2019/03/8-153x300.png 153w\" sizes=\"(max-width: 189px) 100vw, 189px\" /> \n <h2>Working Process</h2> \n <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation X is on the runway heading towards a streamlined cloud solution. User generated content in real-time will have multiple touchpoints for offshoring. Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide.</p> \n <a href=\"#\" role=\"button\">\n View Studio Tour\n </a>\n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/36.png\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"0\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/architecture_3.jpg\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"1\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/3-1.png\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"2\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/201.jpg\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"3\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/15-1.png\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"4\"> \n </a> \n <h3>Meet The Team</h3> \n <p>Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide with additional clickthroughs from nanotechnology immersion DevOps. </p> \n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5-2.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5-2.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/5-2-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Untitled-4.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Untitled-4.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/Untitled-4-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Google-plus\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5Untitled-4.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5Untitled-4.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/5Untitled-4-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/54.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/54.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/54-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/63853.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/63853.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/63853-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Dribbble\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Behance\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/86.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/86.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/86-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/452.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/452.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/452-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Dribbble\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/525.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/525.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/525-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Google-plus\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <h3>Contact Us</h3> \n <ul>\n <li >\n +44 20 5540 1234\n </li>\n <li >\n +44 35 9998 3245\n </li>\n <li >\n +44 20 5540 4433\n </li>\n </ul>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Google-plus\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Tumblr\n </a>','Home','','inherit','closed','closed','','7-revision-v1','','','2019-03-21 07:31:24','2019-03-21 07:31:24','',7,'https://sub.morganrand.com/7-revision-v1/',0,'revision','',0),(136,2,'2019-03-21 07:30:49','2019-03-21 07:30:49','<h1>Wanderfuls ™</h1> \n <p>Centerpiece and Party Favors in One!</p> \n <a href=\"#\" role=\"button\">\n Shop Now\n </a>\n <h2>\n Centerpieces That Double as Party Favors\n </h2>\n <p>Wanderfuls are designed to become an interactive part of your special day. What guest could forget the moment they remove their party favor from the centerpiece? <br/><br/> The Wanderfuls connect your guests to each other and to the magical moments of the event. These unique and memorable candy centerpieces are perfect for those once in a lifetime special events.</p>\n <h2>\n Customize and Design Your Own Centerpiece!\n </h2>\n <p>Our in-house designers will guide you through our customizable options, creating the perfect bouquet for the mood or theme of your event. Explore the different combinations and see them placed on a bouquet, until you find a design that you love!\n<br/><br/>\nChoose a coordinating color for the ribbon which spirals elegantly around and down the wand. For an extra special touch , you can choose to have imprinting on your Wanderfuls.</p>\n <h2>\n Centerpiece Ideas for All Types of Party\n </h2>\n <p>More than just traditional flower table decors for your special events. Wanderfuls gives you unique birthday centerpiece, graduation centerpiece, banquet centerpiece, anniversaries, holidays, and more... <br/> <br/>This is something so different and unique your guest will be amazed! These table decorations will create cherished memories that you and your guest will surely remember!</p>\n <img width=\"758\" height=\"686\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/image_2019_03_21T07_09_41_778Z.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/image_2019_03_21T07_09_41_778Z.png 758w, https://sub.morganrand.com/wp-content/uploads/2019/03/image_2019_03_21T07_09_41_778Z-300x272.png 300w\" sizes=\"(max-width: 758px) 100vw, 758px\" /> \n <p>Wanderfuls is proud to offer a diverse color palette that represents every color of the rainbow, including many holographic, metallic, and iridescent options.</p> \n <img width=\"826\" height=\"641\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Capture.jpg\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Capture.jpg 826w, https://sub.morganrand.com/wp-content/uploads/2019/03/Capture-300x233.jpg 300w, https://sub.morganrand.com/wp-content/uploads/2019/03/Capture-768x596.jpg 768w\" sizes=\"(max-width: 826px) 100vw, 826px\" /> \n <img width=\"670\" height=\"569\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Pics.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Pics.png 670w, https://sub.morganrand.com/wp-content/uploads/2019/03/Pics-300x255.png 300w\" sizes=\"(max-width: 670px) 100vw, 670px\" /> \n <p>How many favors are in each centerpiece bouquet?</p><p>The Classic Wanderfuls Arrangement combines the look of a flower bouquet with the bonus of a take home favor. They are available in four sizes: 6, 8, 9, and 10.</p><p>Consideration should be given to the amount of people seated per table and aesthetic preference when deciding a size</p><p> </p> \n <img width=\"370\" height=\"216\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/255.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/255.png 370w, https://sub.morganrand.com/wp-content/uploads/2019/03/255-300x175.png 300w\" sizes=\"(max-width: 370px) 100vw, 370px\" /> \n <img width=\"1024\" height=\"768\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Candy-Collage-2-1024x768.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Candy-Collage-2-1024x768.png 1024w, https://sub.morganrand.com/wp-content/uploads/2019/03/Candy-Collage-2-300x225.png 300w, https://sub.morganrand.com/wp-content/uploads/2019/03/Candy-Collage-2-768x576.png 768w, https://sub.morganrand.com/wp-content/uploads/2019/03/Candy-Collage-2.png 1170w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /> \n Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. \n <img width=\"263\" height=\"219\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/535.png\" alt=\"\" /> \n <img width=\"189\" height=\"371\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/8.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/8.png 189w, https://sub.morganrand.com/wp-content/uploads/2019/03/8-153x300.png 153w\" sizes=\"(max-width: 189px) 100vw, 189px\" /> \n <h2>Working Process</h2> \n <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation X is on the runway heading towards a streamlined cloud solution. User generated content in real-time will have multiple touchpoints for offshoring. Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide.</p> \n <a href=\"#\" role=\"button\">\n View Studio Tour\n </a>\n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/36.png\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"0\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/architecture_3.jpg\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"1\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/3-1.png\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"2\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/201.jpg\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"3\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/15-1.png\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"4\"> \n </a> \n <h3>Meet The Team</h3> \n <p>Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide with additional clickthroughs from nanotechnology immersion DevOps. </p> \n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5-2.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5-2.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/5-2-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Untitled-4.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Untitled-4.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/Untitled-4-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Google-plus\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5Untitled-4.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5Untitled-4.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/5Untitled-4-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/54.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/54.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/54-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/63853.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/63853.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/63853-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Dribbble\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Behance\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/86.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/86.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/86-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/452.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/452.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/452-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Dribbble\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/525.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/525.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/525-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Google-plus\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <h3>Contact Us</h3> \n <ul>\n <li >\n +44 20 5540 1234\n </li>\n <li >\n +44 35 9998 3245\n </li>\n <li >\n +44 20 5540 4433\n </li>\n </ul>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Google-plus\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Tumblr\n </a>','Home','','inherit','closed','closed','','7-revision-v1','','','2019-03-21 07:30:49','2019-03-21 07:30:49','',7,'https://sub.morganrand.com/7-revision-v1/',0,'revision','',0),(140,2,'2019-03-21 07:50:54','2019-03-21 07:50:54','<h1>Wanderfuls ™</h1> \n <p>Centerpiece and Party Favors in One!</p> \n <a href=\"#\" role=\"button\">\n Shop Now\n </a>\n <h2>\n Centerpieces That Double as Party Favors\n </h2>\n <p>Wanderfuls are designed to become an interactive part of your special day. What guest could forget the moment they remove their party favor from the centerpiece? <br/><br/> The Wanderfuls connect your guests to each other and to the magical moments of the event. These unique and memorable candy centerpieces are perfect for those once in a lifetime special events.</p>\n <h2>\n Customize and Design Your Own Centerpiece!\n </h2>\n <p>Our in-house designers will guide you through our customizable options, creating the perfect bouquet for the mood or theme of your event. Explore the different combinations and see them placed on a bouquet, until you find a design that you love!\n<br/><br/>\nChoose a coordinating color for the ribbon which spirals elegantly around and down the wand. For an extra special touch , you can choose to have imprinting on your Wanderfuls.</p>\n <h2>\n Centerpiece Ideas for All Types of Party\n </h2>\n <p>More than just traditional flower table decors for your special events. Wanderfuls gives you unique birthday centerpiece, graduation centerpiece, banquet centerpiece, anniversaries, holidays, and more... <br/> <br/>This is something so different and unique your guest will be amazed! These table decorations will create cherished memories that you and your guest will surely remember!</p>\n <img width=\"758\" height=\"686\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/image_2019_03_21T07_09_41_778Z.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/image_2019_03_21T07_09_41_778Z.png 758w, https://sub.morganrand.com/wp-content/uploads/2019/03/image_2019_03_21T07_09_41_778Z-300x272.png 300w\" sizes=\"(max-width: 758px) 100vw, 758px\" /> \n <p>Wanderfuls is proud to offer a diverse color palette that represents every color of the rainbow, including many holographic, metallic, and iridescent options.</p> \n <img width=\"826\" height=\"641\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Capture.jpg\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Capture.jpg 826w, https://sub.morganrand.com/wp-content/uploads/2019/03/Capture-300x233.jpg 300w, https://sub.morganrand.com/wp-content/uploads/2019/03/Capture-768x596.jpg 768w\" sizes=\"(max-width: 826px) 100vw, 826px\" /> \n <img width=\"670\" height=\"569\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Pics.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Pics.png 670w, https://sub.morganrand.com/wp-content/uploads/2019/03/Pics-300x255.png 300w\" sizes=\"(max-width: 670px) 100vw, 670px\" /> \n <p>How many favors are in each centerpiece bouquet?</p><p>The Classic Wanderfuls Arrangement combines the look of a flower bouquet with the bonus of a take home favor. They are available in four sizes: 6, 8, 9, and 10.</p><p>Consideration should be given to the amount of people seated per table and aesthetic preference when deciding a size</p><p> </p> \n <img width=\"370\" height=\"216\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/255.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/255.png 370w, https://sub.morganrand.com/wp-content/uploads/2019/03/255-300x175.png 300w\" sizes=\"(max-width: 370px) 100vw, 370px\" /> \n <img width=\"1024\" height=\"768\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Candy-Collage-2-1024x768.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Candy-Collage-2-1024x768.png 1024w, https://sub.morganrand.com/wp-content/uploads/2019/03/Candy-Collage-2-300x225.png 300w, https://sub.morganrand.com/wp-content/uploads/2019/03/Candy-Collage-2-768x576.png 768w, https://sub.morganrand.com/wp-content/uploads/2019/03/Candy-Collage-2.png 1170w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /> \n <p>Imagine your party favors filled with colorful candies such as Jordan Almonds</p>\n<p>Candy, Foil Wrapped Candy, Jelly Beans, Gumballs, Mini Jawbreakers, Mints, Kisses, & More. </p>\n<p>Don\'t see your favorite candy? We may have it! Check by calling 1-888-837-5021</p> \n <img width=\"640\" height=\"426\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/candy-2538878_640.jpg\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/candy-2538878_640.jpg 640w, https://sub.morganrand.com/wp-content/uploads/2019/03/candy-2538878_640-300x200.jpg 300w\" sizes=\"(max-width: 640px) 100vw, 640px\" /> \n <h2>Working Process</h2> \n <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation X is on the runway heading towards a streamlined cloud solution. User generated content in real-time will have multiple touchpoints for offshoring. Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide.</p> \n <a href=\"#\" role=\"button\">\n View Studio Tour\n </a>\n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/36.png\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"0\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/architecture_3.jpg\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"1\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/3-1.png\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"2\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/201.jpg\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"3\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/15-1.png\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"4\"> \n </a> \n <h3>Meet The Team</h3> \n <p>Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide with additional clickthroughs from nanotechnology immersion DevOps. </p> \n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5-2.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5-2.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/5-2-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Untitled-4.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Untitled-4.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/Untitled-4-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Google-plus\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5Untitled-4.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5Untitled-4.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/5Untitled-4-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/54.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/54.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/54-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/63853.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/63853.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/63853-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Dribbble\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Behance\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/86.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/86.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/86-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/452.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/452.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/452-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Dribbble\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/525.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/525.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/525-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Google-plus\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <h3>Contact Us</h3> \n <ul>\n <li >\n +44 20 5540 1234\n </li>\n <li >\n +44 35 9998 3245\n </li>\n <li >\n +44 20 5540 4433\n </li>\n </ul>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Google-plus\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Tumblr\n </a>','Home','','inherit','closed','closed','','7-revision-v1','','','2019-03-21 07:50:54','2019-03-21 07:50:54','',7,'https://sub.morganrand.com/7-revision-v1/',0,'revision','',0),(139,2,'2019-03-21 07:50:39','2019-03-21 07:50:39','','candy-2538878_640','','inherit','open','closed','','candy-2538878_640','','','2019-03-21 07:50:39','2019-03-21 07:50:39','',7,'https://sub.morganrand.com/wp-content/uploads/2019/03/candy-2538878_640.jpg',0,'attachment','image/jpeg',0),(142,2,'2019-03-21 07:54:07','2019-03-21 07:54:07','<h1>Wanderfuls ™</h1> \n <p>Centerpiece and Party Favors in One!</p> \n <a href=\"#\" role=\"button\">\n Shop Now\n </a>\n <h2>\n Centerpieces That Double as Party Favors\n </h2>\n <p>Wanderfuls are designed to become an interactive part of your special day. What guest could forget the moment they remove their party favor from the centerpiece? <br/><br/> The Wanderfuls connect your guests to each other and to the magical moments of the event. These unique and memorable candy centerpieces are perfect for those once in a lifetime special events.</p>\n <h2>\n Customize and Design Your Own Centerpiece!\n </h2>\n <p>Our in-house designers will guide you through our customizable options, creating the perfect bouquet for the mood or theme of your event. Explore the different combinations and see them placed on a bouquet, until you find a design that you love!\n<br/><br/>\nChoose a coordinating color for the ribbon which spirals elegantly around and down the wand. For an extra special touch , you can choose to have imprinting on your Wanderfuls.</p>\n <h2>\n Centerpiece Ideas for All Types of Party\n </h2>\n <p>More than just traditional flower table decors for your special events. Wanderfuls gives you unique birthday centerpiece, graduation centerpiece, banquet centerpiece, anniversaries, holidays, and more... <br/> <br/>This is something so different and unique your guest will be amazed! These table decorations will create cherished memories that you and your guest will surely remember!</p>\n <img width=\"758\" height=\"686\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/image_2019_03_21T07_09_41_778Z.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/image_2019_03_21T07_09_41_778Z.png 758w, https://sub.morganrand.com/wp-content/uploads/2019/03/image_2019_03_21T07_09_41_778Z-300x272.png 300w\" sizes=\"(max-width: 758px) 100vw, 758px\" /> \n <p>Wanderfuls is proud to offer a diverse color palette that represents every color of the rainbow, including many holographic, metallic, and iridescent options.</p> \n <img width=\"826\" height=\"641\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Capture.jpg\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Capture.jpg 826w, https://sub.morganrand.com/wp-content/uploads/2019/03/Capture-300x233.jpg 300w, https://sub.morganrand.com/wp-content/uploads/2019/03/Capture-768x596.jpg 768w\" sizes=\"(max-width: 826px) 100vw, 826px\" /> \n <img width=\"670\" height=\"569\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Pics.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Pics.png 670w, https://sub.morganrand.com/wp-content/uploads/2019/03/Pics-300x255.png 300w\" sizes=\"(max-width: 670px) 100vw, 670px\" /> \n <p>How many favors are in each centerpiece bouquet?</p><p>The Classic Wanderfuls Arrangement combines the look of a flower bouquet with the bonus of a take home favor. They are available in four sizes: 6, 8, 9, and 10.</p><p>Consideration should be given to the amount of people seated per table and aesthetic preference when deciding a size</p><p> </p> \n <img width=\"370\" height=\"216\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/255.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/255.png 370w, https://sub.morganrand.com/wp-content/uploads/2019/03/255-300x175.png 300w\" sizes=\"(max-width: 370px) 100vw, 370px\" /> \n <img width=\"1024\" height=\"768\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Candy-Collage-2-1024x768.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Candy-Collage-2-1024x768.png 1024w, https://sub.morganrand.com/wp-content/uploads/2019/03/Candy-Collage-2-300x225.png 300w, https://sub.morganrand.com/wp-content/uploads/2019/03/Candy-Collage-2-768x576.png 768w, https://sub.morganrand.com/wp-content/uploads/2019/03/Candy-Collage-2.png 1170w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /> \n <p>Imagine your party favors filled with colorful candies such as Jordan Almonds Candy, Foil Wrapped Candy, Jelly Beans, Gumballs, Mini Jawbreakers, Mints, Kisses, & More. </p>\n<p>Don\'t see your favorite candy? We may have it! Check by calling 1-888-837-5021</p> \n <img width=\"640\" height=\"426\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/candy-2538878_640.jpg\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/candy-2538878_640.jpg 640w, https://sub.morganrand.com/wp-content/uploads/2019/03/candy-2538878_640-300x200.jpg 300w\" sizes=\"(max-width: 640px) 100vw, 640px\" /> \n <h2>Working Process</h2> \n <p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation X is on the runway heading towards a streamlined cloud solution. User generated content in real-time will have multiple touchpoints for offshoring. Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide.</p> \n <a href=\"#\" role=\"button\">\n View Studio Tour\n </a>\n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/36.png\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"0\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/architecture_3.jpg\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"1\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/3-1.png\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"2\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/201.jpg\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"3\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/15-1.png\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"4\"> \n </a> \n <h3>Meet The Team</h3> \n <p>Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide with additional clickthroughs from nanotechnology immersion DevOps. </p> \n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5-2.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5-2.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/5-2-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Untitled-4.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Untitled-4.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/Untitled-4-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Google-plus\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5Untitled-4.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5Untitled-4.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/5Untitled-4-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/54.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/54.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/54-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/63853.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/63853.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/63853-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Dribbble\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Behance\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/86.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/86.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/86-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/452.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/452.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/452-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Dribbble\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/525.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/525.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/525-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Google-plus\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <h3>Contact Us</h3> \n <ul>\n <li >\n +44 20 5540 1234\n </li>\n <li >\n +44 35 9998 3245\n </li>\n <li >\n +44 20 5540 4433\n </li>\n </ul>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Google-plus\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Tumblr\n </a>','Home','','inherit','closed','closed','','7-revision-v1','','','2019-03-21 07:54:07','2019-03-21 07:54:07','',7,'https://sub.morganrand.com/7-revision-v1/',0,'revision','',0),(144,2,'2019-03-21 08:01:00','2019-03-21 08:01:00','<h1>Wanderfuls ™</h1> \n <p>Centerpiece and Party Favors in One!</p> \n <a href=\"#\" role=\"button\">\n Shop Now\n </a>\n <h2>\n Centerpieces That Double as Party Favors\n </h2>\n <p>Wanderfuls are designed to become an interactive part of your special day. What guest could forget the moment they remove their party favor from the centerpiece? <br/><br/> The Wanderfuls connect your guests to each other and to the magical moments of the event. These unique and memorable candy centerpieces are perfect for those once in a lifetime special events.</p>\n <h2>\n Customize and Design Your Own Centerpiece!\n </h2>\n <p>Our in-house designers will guide you through our customizable options, creating the perfect bouquet for the mood or theme of your event. Explore the different combinations and see them placed on a bouquet, until you find a design that you love!\n<br/><br/>\nChoose a coordinating color for the ribbon which spirals elegantly around and down the wand. For an extra special touch , you can choose to have imprinting on your Wanderfuls.</p>\n <h2>\n Centerpiece Ideas for All Types of Party\n </h2>\n <p>More than just traditional flower table decors for your special events. Wanderfuls gives you unique birthday centerpiece, graduation centerpiece, banquet centerpiece, anniversaries, holidays, and more... <br/> <br/>This is something so different and unique your guest will be amazed! These table decorations will create cherished memories that you and your guest will surely remember!</p>\n <img width=\"758\" height=\"686\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/image_2019_03_21T07_09_41_778Z.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/image_2019_03_21T07_09_41_778Z.png 758w, https://sub.morganrand.com/wp-content/uploads/2019/03/image_2019_03_21T07_09_41_778Z-300x272.png 300w\" sizes=\"(max-width: 758px) 100vw, 758px\" /> \n <p>Wanderfuls is proud to offer a diverse color palette that represents every color of the rainbow, including many holographic, metallic, and iridescent options.</p> \n <img width=\"826\" height=\"641\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Capture.jpg\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Capture.jpg 826w, https://sub.morganrand.com/wp-content/uploads/2019/03/Capture-300x233.jpg 300w, https://sub.morganrand.com/wp-content/uploads/2019/03/Capture-768x596.jpg 768w\" sizes=\"(max-width: 826px) 100vw, 826px\" /> \n <img width=\"670\" height=\"569\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Pics.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Pics.png 670w, https://sub.morganrand.com/wp-content/uploads/2019/03/Pics-300x255.png 300w\" sizes=\"(max-width: 670px) 100vw, 670px\" /> \n <p>How many favors are in each centerpiece bouquet?</p><p>The Classic Wanderfuls Arrangement combines the look of a flower bouquet with the bonus of a take home favor. They are available in four sizes: 6, 8, 9, and 10.</p><p>Consideration should be given to the amount of people seated per table and aesthetic preference when deciding a size</p><p> </p> \n <img width=\"370\" height=\"216\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/255.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/255.png 370w, https://sub.morganrand.com/wp-content/uploads/2019/03/255-300x175.png 300w\" sizes=\"(max-width: 370px) 100vw, 370px\" /> \n <img width=\"1024\" height=\"768\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Candy-Collage-2-1024x768.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Candy-Collage-2-1024x768.png 1024w, https://sub.morganrand.com/wp-content/uploads/2019/03/Candy-Collage-2-300x225.png 300w, https://sub.morganrand.com/wp-content/uploads/2019/03/Candy-Collage-2-768x576.png 768w, https://sub.morganrand.com/wp-content/uploads/2019/03/Candy-Collage-2.png 1170w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /> \n <p>Imagine your party favors filled with colorful candies such as Jordan Almonds Candy, Foil Wrapped Candy, Jelly Beans, Gumballs, Mini Jawbreakers, Mints, Kisses, & More. </p>\n<p>Don\'t see your favorite candy? We may have it! Check by calling 1-888-837-5021</p> \n <img width=\"640\" height=\"426\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/candy-2538878_640.jpg\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/candy-2538878_640.jpg 640w, https://sub.morganrand.com/wp-content/uploads/2019/03/candy-2538878_640-300x200.jpg 300w\" sizes=\"(max-width: 640px) 100vw, 640px\" /> \n <h2>What is a Wanderfuls™ centerpiece?</h2> \n <p>Wanderfuls™ are custom, one-of-a-kind centerpieces made up of individual party favors! Wanderfuls™, the original all-in-one centerpiece, and party favor.</p><p>Individual candy filled wands available in three lengths, wrapped in a beautiful colored ribbon of your choosing, imprinted with your message and party date, then topped with a bright fluffy hand-sewn pom with a colorful tassel center. the favors really look like flowers! Each favor slides easily into the base which can hold 6, 8, 9, 10, or 12 favors, creating your unique centerpiece.</p><p>Your custom party decoration then transforms into individual takeaway favors your guests will treasure forever! 100’s of colors available to fit the theme and feel of any party. Personal one on one assistance from our talented in house designers and artists! Check out our website, play on our design tool program where you can impart your colors onto one of our beautiful centerpieces, making it truly your own.</p> \n <a href=\"#\" role=\"button\">\n View Studio Tour\n </a>\n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/36.png\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"0\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/architecture_3.jpg\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"1\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/3-1.png\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"2\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/201.jpg\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"3\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/15-1.png\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"4\"> \n </a> \n <h3>Meet The Team</h3> \n <p>Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide with additional clickthroughs from nanotechnology immersion DevOps. </p> \n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5-2.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5-2.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/5-2-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Untitled-4.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Untitled-4.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/Untitled-4-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Google-plus\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5Untitled-4.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5Untitled-4.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/5Untitled-4-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/54.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/54.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/54-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/63853.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/63853.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/63853-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Dribbble\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Behance\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/86.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/86.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/86-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/452.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/452.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/452-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Dribbble\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/525.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/525.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/525-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Google-plus\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <h3>Contact Us</h3> \n <ul>\n <li >\n +44 20 5540 1234\n </li>\n <li >\n +44 35 9998 3245\n </li>\n <li >\n +44 20 5540 4433\n </li>\n </ul>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Google-plus\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Tumblr\n </a>','Home','','inherit','closed','closed','','7-revision-v1','','','2019-03-21 08:01:00','2019-03-21 08:01:00','',7,'https://sub.morganrand.com/7-revision-v1/',0,'revision','',0),(145,2,'2019-03-21 08:01:22','2019-03-21 08:01:22','<h1>Wanderfuls ™</h1> \n <p>Centerpiece and Party Favors in One!</p> \n <a href=\"#\" role=\"button\">\n Shop Now\n </a>\n <h2>\n Centerpieces That Double as Party Favors\n </h2>\n <p>Wanderfuls are designed to become an interactive part of your special day. What guest could forget the moment they remove their party favor from the centerpiece? <br/><br/> The Wanderfuls connect your guests to each other and to the magical moments of the event. These unique and memorable candy centerpieces are perfect for those once in a lifetime special events.</p>\n <h2>\n Customize and Design Your Own Centerpiece!\n </h2>\n <p>Our in-house designers will guide you through our customizable options, creating the perfect bouquet for the mood or theme of your event. Explore the different combinations and see them placed on a bouquet, until you find a design that you love!\n<br/><br/>\nChoose a coordinating color for the ribbon which spirals elegantly around and down the wand. For an extra special touch , you can choose to have imprinting on your Wanderfuls.</p>\n <h2>\n Centerpiece Ideas for All Types of Party\n </h2>\n <p>More than just traditional flower table decors for your special events. Wanderfuls gives you unique birthday centerpiece, graduation centerpiece, banquet centerpiece, anniversaries, holidays, and more... <br/> <br/>This is something so different and unique your guest will be amazed! These table decorations will create cherished memories that you and your guest will surely remember!</p>\n <img width=\"758\" height=\"686\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/image_2019_03_21T07_09_41_778Z.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/image_2019_03_21T07_09_41_778Z.png 758w, https://sub.morganrand.com/wp-content/uploads/2019/03/image_2019_03_21T07_09_41_778Z-300x272.png 300w\" sizes=\"(max-width: 758px) 100vw, 758px\" /> \n <p>Wanderfuls is proud to offer a diverse color palette that represents every color of the rainbow, including many holographic, metallic, and iridescent options.</p> \n <img width=\"826\" height=\"641\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Capture.jpg\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Capture.jpg 826w, https://sub.morganrand.com/wp-content/uploads/2019/03/Capture-300x233.jpg 300w, https://sub.morganrand.com/wp-content/uploads/2019/03/Capture-768x596.jpg 768w\" sizes=\"(max-width: 826px) 100vw, 826px\" /> \n <img width=\"670\" height=\"569\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Pics.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Pics.png 670w, https://sub.morganrand.com/wp-content/uploads/2019/03/Pics-300x255.png 300w\" sizes=\"(max-width: 670px) 100vw, 670px\" /> \n <p>How many favors are in each centerpiece bouquet?</p><p>The Classic Wanderfuls Arrangement combines the look of a flower bouquet with the bonus of a take home favor. They are available in four sizes: 6, 8, 9, and 10.</p><p>Consideration should be given to the amount of people seated per table and aesthetic preference when deciding a size</p><p> </p> \n <img width=\"370\" height=\"216\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/255.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/255.png 370w, https://sub.morganrand.com/wp-content/uploads/2019/03/255-300x175.png 300w\" sizes=\"(max-width: 370px) 100vw, 370px\" /> \n <img width=\"1024\" height=\"768\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Candy-Collage-2-1024x768.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Candy-Collage-2-1024x768.png 1024w, https://sub.morganrand.com/wp-content/uploads/2019/03/Candy-Collage-2-300x225.png 300w, https://sub.morganrand.com/wp-content/uploads/2019/03/Candy-Collage-2-768x576.png 768w, https://sub.morganrand.com/wp-content/uploads/2019/03/Candy-Collage-2.png 1170w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /> \n <p>Imagine your party favors filled with colorful candies such as Jordan Almonds Candy, Foil Wrapped Candy, Jelly Beans, Gumballs, Mini Jawbreakers, Mints, Kisses, & More. </p>\n<p>Don\'t see your favorite candy? We may have it! Check by calling 1-888-837-5021</p> \n <img width=\"640\" height=\"426\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/candy-2538878_640.jpg\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/candy-2538878_640.jpg 640w, https://sub.morganrand.com/wp-content/uploads/2019/03/candy-2538878_640-300x200.jpg 300w\" sizes=\"(max-width: 640px) 100vw, 640px\" /> \n <h2>What is a Wanderfuls™ centerpiece?</h2> \n <p>Wanderfuls™ are custom, one-of-a-kind centerpieces made up of individual party favors! Wanderfuls™, the original all-in-one centerpiece, and party favor.</p><p>Individual candy filled wands available in three lengths, wrapped in a beautiful colored ribbon of your choosing, imprinted with your message and party date, then topped with a bright fluffy hand-sewn pom with a colorful tassel center. the favors really look like flowers! Each favor slides easily into the base which can hold 6, 8, 9, 10, or 12 favors, creating your unique centerpiece.</p><p>Your custom party decoration then transforms into individual takeaway favors your guests will treasure forever! 100’s of colors available to fit the theme and feel of any party. Personal one on one assistance from our talented in house designers and artists! Check out our website, play on our design tool program where you can impart your colors onto one of our beautiful centerpieces, making it truly your own.</p> \n <a href=\"#\" role=\"button\">\n View our designs\n </a>\n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/36.png\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"0\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/architecture_3.jpg\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"1\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/3-1.png\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"2\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/201.jpg\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"3\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/15-1.png\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"4\"> \n </a> \n <h3>Meet The Team</h3> \n <p>Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide with additional clickthroughs from nanotechnology immersion DevOps. </p> \n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5-2.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5-2.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/5-2-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Untitled-4.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Untitled-4.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/Untitled-4-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Google-plus\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5Untitled-4.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5Untitled-4.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/5Untitled-4-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/54.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/54.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/54-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/63853.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/63853.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/63853-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Dribbble\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Behance\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/86.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/86.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/86-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/452.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/452.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/452-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Dribbble\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/525.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/525.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/525-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Google-plus\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <h3>Contact Us</h3> \n <ul>\n <li >\n +44 20 5540 1234\n </li>\n <li >\n +44 35 9998 3245\n </li>\n <li >\n +44 20 5540 4433\n </li>\n </ul>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Google-plus\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Tumblr\n </a>','Home','','inherit','closed','closed','','7-revision-v1','','','2019-03-21 08:01:22','2019-03-21 08:01:22','',7,'https://sub.morganrand.com/7-revision-v1/',0,'revision','',0),(146,2,'2019-03-21 08:03:29','2019-03-21 08:03:29','<h1>Wanderfuls ™</h1> \n <h1>Centerpiece and Party Favors in One!</h1> \n <a href=\"#\" role=\"button\">\n Shop Now\n </a>\n <h2>\n Centerpieces That Double as Party Favors\n </h2>\n <p>Wanderfuls are designed to become an interactive part of your special day. What guest could forget the moment they remove their party favor from the centerpiece? <br/><br/> The Wanderfuls connect your guests to each other and to the magical moments of the event. These unique and memorable candy centerpieces are perfect for those once in a lifetime special events.</p>\n <h2>\n Customize and Design Your Own Centerpiece!\n </h2>\n <p>Our in-house designers will guide you through our customizable options, creating the perfect bouquet for the mood or theme of your event. Explore the different combinations and see them placed on a bouquet, until you find a design that you love!\n<br/><br/>\nChoose a coordinating color for the ribbon which spirals elegantly around and down the wand. For an extra special touch , you can choose to have imprinting on your Wanderfuls.</p>\n <h2>\n Centerpiece Ideas for All Types of Party\n </h2>\n <p>More than just traditional flower table decors for your special events. Wanderfuls gives you unique birthday centerpiece, graduation centerpiece, banquet centerpiece, anniversaries, holidays, and more... <br/> <br/>This is something so different and unique your guest will be amazed! These table decorations will create cherished memories that you and your guest will surely remember!</p>\n <img width=\"758\" height=\"686\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/image_2019_03_21T07_09_41_778Z.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/image_2019_03_21T07_09_41_778Z.png 758w, https://sub.morganrand.com/wp-content/uploads/2019/03/image_2019_03_21T07_09_41_778Z-300x272.png 300w\" sizes=\"(max-width: 758px) 100vw, 758px\" /> \n <p>Wanderfuls is proud to offer a diverse color palette that represents every color of the rainbow, including many holographic, metallic, and iridescent options.</p> \n <img width=\"826\" height=\"641\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Capture.jpg\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Capture.jpg 826w, https://sub.morganrand.com/wp-content/uploads/2019/03/Capture-300x233.jpg 300w, https://sub.morganrand.com/wp-content/uploads/2019/03/Capture-768x596.jpg 768w\" sizes=\"(max-width: 826px) 100vw, 826px\" /> \n <img width=\"670\" height=\"569\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Pics.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Pics.png 670w, https://sub.morganrand.com/wp-content/uploads/2019/03/Pics-300x255.png 300w\" sizes=\"(max-width: 670px) 100vw, 670px\" /> \n <p>How many favors are in each centerpiece bouquet?</p><p>The Classic Wanderfuls Arrangement combines the look of a flower bouquet with the bonus of a take home favor. They are available in four sizes: 6, 8, 9, and 10.</p><p>Consideration should be given to the amount of people seated per table and aesthetic preference when deciding a size</p><p> </p> \n <img width=\"370\" height=\"216\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/255.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/255.png 370w, https://sub.morganrand.com/wp-content/uploads/2019/03/255-300x175.png 300w\" sizes=\"(max-width: 370px) 100vw, 370px\" /> \n <img width=\"1024\" height=\"768\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Candy-Collage-2-1024x768.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Candy-Collage-2-1024x768.png 1024w, https://sub.morganrand.com/wp-content/uploads/2019/03/Candy-Collage-2-300x225.png 300w, https://sub.morganrand.com/wp-content/uploads/2019/03/Candy-Collage-2-768x576.png 768w, https://sub.morganrand.com/wp-content/uploads/2019/03/Candy-Collage-2.png 1170w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /> \n <p>Imagine your party favors filled with colorful candies such as Jordan Almonds Candy, Foil Wrapped Candy, Jelly Beans, Gumballs, Mini Jawbreakers, Mints, Kisses, & More. </p>\n<p>Don\'t see your favorite candy? We may have it! Check by calling 1-888-837-5021</p> \n <img width=\"640\" height=\"426\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/candy-2538878_640.jpg\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/candy-2538878_640.jpg 640w, https://sub.morganrand.com/wp-content/uploads/2019/03/candy-2538878_640-300x200.jpg 300w\" sizes=\"(max-width: 640px) 100vw, 640px\" /> \n <h2>What is a Wanderfuls™ centerpiece?</h2> \n <p>Wanderfuls™ are custom, one-of-a-kind centerpieces made up of individual party favors! Wanderfuls™, the original all-in-one centerpiece, and party favor.</p><p>Individual candy filled wands available in three lengths, wrapped in a beautiful colored ribbon of your choosing, imprinted with your message and party date, then topped with a bright fluffy hand-sewn pom with a colorful tassel center. the favors really look like flowers! Each favor slides easily into the base which can hold 6, 8, 9, 10, or 12 favors, creating your unique centerpiece.</p><p>Your custom party decoration then transforms into individual takeaway favors your guests will treasure forever! 100’s of colors available to fit the theme and feel of any party. Personal one on one assistance from our talented in house designers and artists! Check out our website, play on our design tool program where you can impart your colors onto one of our beautiful centerpieces, making it truly your own.</p> \n <a href=\"#\" role=\"button\">\n View our designs\n </a>\n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/36.png\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"0\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/architecture_3.jpg\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"1\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/3-1.png\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"2\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/201.jpg\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"3\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/15-1.png\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"4\"> \n </a> \n <h3>Meet The Team</h3> \n <p>Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide with additional clickthroughs from nanotechnology immersion DevOps. </p> \n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5-2.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5-2.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/5-2-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Untitled-4.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Untitled-4.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/Untitled-4-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Google-plus\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5Untitled-4.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5Untitled-4.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/5Untitled-4-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/54.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/54.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/54-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/63853.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/63853.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/63853-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Dribbble\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Behance\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/86.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/86.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/86-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/452.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/452.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/452-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Dribbble\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/525.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/525.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/525-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Google-plus\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <h3>Contact Us</h3> \n <ul>\n <li >\n +44 20 5540 1234\n </li>\n <li >\n +44 35 9998 3245\n </li>\n <li >\n +44 20 5540 4433\n </li>\n </ul>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Google-plus\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Tumblr\n </a>','Home','','inherit','closed','closed','','7-revision-v1','','','2019-03-21 08:03:29','2019-03-21 08:03:29','',7,'https://sub.morganrand.com/7-revision-v1/',0,'revision','',0),(147,2,'2019-03-21 08:05:36','2019-03-21 08:05:36','','1','','inherit','open','closed','','1','','','2019-03-21 08:05:36','2019-03-21 08:05:36','',7,'https://sub.morganrand.com/wp-content/uploads/2019/03/1.jpg',0,'attachment','image/jpeg',0),(148,2,'2019-03-21 08:05:52','2019-03-21 08:05:52','','2','','inherit','open','closed','','2','','','2019-03-21 08:05:52','2019-03-21 08:05:52','',7,'https://sub.morganrand.com/wp-content/uploads/2019/03/2.jpg',0,'attachment','image/jpeg',0),(149,2,'2019-03-21 08:06:11','2019-03-21 08:06:11','','3','','inherit','open','closed','','3','','','2019-03-21 08:06:11','2019-03-21 08:06:11','',7,'https://sub.morganrand.com/wp-content/uploads/2019/03/3.jpg',0,'attachment','image/jpeg',0),(150,2,'2019-03-21 08:06:26','2019-03-21 08:06:26','<h1>Wanderfuls ™</h1> \n <h1>Centerpiece and Party Favors in One!</h1> \n <a href=\"#\" role=\"button\">\n Shop Now\n </a>\n <h2>\n Centerpieces That Double as Party Favors\n </h2>\n <p>Wanderfuls are designed to become an interactive part of your special day. What guest could forget the moment they remove their party favor from the centerpiece? <br/><br/> The Wanderfuls connect your guests to each other and to the magical moments of the event. These unique and memorable candy centerpieces are perfect for those once in a lifetime special events.</p>\n <h2>\n Customize and Design Your Own Centerpiece!\n </h2>\n <p>Our in-house designers will guide you through our customizable options, creating the perfect bouquet for the mood or theme of your event. Explore the different combinations and see them placed on a bouquet, until you find a design that you love!\n<br/><br/>\nChoose a coordinating color for the ribbon which spirals elegantly around and down the wand. For an extra special touch , you can choose to have imprinting on your Wanderfuls.</p>\n <h2>\n Centerpiece Ideas for All Types of Party\n </h2>\n <p>More than just traditional flower table decors for your special events. Wanderfuls gives you unique birthday centerpiece, graduation centerpiece, banquet centerpiece, anniversaries, holidays, and more... <br/> <br/>This is something so different and unique your guest will be amazed! These table decorations will create cherished memories that you and your guest will surely remember!</p>\n <img width=\"758\" height=\"686\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/image_2019_03_21T07_09_41_778Z.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/image_2019_03_21T07_09_41_778Z.png 758w, https://sub.morganrand.com/wp-content/uploads/2019/03/image_2019_03_21T07_09_41_778Z-300x272.png 300w\" sizes=\"(max-width: 758px) 100vw, 758px\" /> \n <p>Wanderfuls is proud to offer a diverse color palette that represents every color of the rainbow, including many holographic, metallic, and iridescent options.</p> \n <img width=\"826\" height=\"641\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Capture.jpg\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Capture.jpg 826w, https://sub.morganrand.com/wp-content/uploads/2019/03/Capture-300x233.jpg 300w, https://sub.morganrand.com/wp-content/uploads/2019/03/Capture-768x596.jpg 768w\" sizes=\"(max-width: 826px) 100vw, 826px\" /> \n <img width=\"670\" height=\"569\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Pics.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Pics.png 670w, https://sub.morganrand.com/wp-content/uploads/2019/03/Pics-300x255.png 300w\" sizes=\"(max-width: 670px) 100vw, 670px\" /> \n <p>How many favors are in each centerpiece bouquet?</p><p>The Classic Wanderfuls Arrangement combines the look of a flower bouquet with the bonus of a take home favor. They are available in four sizes: 6, 8, 9, and 10.</p><p>Consideration should be given to the amount of people seated per table and aesthetic preference when deciding a size</p><p> </p> \n <img width=\"370\" height=\"216\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/255.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/255.png 370w, https://sub.morganrand.com/wp-content/uploads/2019/03/255-300x175.png 300w\" sizes=\"(max-width: 370px) 100vw, 370px\" /> \n <img width=\"1024\" height=\"768\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Candy-Collage-2-1024x768.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Candy-Collage-2-1024x768.png 1024w, https://sub.morganrand.com/wp-content/uploads/2019/03/Candy-Collage-2-300x225.png 300w, https://sub.morganrand.com/wp-content/uploads/2019/03/Candy-Collage-2-768x576.png 768w, https://sub.morganrand.com/wp-content/uploads/2019/03/Candy-Collage-2.png 1170w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /> \n <p>Imagine your party favors filled with colorful candies such as Jordan Almonds Candy, Foil Wrapped Candy, Jelly Beans, Gumballs, Mini Jawbreakers, Mints, Kisses, & More. </p>\n<p>Don\'t see your favorite candy? We may have it! Check by calling 1-888-837-5021</p> \n <img width=\"640\" height=\"426\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/candy-2538878_640.jpg\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/candy-2538878_640.jpg 640w, https://sub.morganrand.com/wp-content/uploads/2019/03/candy-2538878_640-300x200.jpg 300w\" sizes=\"(max-width: 640px) 100vw, 640px\" /> \n <h2>What is a Wanderfuls™ centerpiece?</h2> \n <p>Wanderfuls™ are custom, one-of-a-kind centerpieces made up of individual party favors! Wanderfuls™, the original all-in-one centerpiece, and party favor.</p><p>Individual candy filled wands available in three lengths, wrapped in a beautiful colored ribbon of your choosing, imprinted with your message and party date, then topped with a bright fluffy hand-sewn pom with a colorful tassel center. the favors really look like flowers! Each favor slides easily into the base which can hold 6, 8, 9, 10, or 12 favors, creating your unique centerpiece.</p><p>Your custom party decoration then transforms into individual takeaway favors your guests will treasure forever! 100’s of colors available to fit the theme and feel of any party. Personal one on one assistance from our talented in house designers and artists! Check out our website, play on our design tool program where you can impart your colors onto one of our beautiful centerpieces, making it truly your own.</p> \n <a href=\"#\" role=\"button\">\n View our designs\n </a>\n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/1.jpg\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"0\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/2.jpg\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"1\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/3.jpg\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"2\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/201.jpg\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"3\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/15-1.png\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"4\"> \n </a> \n <h3>Meet The Team</h3> \n <p>Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide with additional clickthroughs from nanotechnology immersion DevOps. </p> \n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5-2.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5-2.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/5-2-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Untitled-4.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Untitled-4.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/Untitled-4-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Google-plus\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5Untitled-4.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5Untitled-4.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/5Untitled-4-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/54.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/54.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/54-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/63853.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/63853.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/63853-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Dribbble\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Behance\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/86.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/86.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/86-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/452.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/452.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/452-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Dribbble\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/525.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/525.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/525-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Google-plus\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <h3>Contact Us</h3> \n <ul>\n <li >\n +44 20 5540 1234\n </li>\n <li >\n +44 35 9998 3245\n </li>\n <li >\n +44 20 5540 4433\n </li>\n </ul>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Google-plus\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Tumblr\n </a>','Home','','inherit','closed','closed','','7-revision-v1','','','2019-03-21 08:06:26','2019-03-21 08:06:26','',7,'https://sub.morganrand.com/7-revision-v1/',0,'revision','',0),(151,2,'2019-03-21 08:07:10','2019-03-21 08:07:10','<h1>Wanderfuls ™</h1> \n <h1>Centerpiece and Party Favors in One!</h1> \n <a href=\"#\" role=\"button\">\n Shop Now\n </a>\n <h2>\n Centerpieces That Double as Party Favors\n </h2>\n <p>Wanderfuls are designed to become an interactive part of your special day. What guest could forget the moment they remove their party favor from the centerpiece? <br/><br/> The Wanderfuls connect your guests to each other and to the magical moments of the event. These unique and memorable candy centerpieces are perfect for those once in a lifetime special events.</p>\n <h2>\n Customize and Design Your Own Centerpiece!\n </h2>\n <p>Our in-house designers will guide you through our customizable options, creating the perfect bouquet for the mood or theme of your event. Explore the different combinations and see them placed on a bouquet, until you find a design that you love!\n<br/><br/>\nChoose a coordinating color for the ribbon which spirals elegantly around and down the wand. For an extra special touch , you can choose to have imprinting on your Wanderfuls.</p>\n <h2>\n Centerpiece Ideas for All Types of Party\n </h2>\n <p>More than just traditional flower table decors for your special events. Wanderfuls gives you unique birthday centerpiece, graduation centerpiece, banquet centerpiece, anniversaries, holidays, and more... <br/> <br/>This is something so different and unique your guest will be amazed! These table decorations will create cherished memories that you and your guest will surely remember!</p>\n <img width=\"758\" height=\"686\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/image_2019_03_21T07_09_41_778Z.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/image_2019_03_21T07_09_41_778Z.png 758w, https://sub.morganrand.com/wp-content/uploads/2019/03/image_2019_03_21T07_09_41_778Z-300x272.png 300w\" sizes=\"(max-width: 758px) 100vw, 758px\" /> \n <p>Wanderfuls is proud to offer a diverse color palette that represents every color of the rainbow, including many holographic, metallic and iridescent options.</p> \n <img width=\"826\" height=\"641\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Capture.jpg\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Capture.jpg 826w, https://sub.morganrand.com/wp-content/uploads/2019/03/Capture-300x233.jpg 300w, https://sub.morganrand.com/wp-content/uploads/2019/03/Capture-768x596.jpg 768w\" sizes=\"(max-width: 826px) 100vw, 826px\" /> \n <img width=\"670\" height=\"569\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Pics.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Pics.png 670w, https://sub.morganrand.com/wp-content/uploads/2019/03/Pics-300x255.png 300w\" sizes=\"(max-width: 670px) 100vw, 670px\" /> \n <p>How many favors are in each centerpiece bouquet?</p><p>The Classic Wanderfuls Arrangement combines the look of a flower bouquet with the bonus of a take home favor. They are available in four sizes: 6, 8, 9, and 10.</p><p>Consideration should be given to the amount of people seated per table and aesthetic preference when deciding a size</p><p> </p> \n <img width=\"370\" height=\"216\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/255.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/255.png 370w, https://sub.morganrand.com/wp-content/uploads/2019/03/255-300x175.png 300w\" sizes=\"(max-width: 370px) 100vw, 370px\" /> \n <img width=\"1024\" height=\"768\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Candy-Collage-2-1024x768.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Candy-Collage-2-1024x768.png 1024w, https://sub.morganrand.com/wp-content/uploads/2019/03/Candy-Collage-2-300x225.png 300w, https://sub.morganrand.com/wp-content/uploads/2019/03/Candy-Collage-2-768x576.png 768w, https://sub.morganrand.com/wp-content/uploads/2019/03/Candy-Collage-2.png 1170w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /> \n <p>Imagine your party favors filled with colorful candies such as Jordan Almonds Candy, Foil Wrapped Candy, Jelly Beans, Gumballs, Mini Jawbreakers, Mints, Kisses, & More. </p>\n<p>Don\'t see your favorite candy? We may have it! Check by calling 1-888-837-5021</p> \n <img width=\"640\" height=\"426\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/candy-2538878_640.jpg\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/candy-2538878_640.jpg 640w, https://sub.morganrand.com/wp-content/uploads/2019/03/candy-2538878_640-300x200.jpg 300w\" sizes=\"(max-width: 640px) 100vw, 640px\" /> \n <h2>What is a Wanderfuls™ centerpiece?</h2> \n <p>Wanderfuls™ are custom, one-of-a-kind centerpieces made up of individual party favors! Wanderfuls™, the original all-in-one centerpiece, and party favor.</p><p>Individual candy filled wands available in three lengths, wrapped in a beautiful colored ribbon of your choosing, imprinted with your message and party date, then topped with a bright fluffy hand-sewn pom with a colorful tassel center. the favors really look like flowers! Each favor slides easily into the base which can hold 6, 8, 9, 10, or 12 favors, creating your unique centerpiece.</p><p>Your custom party decoration then transforms into individual takeaway favors your guests will treasure forever! 100’s of colors available to fit the theme and feel of any party. Personal one on one assistance from our talented in house designers and artists! Check out our website, play on our design tool program where you can impart your colors onto one of our beautiful centerpieces, making it truly your own.</p> \n <a href=\"#\" role=\"button\">\n View our designs\n </a>\n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/1.jpg\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"0\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/2.jpg\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"1\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/3.jpg\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"2\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/201.jpg\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"3\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/15-1.png\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"4\"> \n </a> \n <h3>Meet The Team</h3> \n <p>Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide with additional clickthroughs from nanotechnology immersion DevOps. </p> \n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5-2.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5-2.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/5-2-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Untitled-4.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Untitled-4.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/Untitled-4-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Google-plus\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5Untitled-4.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5Untitled-4.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/5Untitled-4-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/54.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/54.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/54-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/63853.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/63853.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/63853-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Dribbble\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Behance\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/86.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/86.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/86-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/452.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/452.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/452-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Dribbble\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/525.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/525.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/525-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Google-plus\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <h3>Contact Us</h3> \n <ul>\n <li >\n +44 20 5540 1234\n </li>\n <li >\n +44 35 9998 3245\n </li>\n <li >\n +44 20 5540 4433\n </li>\n </ul>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Google-plus\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Tumblr\n </a>','Home','','inherit','closed','closed','','7-revision-v1','','','2019-03-21 08:07:10','2019-03-21 08:07:10','',7,'https://sub.morganrand.com/7-revision-v1/',0,'revision','',0),(152,2,'2019-03-21 08:09:44','2019-03-21 08:09:44','{\n \"blogdescription\": {\n \"value\": \"Centerpiece and Party Favors in One!\",\n \"type\": \"option\",\n \"user_id\": 2,\n \"date_modified_gmt\": \"2019-03-21 08:09:44\"\n }\n}','','','trash','closed','closed','','6af4c484-e18e-4336-83d7-f246d01a9095','','','2019-03-21 08:09:44','2019-03-21 08:09:44','',0,'https://sub.morganrand.com/6af4c484-e18e-4336-83d7-f246d01a9095/',0,'customize_changeset','',0),(153,2,'2019-03-21 08:11:05','2019-03-21 08:11:05','{\n \"oceanwp::heading_h1_typography[color]\": {\n \"value\": \"#ffffff\",\n \"type\": \"theme_mod\",\n \"user_id\": 2,\n \"date_modified_gmt\": \"2019-03-21 08:11:05\"\n }\n}','','','trash','closed','closed','','95c4c4af-499b-4ff6-a9f4-fd19ccdc6c05','','','2019-03-21 08:11:05','2019-03-21 08:11:05','',0,'https://sub.morganrand.com/95c4c4af-499b-4ff6-a9f4-fd19ccdc6c05/',0,'customize_changeset','',0),(154,2,'2019-03-21 08:12:07','2019-03-21 08:12:07','','Kara-holding-the-Wanderfuls-centerpiece-we-designed-for-her-wedding.','','inherit','open','closed','','kara-holding-the-wanderfuls-centerpiece-we-designed-for-her-wedding','','','2019-03-21 08:12:07','2019-03-21 08:12:07','',7,'https://sub.morganrand.com/wp-content/uploads/2019/03/Kara-holding-the-Wanderfuls-centerpiece-we-designed-for-her-wedding..jpg',0,'attachment','image/jpeg',0),(160,2,'2019-03-21 08:23:02','2019-03-21 08:23:02','<h1>Wanderfuls ™</h1> \n <h1>Centerpiece and Party Favors in One!</h1> \n <a href=\"#\" role=\"button\">\n Shop Now\n </a>\n <h2>\n Centerpieces That Double as Party Favors\n </h2>\n <p>Wanderfuls are designed to become an interactive part of your special day. What guest could forget the moment they remove their party favor from the centerpiece? <br/><br/> The Wanderfuls connect your guests to each other and to the magical moments of the event. These unique and memorable candy centerpieces are perfect for those once in a lifetime special events.</p>\n <h2>\n Customize and Design Your Own Centerpiece!\n </h2>\n <p>Our in-house designers will guide you through our customizable options, creating the perfect bouquet for the mood or theme of your event. Explore the different combinations and see them placed on a bouquet, until you find a design that you love!\n<br/><br/>\nChoose a coordinating color for the ribbon which spirals elegantly around and down the wand. For an extra special touch , you can choose to have imprinting on your Wanderfuls.</p>\n <h2>\n Centerpiece Ideas for All Types of Party\n </h2>\n <p>More than just traditional flower table decors for your special events. Wanderfuls gives you unique birthday centerpiece, graduation centerpiece, banquet centerpiece, anniversaries, holidays, and more... <br/> <br/>This is something so different and unique your guest will be amazed! These table decorations will create cherished memories that you and your guest will surely remember!</p>\n <img width=\"758\" height=\"686\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/image_2019_03_21T07_09_41_778Z.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/image_2019_03_21T07_09_41_778Z.png 758w, https://sub.morganrand.com/wp-content/uploads/2019/03/image_2019_03_21T07_09_41_778Z-300x272.png 300w\" sizes=\"(max-width: 758px) 100vw, 758px\" /> \n <p>Wanderfuls is proud to offer a diverse color palette that represents every color of the rainbow, including many holographic, metallic and iridescent options.</p> \n <img width=\"826\" height=\"641\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Capture.jpg\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Capture.jpg 826w, https://sub.morganrand.com/wp-content/uploads/2019/03/Capture-300x233.jpg 300w, https://sub.morganrand.com/wp-content/uploads/2019/03/Capture-768x596.jpg 768w\" sizes=\"(max-width: 826px) 100vw, 826px\" /> \n <img width=\"670\" height=\"569\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Pics.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Pics.png 670w, https://sub.morganrand.com/wp-content/uploads/2019/03/Pics-300x255.png 300w\" sizes=\"(max-width: 670px) 100vw, 670px\" /> \n <p>How many favors are in each centerpiece bouquet?</p><p>The Classic Wanderfuls Arrangement combines the look of a flower bouquet with the bonus of a take home favor. They are available in four sizes: 6, 8, 9, and 10.</p><p>Consideration should be given to the amount of people seated per table and aesthetic preference when deciding a size</p><p> </p> \n <img width=\"370\" height=\"216\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/255.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/255.png 370w, https://sub.morganrand.com/wp-content/uploads/2019/03/255-300x175.png 300w\" sizes=\"(max-width: 370px) 100vw, 370px\" /> \n <img width=\"1024\" height=\"768\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Candy-Collage-2-1024x768.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Candy-Collage-2-1024x768.png 1024w, https://sub.morganrand.com/wp-content/uploads/2019/03/Candy-Collage-2-300x225.png 300w, https://sub.morganrand.com/wp-content/uploads/2019/03/Candy-Collage-2-768x576.png 768w, https://sub.morganrand.com/wp-content/uploads/2019/03/Candy-Collage-2.png 1170w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /> \n <p>Imagine your party favors filled with colorful candies such as Jordan Almonds Candy, Foil Wrapped Candy, Jelly Beans, Gumballs, Mini Jawbreakers, Mints, Kisses, & More. </p>\n<p>Don\'t see your favorite candy? We may have it! Check by calling 1-888-837-5021</p> \n <img width=\"640\" height=\"426\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/candy-2538878_640.jpg\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/candy-2538878_640.jpg 640w, https://sub.morganrand.com/wp-content/uploads/2019/03/candy-2538878_640-300x200.jpg 300w\" sizes=\"(max-width: 640px) 100vw, 640px\" /> \n <h2>What is a Wanderfuls™ centerpiece?</h2> \n <p>Wanderfuls™ are custom, one-of-a-kind centerpieces made up of individual party favors! Wanderfuls™, the original all-in-one centerpiece, and party favor.</p><p>Individual candy filled wands available in three lengths, wrapped in a beautiful colored ribbon of your choosing, imprinted with your message and party date, then topped with a bright fluffy hand-sewn pom with a colorful tassel center. the favors really look like flowers! Each favor slides easily into the base which can hold 6, 8, 9, 10, or 12 favors, creating your unique centerpiece.</p><p>Your custom party decoration then transforms into individual takeaway favors your guests will treasure forever! 100’s of colors available to fit the theme and feel of any party. Personal one on one assistance from our talented in house designers and artists! Check out our website, play on our design tool program where you can impart your colors onto one of our beautiful centerpieces, making it truly your own.</p> \n <a href=\"#\" role=\"button\">\n View our designs\n </a>\n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/1.jpg\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"0\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/2.jpg\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"1\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/3.jpg\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"2\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Kara-holding-the-Wanderfuls-centerpiece-we-designed-for-her-wedding..jpg\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"3\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/miss-america-sweet-16-centerpeice-ideas.jpg\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"4\"> \n </a> \n <h3>Meet Mr. Wanderfuls</h3> \n <p>Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide with additional clickthroughs from nanotechnology immersion DevOps. </p> \n <img width=\"180\" height=\"180\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Ken.jpg\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Ken.jpg 180w, https://sub.morganrand.com/wp-content/uploads/2019/03/Ken-150x150.jpg 150w\" sizes=\"(max-width: 180px) 100vw, 180px\" /> \n <h3>Contact Us</h3> \n <ul>\n <li >\n +44 20 5540 1234\n </li>\n <li >\n +44 35 9998 3245\n </li>\n <li >\n +44 20 5540 4433\n </li>\n </ul>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Google-plus\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Tumblr\n </a>','Home','','inherit','closed','closed','','7-revision-v1','','','2019-03-21 08:23:02','2019-03-21 08:23:02','',7,'https://sub.morganrand.com/7-revision-v1/',0,'revision','',0),(157,2,'2019-03-21 08:14:38','2019-03-21 08:14:38','<h1>Wanderfuls ™</h1> \n <h1>Centerpiece and Party Favors in One!</h1> \n <a href=\"#\" role=\"button\">\n Shop Now\n </a>\n <h2>\n Centerpieces That Double as Party Favors\n </h2>\n <p>Wanderfuls are designed to become an interactive part of your special day. What guest could forget the moment they remove their party favor from the centerpiece? <br/><br/> The Wanderfuls connect your guests to each other and to the magical moments of the event. These unique and memorable candy centerpieces are perfect for those once in a lifetime special events.</p>\n <h2>\n Customize and Design Your Own Centerpiece!\n </h2>\n <p>Our in-house designers will guide you through our customizable options, creating the perfect bouquet for the mood or theme of your event. Explore the different combinations and see them placed on a bouquet, until you find a design that you love!\n<br/><br/>\nChoose a coordinating color for the ribbon which spirals elegantly around and down the wand. For an extra special touch , you can choose to have imprinting on your Wanderfuls.</p>\n <h2>\n Centerpiece Ideas for All Types of Party\n </h2>\n <p>More than just traditional flower table decors for your special events. Wanderfuls gives you unique birthday centerpiece, graduation centerpiece, banquet centerpiece, anniversaries, holidays, and more... <br/> <br/>This is something so different and unique your guest will be amazed! These table decorations will create cherished memories that you and your guest will surely remember!</p>\n <img width=\"758\" height=\"686\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/image_2019_03_21T07_09_41_778Z.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/image_2019_03_21T07_09_41_778Z.png 758w, https://sub.morganrand.com/wp-content/uploads/2019/03/image_2019_03_21T07_09_41_778Z-300x272.png 300w\" sizes=\"(max-width: 758px) 100vw, 758px\" /> \n <p>Wanderfuls is proud to offer a diverse color palette that represents every color of the rainbow, including many holographic, metallic and iridescent options.</p> \n <img width=\"826\" height=\"641\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Capture.jpg\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Capture.jpg 826w, https://sub.morganrand.com/wp-content/uploads/2019/03/Capture-300x233.jpg 300w, https://sub.morganrand.com/wp-content/uploads/2019/03/Capture-768x596.jpg 768w\" sizes=\"(max-width: 826px) 100vw, 826px\" /> \n <img width=\"670\" height=\"569\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Pics.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Pics.png 670w, https://sub.morganrand.com/wp-content/uploads/2019/03/Pics-300x255.png 300w\" sizes=\"(max-width: 670px) 100vw, 670px\" /> \n <p>How many favors are in each centerpiece bouquet?</p><p>The Classic Wanderfuls Arrangement combines the look of a flower bouquet with the bonus of a take home favor. They are available in four sizes: 6, 8, 9, and 10.</p><p>Consideration should be given to the amount of people seated per table and aesthetic preference when deciding a size</p><p> </p> \n <img width=\"370\" height=\"216\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/255.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/255.png 370w, https://sub.morganrand.com/wp-content/uploads/2019/03/255-300x175.png 300w\" sizes=\"(max-width: 370px) 100vw, 370px\" /> \n <img width=\"1024\" height=\"768\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Candy-Collage-2-1024x768.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Candy-Collage-2-1024x768.png 1024w, https://sub.morganrand.com/wp-content/uploads/2019/03/Candy-Collage-2-300x225.png 300w, https://sub.morganrand.com/wp-content/uploads/2019/03/Candy-Collage-2-768x576.png 768w, https://sub.morganrand.com/wp-content/uploads/2019/03/Candy-Collage-2.png 1170w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /> \n <p>Imagine your party favors filled with colorful candies such as Jordan Almonds Candy, Foil Wrapped Candy, Jelly Beans, Gumballs, Mini Jawbreakers, Mints, Kisses, & More. </p>\n<p>Don\'t see your favorite candy? We may have it! Check by calling 1-888-837-5021</p> \n <img width=\"640\" height=\"426\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/candy-2538878_640.jpg\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/candy-2538878_640.jpg 640w, https://sub.morganrand.com/wp-content/uploads/2019/03/candy-2538878_640-300x200.jpg 300w\" sizes=\"(max-width: 640px) 100vw, 640px\" /> \n <h2>What is a Wanderfuls™ centerpiece?</h2> \n <p>Wanderfuls™ are custom, one-of-a-kind centerpieces made up of individual party favors! Wanderfuls™, the original all-in-one centerpiece, and party favor.</p><p>Individual candy filled wands available in three lengths, wrapped in a beautiful colored ribbon of your choosing, imprinted with your message and party date, then topped with a bright fluffy hand-sewn pom with a colorful tassel center. the favors really look like flowers! Each favor slides easily into the base which can hold 6, 8, 9, 10, or 12 favors, creating your unique centerpiece.</p><p>Your custom party decoration then transforms into individual takeaway favors your guests will treasure forever! 100’s of colors available to fit the theme and feel of any party. Personal one on one assistance from our talented in house designers and artists! Check out our website, play on our design tool program where you can impart your colors onto one of our beautiful centerpieces, making it truly your own.</p> \n <a href=\"#\" role=\"button\">\n View our designs\n </a>\n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/1.jpg\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"0\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/2.jpg\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"1\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/3.jpg\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"2\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Kara-holding-the-Wanderfuls-centerpiece-we-designed-for-her-wedding..jpg\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"3\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/miss-america-sweet-16-centerpeice-ideas.jpg\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"4\"> \n </a> \n <h3>Meet The Team</h3> \n <p>Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide with additional clickthroughs from nanotechnology immersion DevOps. </p> \n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5-2.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5-2.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/5-2-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Untitled-4.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Untitled-4.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/Untitled-4-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Google-plus\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5Untitled-4.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/5Untitled-4.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/5Untitled-4-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/54.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/54.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/54-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/63853.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/63853.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/63853-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Dribbble\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Behance\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/86.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/86.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/86-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/452.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/452.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/452-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Dribbble\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <img width=\"251\" height=\"251\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/525.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/525.png 251w, https://sub.morganrand.com/wp-content/uploads/2019/03/525-150x150.png 150w\" sizes=\"(max-width: 251px) 100vw, 251px\" /> \n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Google-plus\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <h3>Contact Us</h3> \n <ul>\n <li >\n +44 20 5540 1234\n </li>\n <li >\n +44 35 9998 3245\n </li>\n <li >\n +44 20 5540 4433\n </li>\n </ul>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Google-plus\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Tumblr\n </a>','Home','','inherit','closed','closed','','7-revision-v1','','','2019-03-21 08:14:38','2019-03-21 08:14:38','',7,'https://sub.morganrand.com/7-revision-v1/',0,'revision','',0),(156,2,'2019-03-21 08:14:22','2019-03-21 08:14:22','','miss-america-sweet-16-centerpeice-ideas','','inherit','open','closed','','miss-america-sweet-16-centerpeice-ideas','','','2019-03-21 08:14:22','2019-03-21 08:14:22','',7,'https://sub.morganrand.com/wp-content/uploads/2019/03/miss-america-sweet-16-centerpeice-ideas.jpg',0,'attachment','image/jpeg',0),(163,2,'2019-03-21 08:34:21','2019-03-21 08:34:21','<h1>Wanderfuls ™</h1> \n <h1>Centerpiece and Party Favors in One!</h1> \n <a href=\"#\" role=\"button\">\n Shop Now\n </a>\n <h2>\n Centerpieces That Double as Party Favors\n </h2>\n <p>Wanderfuls are designed to become an interactive part of your special day. What guest could forget the moment they remove their party favor from the centerpiece? <br/><br/> The Wanderfuls connect your guests to each other and to the magical moments of the event. These unique and memorable candy centerpieces are perfect for those once in a lifetime special events.</p>\n <h2>\n Customize and Design Your Own Centerpiece!\n </h2>\n <p>Our in-house designers will guide you through our customizable options, creating the perfect bouquet for the mood or theme of your event. Explore the different combinations and see them placed on a bouquet, until you find a design that you love!\n<br/><br/>\nChoose a coordinating color for the ribbon which spirals elegantly around and down the wand. For an extra special touch , you can choose to have imprinting on your Wanderfuls.</p>\n <h2>\n Centerpiece Ideas for All Types of Party\n </h2>\n <p>More than just traditional flower table decors for your special events. Wanderfuls gives you unique birthday centerpiece, graduation centerpiece, banquet centerpiece, anniversaries, holidays, and more... <br/> <br/>This is something so different and unique your guest will be amazed! These table decorations will create cherished memories that you and your guest will surely remember!</p>\n <img width=\"758\" height=\"686\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/image_2019_03_21T07_09_41_778Z.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/image_2019_03_21T07_09_41_778Z.png 758w, https://sub.morganrand.com/wp-content/uploads/2019/03/image_2019_03_21T07_09_41_778Z-300x272.png 300w\" sizes=\"(max-width: 758px) 100vw, 758px\" /> \n <p>Wanderfuls is proud to offer a diverse color palette that represents every color of the rainbow, including many holographic, metallic and iridescent options.</p> \n <img width=\"826\" height=\"641\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Capture.jpg\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Capture.jpg 826w, https://sub.morganrand.com/wp-content/uploads/2019/03/Capture-300x233.jpg 300w, https://sub.morganrand.com/wp-content/uploads/2019/03/Capture-768x596.jpg 768w\" sizes=\"(max-width: 826px) 100vw, 826px\" /> \n <img width=\"670\" height=\"569\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Pics.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Pics.png 670w, https://sub.morganrand.com/wp-content/uploads/2019/03/Pics-300x255.png 300w\" sizes=\"(max-width: 670px) 100vw, 670px\" /> \n <p>How many favors are in each centerpiece bouquet?</p><p>The Classic Wanderfuls Arrangement combines the look of a flower bouquet with the bonus of a take home favor. They are available in four sizes: 6, 8, 9, and 10.</p><p>Consideration should be given to the amount of people seated per table and aesthetic preference when deciding a size</p><p> </p> \n <img width=\"370\" height=\"216\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/255.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/255.png 370w, https://sub.morganrand.com/wp-content/uploads/2019/03/255-300x175.png 300w\" sizes=\"(max-width: 370px) 100vw, 370px\" /> \n <img width=\"1024\" height=\"768\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Candy-Collage-2-1024x768.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Candy-Collage-2-1024x768.png 1024w, https://sub.morganrand.com/wp-content/uploads/2019/03/Candy-Collage-2-300x225.png 300w, https://sub.morganrand.com/wp-content/uploads/2019/03/Candy-Collage-2-768x576.png 768w, https://sub.morganrand.com/wp-content/uploads/2019/03/Candy-Collage-2.png 1170w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /> \n <p>Imagine your party favors filled with colorful candies such as Jordan Almonds Candy, Foil Wrapped Candy, Jelly Beans, Gumballs, Mini Jawbreakers, Mints, Kisses, & More. </p>\n<p>Don\'t see your favorite candy? We may have it! Check by calling 1-888-837-5021</p> \n <img width=\"640\" height=\"426\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/candy-2538878_640.jpg\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/candy-2538878_640.jpg 640w, https://sub.morganrand.com/wp-content/uploads/2019/03/candy-2538878_640-300x200.jpg 300w\" sizes=\"(max-width: 640px) 100vw, 640px\" /> \n <h2>What is a Wanderfuls™ centerpiece?</h2> \n <p>Wanderfuls™ are custom, one-of-a-kind centerpieces made up of individual party favors! Wanderfuls™, the original all-in-one centerpiece, and party favor.</p><p>Individual candy filled wands available in three lengths, wrapped in a beautiful colored ribbon of your choosing, imprinted with your message and party date, then topped with a bright fluffy hand-sewn pom with a colorful tassel center. the favors really look like flowers! Each favor slides easily into the base which can hold 6, 8, 9, 10, or 12 favors, creating your unique centerpiece.</p><p>Your custom party decoration then transforms into individual takeaway favors your guests will treasure forever! 100’s of colors available to fit the theme and feel of any party. Personal one on one assistance from our talented in house designers and artists! Check out our website, play on our design tool program where you can impart your colors onto one of our beautiful centerpieces, making it truly your own.</p> \n <a href=\"#\" role=\"button\">\n View our designs\n </a>\n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/1.jpg\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"0\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/2.jpg\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"1\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/3.jpg\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"2\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Kara-holding-the-Wanderfuls-centerpiece-we-designed-for-her-wedding..jpg\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"3\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/miss-america-sweet-16-centerpeice-ideas.jpg\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"4\"> \n </a> \n <h3>Meet Mr. Wanderfuls</h3> \n <img width=\"180\" height=\"180\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Ken.jpg\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Ken.jpg 180w, https://sub.morganrand.com/wp-content/uploads/2019/03/Ken-150x150.jpg 150w\" sizes=\"(max-width: 180px) 100vw, 180px\" /> \n <p>Kenneth Banschick has filed for patents to protect the following inventions. This listing includes patent applications that are pending as well as patents that have already been granted by the United States Patent and Trademark Office (USPTO).</p> \n <h3>Contact Us</h3> \n <ul>\n <li >\n +44 20 5540 1234\n </li>\n <li >\n +44 35 9998 3245\n </li>\n <li >\n +44 20 5540 4433\n </li>\n </ul>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Google-plus\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Tumblr\n </a>','Home','','inherit','closed','closed','','7-revision-v1','','','2019-03-21 08:34:21','2019-03-21 08:34:21','',7,'https://sub.morganrand.com/7-revision-v1/',0,'revision','',0),(159,2,'2019-03-21 08:21:51','2019-03-21 08:21:51','','Ken','','inherit','open','closed','','ken','','','2019-03-21 08:21:51','2019-03-21 08:21:51','',7,'https://sub.morganrand.com/wp-content/uploads/2019/03/Ken.jpg',0,'attachment','image/jpeg',0),(164,2,'2019-03-21 08:41:08','2019-03-21 08:41:08','<h1>Wanderfuls ™</h1> \n <h1>Centerpiece and Party Favors in One!</h1> \n <a href=\"#\" role=\"button\">\n Shop Now\n </a>\n <h2>\n Centerpieces That Double as Party Favors\n </h2>\n <p>Wanderfuls are designed to become an interactive part of your special day. What guest could forget the moment they remove their party favor from the centerpiece? <br/><br/> The Wanderfuls connect your guests to each other and to the magical moments of the event. These unique and memorable candy centerpieces are perfect for those once in a lifetime special events.</p>\n <h2>\n Customize and Design Your Own Centerpiece!\n </h2>\n <p>Our in-house designers will guide you through our customizable options, creating the perfect bouquet for the mood or theme of your event. Explore the different combinations and see them placed on a bouquet, until you find a design that you love!\n<br/><br/>\nChoose a coordinating color for the ribbon which spirals elegantly around and down the wand. For an extra special touch , you can choose to have imprinting on your Wanderfuls.</p>\n <h2>\n Centerpiece Ideas for All Types of Party\n </h2>\n <p>More than just traditional flower table decors for your special events. Wanderfuls gives you unique birthday centerpiece, graduation centerpiece, banquet centerpiece, anniversaries, holidays, and more... <br/> <br/>This is something so different and unique your guest will be amazed! These table decorations will create cherished memories that you and your guest will surely remember!</p>\n <img width=\"758\" height=\"686\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/image_2019_03_21T07_09_41_778Z.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/image_2019_03_21T07_09_41_778Z.png 758w, https://sub.morganrand.com/wp-content/uploads/2019/03/image_2019_03_21T07_09_41_778Z-300x272.png 300w\" sizes=\"(max-width: 758px) 100vw, 758px\" /> \n <p>Wanderfuls is proud to offer a diverse color palette that represents every color of the rainbow, including many holographic, metallic and iridescent options.</p> \n <img width=\"826\" height=\"641\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Capture.jpg\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Capture.jpg 826w, https://sub.morganrand.com/wp-content/uploads/2019/03/Capture-300x233.jpg 300w, https://sub.morganrand.com/wp-content/uploads/2019/03/Capture-768x596.jpg 768w\" sizes=\"(max-width: 826px) 100vw, 826px\" /> \n <img width=\"670\" height=\"569\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Pics.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Pics.png 670w, https://sub.morganrand.com/wp-content/uploads/2019/03/Pics-300x255.png 300w\" sizes=\"(max-width: 670px) 100vw, 670px\" /> \n <p>How many favors are in each centerpiece bouquet?</p><p>The Classic Wanderfuls Arrangement combines the look of a flower bouquet with the bonus of a take home favor. They are available in four sizes: 6, 8, 9, and 10.</p><p>Consideration should be given to the amount of people seated per table and aesthetic preference when deciding a size</p><p> </p> \n <img width=\"370\" height=\"216\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/255.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/255.png 370w, https://sub.morganrand.com/wp-content/uploads/2019/03/255-300x175.png 300w\" sizes=\"(max-width: 370px) 100vw, 370px\" /> \n <img width=\"1024\" height=\"768\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Candy-Collage-2-1024x768.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Candy-Collage-2-1024x768.png 1024w, https://sub.morganrand.com/wp-content/uploads/2019/03/Candy-Collage-2-300x225.png 300w, https://sub.morganrand.com/wp-content/uploads/2019/03/Candy-Collage-2-768x576.png 768w, https://sub.morganrand.com/wp-content/uploads/2019/03/Candy-Collage-2.png 1170w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /> \n <p>Imagine your party favors filled with colorful candies such as Jordan Almonds candy, Foil Wrapped Candy, Jelly Beans,Gumballs, Mini Jawbreakers, Mints, Kisses & more.</p><p>Don\'t see your favorite candy? We may have it! Check by calling 1-888-837-5021</p> \n <img width=\"640\" height=\"426\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/candy-2538878_640.jpg\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/candy-2538878_640.jpg 640w, https://sub.morganrand.com/wp-content/uploads/2019/03/candy-2538878_640-300x200.jpg 300w\" sizes=\"(max-width: 640px) 100vw, 640px\" /> \n <h2>What is a Wanderfuls™ centerpiece?</h2> \n <p>Wanderfuls™ are custom, one-of-a-kind centerpieces made up of individual party favors! Wanderfuls™, the original all-in-one centerpiece, and party favor.</p><p>Individual candy filled wands available in three lengths, wrapped in a beautiful colored ribbon of your choosing, imprinted with your message and party date, then topped with a bright fluffy hand-sewn pom with a colorful tassel center. the favors really look like flowers! Each favor slides easily into the base which can hold 6, 8, 9, 10, or 12 favors, creating your unique centerpiece.</p><p>Your custom party decoration then transforms into individual takeaway favors your guests will treasure forever! 100’s of colors available to fit the theme and feel of any party. Personal one on one assistance from our talented in house designers and artists! Check out our website, play on our design tool program where you can impart your colors onto one of our beautiful centerpieces, making it truly your own.</p> \n <a href=\"#\" role=\"button\">\n View our designs\n </a>\n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/1.jpg\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"0\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/2.jpg\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"1\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/3.jpg\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"2\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Kara-holding-the-Wanderfuls-centerpiece-we-designed-for-her-wedding..jpg\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"3\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/miss-america-sweet-16-centerpeice-ideas.jpg\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"4\"> \n </a> \n <h3>Meet Mr. Wanderfuls</h3> \n <img width=\"180\" height=\"180\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Ken.jpg\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Ken.jpg 180w, https://sub.morganrand.com/wp-content/uploads/2019/03/Ken-150x150.jpg 150w\" sizes=\"(max-width: 180px) 100vw, 180px\" /> \n <p>Kenneth Banschick has filed for patents to protect the following inventions. This listing includes patent applications that are pending as well as patents that have already been granted by the United States Patent and Trademark Office (USPTO).</p> \n <h3>Contact Us</h3> \n <ul>\n <li >\n +44 20 5540 1234\n </li>\n <li >\n +44 35 9998 3245\n </li>\n <li >\n +44 20 5540 4433\n </li>\n </ul>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Google-plus\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Tumblr\n </a>','Home','','inherit','closed','closed','','7-revision-v1','','','2019-03-21 08:41:08','2019-03-21 08:41:08','',7,'https://sub.morganrand.com/7-revision-v1/',0,'revision','',0),(165,2,'2019-03-21 08:43:53','2019-03-21 08:43:53','<h1>Wanderfuls ™</h1> \n <h1>Centerpiece and Party Favors in One!</h1> \n <a href=\"#\" role=\"button\">\n Shop Now\n </a>\n <h2>\n Centerpieces That Double as Party Favors\n </h2>\n <p>Wanderfuls are designed to become an interactive part of your special day. What guest could forget the moment they remove their party favor from the centerpiece? <br/><br/> The Wanderfuls connect your guests to each other and to the magical moments of the event. These unique and memorable candy centerpieces are perfect for those once in a lifetime special events.</p>\n <h2>\n Customize and Design Your Own Centerpiece!\n </h2>\n <p>Our in-house designers will guide you through our customizable options, creating the perfect bouquet for the mood or theme of your event. Explore the different combinations and see them placed on a bouquet, until you find a design that you love!\n<br/><br/>\nChoose a coordinating color for the ribbon which spirals elegantly around and down the wand. For an extra special touch , you can choose to have imprinting on your Wanderfuls.</p>\n <h2>\n Centerpiece Ideas for All Types of Party\n </h2>\n <p>More than just traditional flower table decors for your special events. Wanderfuls gives you unique birthday centerpiece, graduation centerpiece, banquet centerpiece, anniversaries, holidays, and more... <br/> <br/>This is something so different and unique your guest will be amazed! These table decorations will create cherished memories that you and your guest will surely remember!</p>\n <img width=\"758\" height=\"686\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/image_2019_03_21T07_09_41_778Z.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/image_2019_03_21T07_09_41_778Z.png 758w, https://sub.morganrand.com/wp-content/uploads/2019/03/image_2019_03_21T07_09_41_778Z-300x272.png 300w\" sizes=\"(max-width: 758px) 100vw, 758px\" /> \n <p>Wanderfuls is proud to offer a diverse color palette that represents every color of the rainbow, including many holographic, metallic and iridescent options.</p> \n <img width=\"826\" height=\"641\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Capture.jpg\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Capture.jpg 826w, https://sub.morganrand.com/wp-content/uploads/2019/03/Capture-300x233.jpg 300w, https://sub.morganrand.com/wp-content/uploads/2019/03/Capture-768x596.jpg 768w\" sizes=\"(max-width: 826px) 100vw, 826px\" /> \n <img width=\"670\" height=\"569\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Pics.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Pics.png 670w, https://sub.morganrand.com/wp-content/uploads/2019/03/Pics-300x255.png 300w\" sizes=\"(max-width: 670px) 100vw, 670px\" /> \n <p>How many favors are in each centerpiece bouquet?</p><p>The Classic Wanderfuls Arrangement combines the look of a flower bouquet with the bonus of a take home favor. They are available in four sizes: 6, 8, 9, and 10.</p><p>Consideration should be given to the amount of people seated per table and aesthetic preference when deciding a size</p><p> </p> \n <img width=\"370\" height=\"216\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/255.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/255.png 370w, https://sub.morganrand.com/wp-content/uploads/2019/03/255-300x175.png 300w\" sizes=\"(max-width: 370px) 100vw, 370px\" /> \n <img width=\"1024\" height=\"768\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Candy-Collage-2-1024x768.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Candy-Collage-2-1024x768.png 1024w, https://sub.morganrand.com/wp-content/uploads/2019/03/Candy-Collage-2-300x225.png 300w, https://sub.morganrand.com/wp-content/uploads/2019/03/Candy-Collage-2-768x576.png 768w, https://sub.morganrand.com/wp-content/uploads/2019/03/Candy-Collage-2.png 1170w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /> \n <p>Imagine your party favors filled with colorful candies such as Jordan Almonds candy, Foil Wrapped Candy, Jelly Beans,Gumballs, Mini Jawbreakers, Mints, Kisses & more.</p><p>Don\'t see your favorite candy? We may have it! Check by calling 1-888-837-5021</p> \n <img width=\"640\" height=\"426\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/candy-2538878_640.jpg\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/candy-2538878_640.jpg 640w, https://sub.morganrand.com/wp-content/uploads/2019/03/candy-2538878_640-300x200.jpg 300w\" sizes=\"(max-width: 640px) 100vw, 640px\" /> \n <h2>What is a Wanderfuls™ centerpiece?</h2> \n <p>Wanderfuls™ are custom, one-of-a-kind centerpieces made up of individual party favors! Wanderfuls™, the original all-in-one centerpiece, and party favor.</p><p>Individual candy filled wands available in three lengths, wrapped in a beautiful colored ribbon of your choosing, imprinted with your message and party date, then topped with a bright fluffy hand-sewn pom with a colorful tassel center. the favors really look like flowers! Each favor slides easily into the base which can hold 6, 8, 9, 10, or 12 favors, creating your unique centerpiece.</p><p>Your custom party decoration then transforms into individual takeaway favors your guests will treasure forever! 100’s of colors available to fit the theme and feel of any party. Personal one on one assistance from our talented in house designers and artists! Check out our website, play on our design tool program where you can impart your colors onto one of our beautiful centerpieces, making it truly your own.</p> \n <a href=\"#\" role=\"button\">\n View our designs\n </a>\n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/1.jpg\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"0\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/2.jpg\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"1\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/3.jpg\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"2\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Kara-holding-the-Wanderfuls-centerpiece-we-designed-for-her-wedding..jpg\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"3\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/miss-america-sweet-16-centerpeice-ideas.jpg\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"4\"> \n </a> \n <h3>Meet Mr. Wanderfuls</h3> \n <img width=\"180\" height=\"180\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Ken.jpg\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Ken.jpg 180w, https://sub.morganrand.com/wp-content/uploads/2019/03/Ken-150x150.jpg 150w\" sizes=\"(max-width: 180px) 100vw, 180px\" /> \n <p>Kenneth Banschick has filed for patents to protect the following inventions. This listing includes patent applications that are pending as well as patents that have already been granted by the United States Patent and Trademark Office (USPTO).</p> \n <h3>Contact Us</h3> \n <ul>\n <li >\n +44 20 5540 1234\n </li>\n <li >\n +44 35 9998 3245\n </li>\n <li >\n +44 20 5540 4433\n </li>\n </ul>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Google-plus\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Tumblr\n </a>','Home','','inherit','closed','closed','','7-revision-v1','','','2019-03-21 08:43:53','2019-03-21 08:43:53','',7,'https://sub.morganrand.com/7-revision-v1/',0,'revision','',0),(167,2,'2019-03-21 08:45:36','2019-03-21 08:45:36','<ul>\n <li >\n <a href=\"tel:18888375021\"> \n 1-888-837-5021\n </a>\n </li>\n <li >\n Mon - Fri: 10:00 - 19:00 EST\n </li>\n </ul>\n <a href=\"https://www.facebook.com/Wanderfuls/\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"https://twitter.com/wanderfuls\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"https://www.instagram.com/wanderfuls/\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <a href=\"https://www.youtube.com/channel/UCTlqptsMt6rupKdWj7vBguQ\" target=\"_blank\" rel=\"noopener noreferrer\">\n Youtube\n </a>\n <a href=\"https://www.linkedin.com/in/ken-wanderfuls-ba7899132/\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>','Header General','','inherit','closed','closed','','45-revision-v1','','','2019-03-21 08:45:36','2019-03-21 08:45:36','',45,'https://sub.morganrand.com/45-revision-v1/',0,'revision','',0),(169,2,'2019-03-21 09:03:02','2019-03-21 09:03:02','<h1>Wanderfuls ™</h1> \n <h1>Centerpiece and Party Favors in One!</h1> \n <a href=\"#\" role=\"button\">\n Shop Now\n </a>\n <h2>\n Centerpieces That Double as Party Favors\n </h2>\n <p>Wanderfuls are designed to become an interactive part of your special day. What guest could forget the moment they remove their party favor from the centerpiece? <br/><br/> The Wanderfuls connect your guests to each other and to the magical moments of the event. These unique and memorable candy centerpieces are perfect for those once in a lifetime special events.</p>\n <h2>\n Customize and Design Your Own Centerpiece!\n </h2>\n <p>Our in-house designers will guide you through our customizable options, creating the perfect bouquet for the mood or theme of your event. Explore the different combinations and see them placed on a bouquet, until you find a design that you love!\n<br/><br/>\nChoose a coordinating color for the ribbon which spirals elegantly around and down the wand. For an extra special touch , you can choose to have imprinting on your Wanderfuls.</p>\n <h2>\n Centerpiece Ideas for All Types of Party\n </h2>\n <p>More than just traditional flower table decors for your special events. Wanderfuls gives you unique birthday centerpiece, graduation centerpiece, banquet centerpiece, anniversaries, holidays, and more... <br/> <br/>This is something so different and unique your guest will be amazed! These table decorations will create cherished memories that you and your guest will surely remember!</p>\n <img width=\"758\" height=\"686\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/image_2019_03_21T07_09_41_778Z.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/image_2019_03_21T07_09_41_778Z.png 758w, https://sub.morganrand.com/wp-content/uploads/2019/03/image_2019_03_21T07_09_41_778Z-300x272.png 300w\" sizes=\"(max-width: 758px) 100vw, 758px\" /> \n <p>Wanderfuls is proud to offer a diverse color palette that represents every color of the rainbow, including many holographic, metallic and iridescent options.</p> \n <img width=\"826\" height=\"641\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Capture.jpg\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Capture.jpg 826w, https://sub.morganrand.com/wp-content/uploads/2019/03/Capture-300x233.jpg 300w, https://sub.morganrand.com/wp-content/uploads/2019/03/Capture-768x596.jpg 768w\" sizes=\"(max-width: 826px) 100vw, 826px\" /> \n <img width=\"670\" height=\"569\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Pics.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Pics.png 670w, https://sub.morganrand.com/wp-content/uploads/2019/03/Pics-300x255.png 300w\" sizes=\"(max-width: 670px) 100vw, 670px\" /> \n <p>How many favors are in each centerpiece bouquet?</p><p>The Classic Wanderfuls Arrangement combines the look of a flower bouquet with the bonus of a take home favor. They are available in four sizes: 6, 8, 9, and 10.</p><p>Consideration should be given to the amount of people seated per table and aesthetic preference when deciding a size</p><p> </p> \n <img width=\"370\" height=\"216\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/255.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/255.png 370w, https://sub.morganrand.com/wp-content/uploads/2019/03/255-300x175.png 300w\" sizes=\"(max-width: 370px) 100vw, 370px\" /> \n <img width=\"1024\" height=\"768\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Candy-Collage-2-1024x768.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Candy-Collage-2-1024x768.png 1024w, https://sub.morganrand.com/wp-content/uploads/2019/03/Candy-Collage-2-300x225.png 300w, https://sub.morganrand.com/wp-content/uploads/2019/03/Candy-Collage-2-768x576.png 768w, https://sub.morganrand.com/wp-content/uploads/2019/03/Candy-Collage-2.png 1170w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /> \n <p>Imagine your party favors filled with colorful candies such as Jordan Almonds candy, Foil Wrapped Candy, Jelly Beans,Gumballs, Mini Jawbreakers, Mints, Kisses & more.</p><p>Don\'t see your favorite candy? We may have it! Check by calling 1-888-837-5021</p> \n <img width=\"640\" height=\"426\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/candy-2538878_640.jpg\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/candy-2538878_640.jpg 640w, https://sub.morganrand.com/wp-content/uploads/2019/03/candy-2538878_640-300x200.jpg 300w\" sizes=\"(max-width: 640px) 100vw, 640px\" /> \n <h2>What is a Wanderfuls™ centerpiece?</h2> \n <p>Wanderfuls™ are custom, one-of-a-kind centerpieces made up of individual party favors! Wanderfuls™, the original all-in-one centerpiece, and party favor.</p><p>Individual candy filled wands available in three lengths, wrapped in a beautiful colored ribbon of your choosing, imprinted with your message and party date, then topped with a bright fluffy hand-sewn pom with a colorful tassel center. the favors really look like flowers! Each favor slides easily into the base which can hold 6, 8, 9, 10, or 12 favors, creating your unique centerpiece.</p><p>Your custom party decoration then transforms into individual takeaway favors your guests will treasure forever! 100’s of colors available to fit the theme and feel of any party. Personal one on one assistance from our talented in house designers and artists! Check out our website, play on our design tool program where you can impart your colors onto one of our beautiful centerpieces, making it truly your own.</p> \n <a href=\"#\" role=\"button\">\n View our designs\n </a>\n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/1.jpg\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"0\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/2.jpg\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"1\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/3.jpg\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"2\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Kara-holding-the-Wanderfuls-centerpiece-we-designed-for-her-wedding..jpg\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"3\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/miss-america-sweet-16-centerpeice-ideas.jpg\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"4\"> \n </a> \n <h3>Meet Mr. Wanderfuls</h3> \n <img width=\"180\" height=\"180\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Ken.jpg\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Ken.jpg 180w, https://sub.morganrand.com/wp-content/uploads/2019/03/Ken-150x150.jpg 150w\" sizes=\"(max-width: 180px) 100vw, 180px\" /> \n <p>Kenneth Banschick has filed for patents to protect the following inventions. This listing includes patent applications that are pending as well as patents that have already been granted by the United States Patent and Trademark Office (USPTO).</p> \n <h3>Contact Us</h3> \n <ul>\n <li >\n +44 20 5540 1234\n </li>\n <li >\n +44 35 9998 3245\n </li>\n <li >\n +44 20 5540 4433\n </li>\n </ul>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Google-plus\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Tumblr\n </a>','Home','','inherit','closed','closed','','7-revision-v1','','','2019-03-21 09:03:02','2019-03-21 09:03:02','',7,'https://sub.morganrand.com/7-revision-v1/',0,'revision','',0),(170,2,'2019-03-21 09:35:02','2019-03-21 09:35:02','','Wanderfuls Teaser - Short','','inherit','open','closed','','wanderfuls-teaser-short','','','2019-03-21 09:35:02','2019-03-21 09:35:02','',7,'https://sub.morganrand.com/wp-content/uploads/2019/03/Wanderfuls-Teaser-Short.mp4',0,'attachment','video/mp4',0),(171,2,'2019-03-21 09:35:32','2019-03-21 09:35:32','<h1>Wanderfuls ™</h1> \n <h1>Centerpiece and Party Favors in One!</h1> \n <a href=\"#\" role=\"button\">\n Shop Now\n </a>\n <h2>\n Centerpieces That Double as Party Favors\n </h2>\n <p>Wanderfuls are designed to become an interactive part of your special day. What guest could forget the moment they remove their party favor from the centerpiece? <br/><br/> The Wanderfuls connect your guests to each other and to the magical moments of the event. These unique and memorable candy centerpieces are perfect for those once in a lifetime special events.</p>\n <h2>\n Customize and Design Your Own Centerpiece!\n </h2>\n <p>Our in-house designers will guide you through our customizable options, creating the perfect bouquet for the mood or theme of your event. Explore the different combinations and see them placed on a bouquet, until you find a design that you love!\n<br/><br/>\nChoose a coordinating color for the ribbon which spirals elegantly around and down the wand. For an extra special touch , you can choose to have imprinting on your Wanderfuls.</p>\n <h2>\n Centerpiece Ideas for All Types of Party\n </h2>\n <p>More than just traditional flower table decors for your special events. Wanderfuls gives you unique birthday centerpiece, graduation centerpiece, banquet centerpiece, anniversaries, holidays, and more... <br/> <br/>This is something so different and unique your guest will be amazed! These table decorations will create cherished memories that you and your guest will surely remember!</p>\n <img width=\"758\" height=\"686\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/image_2019_03_21T07_09_41_778Z.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/image_2019_03_21T07_09_41_778Z.png 758w, https://sub.morganrand.com/wp-content/uploads/2019/03/image_2019_03_21T07_09_41_778Z-300x272.png 300w\" sizes=\"(max-width: 758px) 100vw, 758px\" /> \n <p>Wanderfuls is proud to offer a diverse color palette that represents every color of the rainbow, including many holographic, metallic and iridescent options.</p> \n <img width=\"826\" height=\"641\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Capture.jpg\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Capture.jpg 826w, https://sub.morganrand.com/wp-content/uploads/2019/03/Capture-300x233.jpg 300w, https://sub.morganrand.com/wp-content/uploads/2019/03/Capture-768x596.jpg 768w\" sizes=\"(max-width: 826px) 100vw, 826px\" /> \n <img width=\"670\" height=\"569\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Pics.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Pics.png 670w, https://sub.morganrand.com/wp-content/uploads/2019/03/Pics-300x255.png 300w\" sizes=\"(max-width: 670px) 100vw, 670px\" /> \n <p>How many favors are in each centerpiece bouquet?</p><p>The Classic Wanderfuls Arrangement combines the look of a flower bouquet with the bonus of a take home favor. They are available in four sizes: 6, 8, 9, and 10.</p><p>Consideration should be given to the amount of people seated per table and aesthetic preference when deciding a size</p><p> </p> \n <img width=\"370\" height=\"216\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/255.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/255.png 370w, https://sub.morganrand.com/wp-content/uploads/2019/03/255-300x175.png 300w\" sizes=\"(max-width: 370px) 100vw, 370px\" /> \n <img width=\"1024\" height=\"768\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Candy-Collage-2-1024x768.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Candy-Collage-2-1024x768.png 1024w, https://sub.morganrand.com/wp-content/uploads/2019/03/Candy-Collage-2-300x225.png 300w, https://sub.morganrand.com/wp-content/uploads/2019/03/Candy-Collage-2-768x576.png 768w, https://sub.morganrand.com/wp-content/uploads/2019/03/Candy-Collage-2.png 1170w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /> \n <p>Imagine your party favors filled with colorful candies such as Jordan Almonds candy, Foil Wrapped Candy, Jelly Beans,Gumballs, Mini Jawbreakers, Mints, Kisses & more.</p><p>Don\'t see your favorite candy? We may have it! Check by calling 1-888-837-5021</p> \n <img width=\"640\" height=\"426\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/candy-2538878_640.jpg\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/candy-2538878_640.jpg 640w, https://sub.morganrand.com/wp-content/uploads/2019/03/candy-2538878_640-300x200.jpg 300w\" sizes=\"(max-width: 640px) 100vw, 640px\" /> \n <h2>What is a Wanderfuls™ centerpiece?</h2> \n <p>Wanderfuls™ are custom, one-of-a-kind centerpieces made up of individual party favors! Wanderfuls™, the original all-in-one centerpiece, and party favor.</p><p>Individual candy filled wands available in three lengths, wrapped in a beautiful colored ribbon of your choosing, imprinted with your message and party date, then topped with a bright fluffy hand-sewn pom with a colorful tassel center. the favors really look like flowers! Each favor slides easily into the base which can hold 6, 8, 9, 10, or 12 favors, creating your unique centerpiece.</p><p>Your custom party decoration then transforms into individual takeaway favors your guests will treasure forever! 100’s of colors available to fit the theme and feel of any party. Personal one on one assistance from our talented in house designers and artists! Check out our website, play on our design tool program where you can impart your colors onto one of our beautiful centerpieces, making it truly your own.</p> \n <a href=\"#\" role=\"button\">\n View our designs\n </a>\n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/1.jpg\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"0\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/2.jpg\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"1\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/3.jpg\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"2\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Kara-holding-the-Wanderfuls-centerpiece-we-designed-for-her-wedding..jpg\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"3\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/miss-america-sweet-16-centerpeice-ideas.jpg\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"4\"> \n </a> \n <h3>Meet Mr. Wanderfuls</h3> \n <img width=\"180\" height=\"180\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Ken.jpg\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Ken.jpg 180w, https://sub.morganrand.com/wp-content/uploads/2019/03/Ken-150x150.jpg 150w\" sizes=\"(max-width: 180px) 100vw, 180px\" /> \n <p>Kenneth Banschick has filed for patents to protect the following inventions. This listing includes patent applications that are pending as well as patents that have already been granted by the United States Patent and Trademark Office (USPTO).</p> \n <h3>Contact Us</h3> \n <ul>\n <li >\n +44 20 5540 1234\n </li>\n <li >\n +44 35 9998 3245\n </li>\n <li >\n +44 20 5540 4433\n </li>\n </ul>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Google-plus\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Tumblr\n </a>','Home','','inherit','closed','closed','','7-revision-v1','','','2019-03-21 09:35:32','2019-03-21 09:35:32','',7,'https://sub.morganrand.com/7-revision-v1/',0,'revision','',0),(172,2,'2019-03-21 09:36:35','2019-03-21 09:36:35','','Wanderfuls Teaser - Short','','inherit','open','closed','','wanderfuls-teaser-short-2','','','2019-03-21 09:36:35','2019-03-21 09:36:35','',7,'https://sub.morganrand.com/wp-content/uploads/2019/03/Wanderfuls-Teaser-Short-1.mp4',0,'attachment','video/mp4',0),(173,2,'2019-03-21 09:36:49','2019-03-21 09:36:49','<h1>Wanderfuls ™</h1> \n <h1>Centerpiece and Party Favors in One!</h1> \n <a href=\"#\" role=\"button\">\n Shop Now\n </a>\n <h2>\n Centerpieces That Double as Party Favors\n </h2>\n <p>Wanderfuls are designed to become an interactive part of your special day. What guest could forget the moment they remove their party favor from the centerpiece? <br/><br/> The Wanderfuls connect your guests to each other and to the magical moments of the event. These unique and memorable candy centerpieces are perfect for those once in a lifetime special events.</p>\n <h2>\n Customize and Design Your Own Centerpiece!\n </h2>\n <p>Our in-house designers will guide you through our customizable options, creating the perfect bouquet for the mood or theme of your event. Explore the different combinations and see them placed on a bouquet, until you find a design that you love!\n<br/><br/>\nChoose a coordinating color for the ribbon which spirals elegantly around and down the wand. For an extra special touch , you can choose to have imprinting on your Wanderfuls.</p>\n <h2>\n Centerpiece Ideas for All Types of Party\n </h2>\n <p>More than just traditional flower table decors for your special events. Wanderfuls gives you unique birthday centerpiece, graduation centerpiece, banquet centerpiece, anniversaries, holidays, and more... <br/> <br/>This is something so different and unique your guest will be amazed! These table decorations will create cherished memories that you and your guest will surely remember!</p>\n <img width=\"758\" height=\"686\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/image_2019_03_21T07_09_41_778Z.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/image_2019_03_21T07_09_41_778Z.png 758w, https://sub.morganrand.com/wp-content/uploads/2019/03/image_2019_03_21T07_09_41_778Z-300x272.png 300w\" sizes=\"(max-width: 758px) 100vw, 758px\" /> \n <p>Wanderfuls is proud to offer a diverse color palette that represents every color of the rainbow, including many holographic, metallic and iridescent options.</p> \n <img width=\"826\" height=\"641\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Capture.jpg\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Capture.jpg 826w, https://sub.morganrand.com/wp-content/uploads/2019/03/Capture-300x233.jpg 300w, https://sub.morganrand.com/wp-content/uploads/2019/03/Capture-768x596.jpg 768w\" sizes=\"(max-width: 826px) 100vw, 826px\" /> \n <img width=\"670\" height=\"569\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Pics.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Pics.png 670w, https://sub.morganrand.com/wp-content/uploads/2019/03/Pics-300x255.png 300w\" sizes=\"(max-width: 670px) 100vw, 670px\" /> \n <p>How many favors are in each centerpiece bouquet?</p><p>The Classic Wanderfuls Arrangement combines the look of a flower bouquet with the bonus of a take home favor. They are available in four sizes: 6, 8, 9, and 10.</p><p>Consideration should be given to the amount of people seated per table and aesthetic preference when deciding a size</p><p> </p> \n <img width=\"370\" height=\"216\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/255.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/255.png 370w, https://sub.morganrand.com/wp-content/uploads/2019/03/255-300x175.png 300w\" sizes=\"(max-width: 370px) 100vw, 370px\" /> \n <img width=\"1024\" height=\"768\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Candy-Collage-2-1024x768.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Candy-Collage-2-1024x768.png 1024w, https://sub.morganrand.com/wp-content/uploads/2019/03/Candy-Collage-2-300x225.png 300w, https://sub.morganrand.com/wp-content/uploads/2019/03/Candy-Collage-2-768x576.png 768w, https://sub.morganrand.com/wp-content/uploads/2019/03/Candy-Collage-2.png 1170w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /> \n <p>Imagine your party favors filled with colorful candies such as Jordan Almonds candy, Foil Wrapped Candy, Jelly Beans,Gumballs, Mini Jawbreakers, Mints, Kisses & more.</p><p>Don\'t see your favorite candy? We may have it! Check by calling 1-888-837-5021</p> \n <img width=\"640\" height=\"426\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/candy-2538878_640.jpg\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/candy-2538878_640.jpg 640w, https://sub.morganrand.com/wp-content/uploads/2019/03/candy-2538878_640-300x200.jpg 300w\" sizes=\"(max-width: 640px) 100vw, 640px\" /> \n <h2>What is a Wanderfuls™ centerpiece?</h2> \n <p>Wanderfuls™ are custom, one-of-a-kind centerpieces made up of individual party favors! Wanderfuls™, the original all-in-one centerpiece, and party favor.</p><p>Individual candy filled wands available in three lengths, wrapped in a beautiful colored ribbon of your choosing, imprinted with your message and party date, then topped with a bright fluffy hand-sewn pom with a colorful tassel center. the favors really look like flowers! Each favor slides easily into the base which can hold 6, 8, 9, 10, or 12 favors, creating your unique centerpiece.</p><p>Your custom party decoration then transforms into individual takeaway favors your guests will treasure forever! 100’s of colors available to fit the theme and feel of any party. Personal one on one assistance from our talented in house designers and artists! Check out our website, play on our design tool program where you can impart your colors onto one of our beautiful centerpieces, making it truly your own.</p> \n <a href=\"#\" role=\"button\">\n View our designs\n </a>\n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/1.jpg\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"0\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/2.jpg\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"1\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/3.jpg\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"2\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Kara-holding-the-Wanderfuls-centerpiece-we-designed-for-her-wedding..jpg\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"3\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/miss-america-sweet-16-centerpeice-ideas.jpg\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"4\"> \n </a> \n <h3>Meet Mr. Wanderfuls</h3> \n <img width=\"180\" height=\"180\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Ken.jpg\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Ken.jpg 180w, https://sub.morganrand.com/wp-content/uploads/2019/03/Ken-150x150.jpg 150w\" sizes=\"(max-width: 180px) 100vw, 180px\" /> \n <p>Kenneth Banschick has filed for patents to protect the following inventions. This listing includes patent applications that are pending as well as patents that have already been granted by the United States Patent and Trademark Office (USPTO).</p> \n <h3>Contact Us</h3> \n <ul>\n <li >\n +44 20 5540 1234\n </li>\n <li >\n +44 35 9998 3245\n </li>\n <li >\n +44 20 5540 4433\n </li>\n </ul>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Google-plus\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Tumblr\n </a>','Home','','inherit','closed','closed','','7-revision-v1','','','2019-03-21 09:36:49','2019-03-21 09:36:49','',7,'https://sub.morganrand.com/7-revision-v1/',0,'revision','',0),(176,2,'2019-03-21 09:38:55','2019-03-21 09:38:55','<h1>Wanderfuls ™</h1> \n <h1>Centerpiece and Party Favors in One!</h1> \n <a href=\"#\" role=\"button\">\n Shop Now\n </a>\n <h2>\n Centerpieces That Double as Party Favors\n </h2>\n <p>Wanderfuls are designed to become an interactive part of your special day. What guest could forget the moment they remove their party favor from the centerpiece? <br/><br/> The Wanderfuls connect your guests to each other and to the magical moments of the event. These unique and memorable candy centerpieces are perfect for those once in a lifetime special events.</p>\n <h2>\n Customize and Design Your Own Centerpiece!\n </h2>\n <p>Our in-house designers will guide you through our customizable options, creating the perfect bouquet for the mood or theme of your event. Explore the different combinations and see them placed on a bouquet, until you find a design that you love!\n<br/><br/>\nChoose a coordinating color for the ribbon which spirals elegantly around and down the wand. For an extra special touch , you can choose to have imprinting on your Wanderfuls.</p>\n <h2>\n Centerpiece Ideas for All Types of Party\n </h2>\n <p>More than just traditional flower table decors for your special events. Wanderfuls gives you unique birthday centerpiece, graduation centerpiece, banquet centerpiece, anniversaries, holidays, and more... <br/> <br/>This is something so different and unique your guest will be amazed! These table decorations will create cherished memories that you and your guest will surely remember!</p>\n <img width=\"758\" height=\"686\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/image_2019_03_21T07_09_41_778Z.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/image_2019_03_21T07_09_41_778Z.png 758w, https://sub.morganrand.com/wp-content/uploads/2019/03/image_2019_03_21T07_09_41_778Z-300x272.png 300w\" sizes=\"(max-width: 758px) 100vw, 758px\" /> \n <p>Wanderfuls is proud to offer a diverse color palette that represents every color of the rainbow, including many holographic, metallic and iridescent options.</p> \n <img width=\"826\" height=\"641\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Capture.jpg\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Capture.jpg 826w, https://sub.morganrand.com/wp-content/uploads/2019/03/Capture-300x233.jpg 300w, https://sub.morganrand.com/wp-content/uploads/2019/03/Capture-768x596.jpg 768w\" sizes=\"(max-width: 826px) 100vw, 826px\" /> \n <img width=\"670\" height=\"569\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Pics.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Pics.png 670w, https://sub.morganrand.com/wp-content/uploads/2019/03/Pics-300x255.png 300w\" sizes=\"(max-width: 670px) 100vw, 670px\" /> \n <p>How many favors are in each centerpiece bouquet?</p><p>The Classic Wanderfuls Arrangement combines the look of a flower bouquet with the bonus of a take home favor. They are available in four sizes: 6, 8, 9, and 10.</p><p>Consideration should be given to the amount of people seated per table and aesthetic preference when deciding a size</p><p> </p> \n <img width=\"370\" height=\"216\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/255.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/255.png 370w, https://sub.morganrand.com/wp-content/uploads/2019/03/255-300x175.png 300w\" sizes=\"(max-width: 370px) 100vw, 370px\" /> \n <img width=\"1024\" height=\"768\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Candy-Collage-2-1024x768.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Candy-Collage-2-1024x768.png 1024w, https://sub.morganrand.com/wp-content/uploads/2019/03/Candy-Collage-2-300x225.png 300w, https://sub.morganrand.com/wp-content/uploads/2019/03/Candy-Collage-2-768x576.png 768w, https://sub.morganrand.com/wp-content/uploads/2019/03/Candy-Collage-2.png 1170w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /> \n <p>Imagine your party favors filled with colorful candies such as Jordan Almonds candy, Foil Wrapped Candy, Jelly Beans,Gumballs, Mini Jawbreakers, Mints, Kisses & more.</p><p>Don\'t see your favorite candy? We may have it! Check by calling 1-888-837-5021</p> \n <img width=\"640\" height=\"426\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/candy-2538878_640.jpg\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/candy-2538878_640.jpg 640w, https://sub.morganrand.com/wp-content/uploads/2019/03/candy-2538878_640-300x200.jpg 300w\" sizes=\"(max-width: 640px) 100vw, 640px\" /> \n <h2>What is a Wanderfuls™ centerpiece?</h2> \n <p>Wanderfuls™ are custom, one-of-a-kind centerpieces made up of individual party favors! Wanderfuls™, the original all-in-one centerpiece, and party favor.</p><p>Individual candy filled wands available in three lengths, wrapped in a beautiful colored ribbon of your choosing, imprinted with your message and party date, then topped with a bright fluffy hand-sewn pom with a colorful tassel center. the favors really look like flowers! Each favor slides easily into the base which can hold 6, 8, 9, 10, or 12 favors, creating your unique centerpiece.</p><p>Your custom party decoration then transforms into individual takeaway favors your guests will treasure forever! 100’s of colors available to fit the theme and feel of any party. Personal one on one assistance from our talented in house designers and artists! Check out our website, play on our design tool program where you can impart your colors onto one of our beautiful centerpieces, making it truly your own.</p> \n <a href=\"#\" role=\"button\">\n View our designs\n </a>\n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/1.jpg\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"0\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/2.jpg\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"1\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/3.jpg\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"2\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Kara-holding-the-Wanderfuls-centerpiece-we-designed-for-her-wedding..jpg\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"3\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/miss-america-sweet-16-centerpeice-ideas.jpg\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"4\"> \n </a> \n <h3>Meet Mr. Wanderfuls</h3> \n <img width=\"180\" height=\"180\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Ken.jpg\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Ken.jpg 180w, https://sub.morganrand.com/wp-content/uploads/2019/03/Ken-150x150.jpg 150w\" sizes=\"(max-width: 180px) 100vw, 180px\" /> \n <p>Kenneth Banschick has filed for patents to protect the following inventions. This listing includes patent applications that are pending as well as patents that have already been granted by the United States Patent and Trademark Office (USPTO).</p> \n <h3>Contact Us</h3> \n <ul>\n <li >\n +44 20 5540 1234\n </li>\n <li >\n +44 35 9998 3245\n </li>\n <li >\n +44 20 5540 4433\n </li>\n </ul>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Google-plus\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Tumblr\n </a>','Home','','inherit','closed','closed','','7-revision-v1','','','2019-03-21 09:38:55','2019-03-21 09:38:55','',7,'https://sub.morganrand.com/7-revision-v1/',0,'revision','',0),(175,2,'2019-03-21 09:38:36','2019-03-21 09:38:36','','Wanderfuls Teaser - Short','','inherit','open','closed','','wanderfuls-teaser-short-3','','','2019-03-21 09:38:36','2019-03-21 09:38:36','',7,'https://sub.morganrand.com/wp-content/uploads/2019/03/Wanderfuls-Teaser-Short-2.mp4',0,'attachment','video/mp4',0),(177,2,'2019-03-21 09:43:58','2019-03-21 09:43:58','','Wanderfuls Teaser - Short','','inherit','open','closed','','wanderfuls-teaser-short-4','','','2019-03-21 09:43:58','2019-03-21 09:43:58','',7,'https://sub.morganrand.com/wp-content/uploads/2019/03/Wanderfuls-Teaser-Short-3.mp4',0,'attachment','video/mp4',0),(179,2,'2019-03-21 09:44:28','2019-03-21 09:44:28','<h1>Wanderfuls ™</h1> \n <h1>Centerpiece and Party Favors in One!</h1> \n <a href=\"#\" role=\"button\">\n Shop Now\n </a>\n <h2>\n Centerpieces That Double as Party Favors\n </h2>\n <p>Wanderfuls are designed to become an interactive part of your special day. What guest could forget the moment they remove their party favor from the centerpiece? <br/><br/> The Wanderfuls connect your guests to each other and to the magical moments of the event. These unique and memorable candy centerpieces are perfect for those once in a lifetime special events.</p>\n <h2>\n Customize and Design Your Own Centerpiece!\n </h2>\n <p>Our in-house designers will guide you through our customizable options, creating the perfect bouquet for the mood or theme of your event. Explore the different combinations and see them placed on a bouquet, until you find a design that you love!\n<br/><br/>\nChoose a coordinating color for the ribbon which spirals elegantly around and down the wand. For an extra special touch , you can choose to have imprinting on your Wanderfuls.</p>\n <h2>\n Centerpiece Ideas for All Types of Party\n </h2>\n <p>More than just traditional flower table decors for your special events. Wanderfuls gives you unique birthday centerpiece, graduation centerpiece, banquet centerpiece, anniversaries, holidays, and more... <br/> <br/>This is something so different and unique your guest will be amazed! These table decorations will create cherished memories that you and your guest will surely remember!</p>\n <img width=\"758\" height=\"686\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/image_2019_03_21T07_09_41_778Z.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/image_2019_03_21T07_09_41_778Z.png 758w, https://sub.morganrand.com/wp-content/uploads/2019/03/image_2019_03_21T07_09_41_778Z-300x272.png 300w\" sizes=\"(max-width: 758px) 100vw, 758px\" /> \n <p>Wanderfuls is proud to offer a diverse color palette that represents every color of the rainbow, including many holographic, metallic and iridescent options.</p> \n <img width=\"826\" height=\"641\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Capture.jpg\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Capture.jpg 826w, https://sub.morganrand.com/wp-content/uploads/2019/03/Capture-300x233.jpg 300w, https://sub.morganrand.com/wp-content/uploads/2019/03/Capture-768x596.jpg 768w\" sizes=\"(max-width: 826px) 100vw, 826px\" /> \n <img width=\"670\" height=\"569\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Pics.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Pics.png 670w, https://sub.morganrand.com/wp-content/uploads/2019/03/Pics-300x255.png 300w\" sizes=\"(max-width: 670px) 100vw, 670px\" /> \n <p>How many favors are in each centerpiece bouquet?</p><p>The Classic Wanderfuls Arrangement combines the look of a flower bouquet with the bonus of a take home favor. They are available in four sizes: 6, 8, 9, and 10.</p><p>Consideration should be given to the amount of people seated per table and aesthetic preference when deciding a size</p><p> </p> \n <img width=\"370\" height=\"216\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/255.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/255.png 370w, https://sub.morganrand.com/wp-content/uploads/2019/03/255-300x175.png 300w\" sizes=\"(max-width: 370px) 100vw, 370px\" /> \n <img width=\"1024\" height=\"768\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Candy-Collage-2-1024x768.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Candy-Collage-2-1024x768.png 1024w, https://sub.morganrand.com/wp-content/uploads/2019/03/Candy-Collage-2-300x225.png 300w, https://sub.morganrand.com/wp-content/uploads/2019/03/Candy-Collage-2-768x576.png 768w, https://sub.morganrand.com/wp-content/uploads/2019/03/Candy-Collage-2.png 1170w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /> \n <p>Imagine your party favors filled with colorful candies such as Jordan Almonds candy, Foil Wrapped Candy, Jelly Beans,Gumballs, Mini Jawbreakers, Mints, Kisses & more.</p><p>Don\'t see your favorite candy? We may have it! Check by calling 1-888-837-5021</p> \n <img width=\"640\" height=\"426\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/candy-2538878_640.jpg\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/candy-2538878_640.jpg 640w, https://sub.morganrand.com/wp-content/uploads/2019/03/candy-2538878_640-300x200.jpg 300w\" sizes=\"(max-width: 640px) 100vw, 640px\" /> \n <h2>What is a Wanderfuls™ centerpiece?</h2> \n <p>Wanderfuls™ are custom, one-of-a-kind centerpieces made up of individual party favors! Wanderfuls™, the original all-in-one centerpiece, and party favor.</p><p>Individual candy filled wands available in three lengths, wrapped in a beautiful colored ribbon of your choosing, imprinted with your message and party date, then topped with a bright fluffy hand-sewn pom with a colorful tassel center. the favors really look like flowers! Each favor slides easily into the base which can hold 6, 8, 9, 10, or 12 favors, creating your unique centerpiece.</p><p>Your custom party decoration then transforms into individual takeaway favors your guests will treasure forever! 100’s of colors available to fit the theme and feel of any party. Personal one on one assistance from our talented in house designers and artists! Check out our website, play on our design tool program where you can impart your colors onto one of our beautiful centerpieces, making it truly your own.</p> \n <a href=\"#\" role=\"button\">\n View our designs\n </a>\n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/1.jpg\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"0\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/2.jpg\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"1\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/3.jpg\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"2\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Kara-holding-the-Wanderfuls-centerpiece-we-designed-for-her-wedding..jpg\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"3\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/miss-america-sweet-16-centerpeice-ideas.jpg\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"4\"> \n </a> \n <h3>Meet Mr. Wanderfuls</h3> \n <img width=\"180\" height=\"180\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Ken.jpg\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Ken.jpg 180w, https://sub.morganrand.com/wp-content/uploads/2019/03/Ken-150x150.jpg 150w\" sizes=\"(max-width: 180px) 100vw, 180px\" /> \n <p>Kenneth Banschick has filed for patents to protect the following inventions. This listing includes patent applications that are pending as well as patents that have already been granted by the United States Patent and Trademark Office (USPTO).</p> \n <h3>Contact Us</h3> \n <ul>\n <li >\n +44 20 5540 1234\n </li>\n <li >\n +44 35 9998 3245\n </li>\n <li >\n +44 20 5540 4433\n </li>\n </ul>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Google-plus\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Tumblr\n </a>','Home','','inherit','closed','closed','','7-revision-v1','','','2019-03-21 09:44:28','2019-03-21 09:44:28','',7,'https://sub.morganrand.com/7-revision-v1/',0,'revision','',0),(180,2,'2019-03-21 13:14:04','2019-03-21 13:14:04','{\n \"oceanwp::body_typography[font-family]\": {\n \"value\": \"Trebuchet MS, Helvetica, sans-serif\",\n \"type\": \"theme_mod\",\n \"user_id\": 2,\n \"date_modified_gmt\": \"2019-03-21 13:14:04\"\n }\n}','','','trash','closed','closed','','40980601-dbab-4350-ade2-e4669a9b94ee','','','2019-03-21 13:14:04','2019-03-21 13:14:04','',0,'https://sub.morganrand.com/40980601-dbab-4350-ade2-e4669a9b94ee/',0,'customize_changeset','',0),(181,2,'2019-03-21 13:14:27','2019-03-21 13:14:27','{\n \"oceanwp::headings_typography[font-family]\": {\n \"value\": \"Trebuchet MS, Helvetica, sans-serif\",\n \"type\": \"theme_mod\",\n \"user_id\": 2,\n \"date_modified_gmt\": \"2019-03-21 13:14:27\"\n }\n}','','','trash','closed','closed','','f10f9dd5-83f3-41af-bbab-f79d55c0c7c4','','','2019-03-21 13:14:27','2019-03-21 13:14:27','',0,'https://sub.morganrand.com/f10f9dd5-83f3-41af-bbab-f79d55c0c7c4/',0,'customize_changeset','',0),(182,2,'2019-03-21 13:16:33','2019-03-21 13:16:33','<h1>Wanderfuls ™</h1> \n <h1>Centerpiece and Party Favors in One!</h1> \n <a href=\"#\" role=\"button\">\n Shop Now\n </a>\n <h2>\n Centerpieces That Double as Party Favors\n </h2>\n <p>Wanderfuls are designed to become an interactive part of your special day. What guest could forget the moment they remove their party favor from the centerpiece? <br/><br/> The Wanderfuls connect your guests to each other and to the magical moments of the event. These unique and memorable candy centerpieces are perfect for those once in a lifetime special events.</p>\n <h2>\n Customize and Design Your Own Centerpiece!\n </h2>\n <p>Our in-house designers will guide you through our customizable options, creating the perfect bouquet for the mood or theme of your event. Explore the different combinations and see them placed on a bouquet, until you find a design that you love!\n<br/><br/>\nChoose a coordinating color for the ribbon which spirals elegantly around and down the wand. For an extra special touch , you can choose to have imprinting on your Wanderfuls.</p>\n <h2>\n Centerpiece Ideas for All Types of Party\n </h2>\n <p>More than just traditional flower table decors for your special events. Wanderfuls gives you unique birthday centerpiece, graduation centerpiece, banquet centerpiece, anniversaries, holidays, and more... <br/> <br/>This is something so different and unique your guest will be amazed! These table decorations will create cherished memories that you and your guest will surely remember!</p>\n <img width=\"758\" height=\"686\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/image_2019_03_21T07_09_41_778Z.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/image_2019_03_21T07_09_41_778Z.png 758w, https://sub.morganrand.com/wp-content/uploads/2019/03/image_2019_03_21T07_09_41_778Z-300x272.png 300w\" sizes=\"(max-width: 758px) 100vw, 758px\" /> \n <p>Wanderfuls is proud to offer a diverse color palette that represents every color of the rainbow, including many holographic, metallic and iridescent options.</p> \n <img width=\"826\" height=\"641\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Capture.jpg\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Capture.jpg 826w, https://sub.morganrand.com/wp-content/uploads/2019/03/Capture-300x233.jpg 300w, https://sub.morganrand.com/wp-content/uploads/2019/03/Capture-768x596.jpg 768w\" sizes=\"(max-width: 826px) 100vw, 826px\" /> \n <img width=\"670\" height=\"569\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Pics.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Pics.png 670w, https://sub.morganrand.com/wp-content/uploads/2019/03/Pics-300x255.png 300w\" sizes=\"(max-width: 670px) 100vw, 670px\" /> \n <p>How many favors are in each centerpiece bouquet?</p><p>The Classic Wanderfuls Arrangement combines the look of a flower bouquet with the bonus of a take home favor. They are available in four sizes: 6, 8, 9, and 10.</p><p>Consideration should be given to the amount of people seated per table and aesthetic preference when deciding a size</p><p> </p> \n <img width=\"370\" height=\"216\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/255.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/255.png 370w, https://sub.morganrand.com/wp-content/uploads/2019/03/255-300x175.png 300w\" sizes=\"(max-width: 370px) 100vw, 370px\" /> \n <img width=\"1024\" height=\"768\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Candy-Collage-2-1024x768.png\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Candy-Collage-2-1024x768.png 1024w, https://sub.morganrand.com/wp-content/uploads/2019/03/Candy-Collage-2-300x225.png 300w, https://sub.morganrand.com/wp-content/uploads/2019/03/Candy-Collage-2-768x576.png 768w, https://sub.morganrand.com/wp-content/uploads/2019/03/Candy-Collage-2.png 1170w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /> \n <p>Imagine your party favors filled with colorful candies such as Jordan Almonds candy, Foil Wrapped Candy, Jelly Beans,Gumballs, Mini Jawbreakers, Mints, Kisses & more.</p><p>Don\'t see your favorite candy? We may have it! Check by calling 1-888-837-5021</p> \n <img width=\"640\" height=\"426\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/candy-2538878_640.jpg\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/candy-2538878_640.jpg 640w, https://sub.morganrand.com/wp-content/uploads/2019/03/candy-2538878_640-300x200.jpg 300w\" sizes=\"(max-width: 640px) 100vw, 640px\" /> \n <h2>What is a Wanderfuls™ centerpiece?</h2> \n <p>Wanderfuls™ are custom, one-of-a-kind centerpieces made up of individual party favors! Wanderfuls™, the original all-in-one centerpiece, and party favor.</p><p>Individual candy filled wands available in three lengths, wrapped in a beautiful colored ribbon of your choosing, imprinted with your message and party date, then topped with a bright fluffy hand-sewn pom with a colorful tassel center. the favors really look like flowers! Each favor slides easily into the base which can hold 6, 8, 9, 10, or 12 favors, creating your unique centerpiece.</p><p>Your custom party decoration then transforms into individual takeaway favors your guests will treasure forever! 100’s of colors available to fit the theme and feel of any party. Personal one on one assistance from our talented in house designers and artists! Check out our website, play on our design tool program where you can impart your colors onto one of our beautiful centerpieces, making it truly your own.</p> \n <a href=\"#\" role=\"button\">\n View our designs\n </a>\n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/1.jpg\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"0\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/2.jpg\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"1\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/3.jpg\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"2\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Kara-holding-the-Wanderfuls-centerpiece-we-designed-for-her-wedding..jpg\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"3\"> \n </a> \n <a href=\"https://sub.morganrand.com/wp-content/uploads/2019/03/miss-america-sweet-16-centerpeice-ideas.jpg\" data-elementor-lightbox-slideshow=\"764b3d67\" data-elementor-lightbox-index=\"4\"> \n </a> \n <h3>Meet Mr. Wanderfuls</h3> \n <img width=\"180\" height=\"180\" src=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Ken.jpg\" alt=\"\" srcset=\"https://sub.morganrand.com/wp-content/uploads/2019/03/Ken.jpg 180w, https://sub.morganrand.com/wp-content/uploads/2019/03/Ken-150x150.jpg 150w\" sizes=\"(max-width: 180px) 100vw, 180px\" /> \n <p>Kenneth Banschick has filed for patents to protect the following inventions. This listing includes patent applications that are pending as well as patents that have already been granted by the United States Patent and Trademark Office (USPTO).</p> \n <h3>Contact Us</h3> \n <ul>\n <li >\n +44 20 5540 1234\n </li>\n <li >\n +44 35 9998 3245\n </li>\n <li >\n +44 20 5540 4433\n </li>\n </ul>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Google-plus\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Linkedin\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Tumblr\n </a>','Home','','inherit','closed','closed','','7-revision-v1','','','2019-03-21 13:16:33','2019-03-21 13:16:33','',7,'https://sub.morganrand.com/7-revision-v1/',0,'revision','',0);
/*!40000 ALTER TABLE `wpav_posts` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wpav_term_relationships`
--
DROP TABLE IF EXISTS `wpav_term_relationships`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpav_term_relationships` (
`object_id` bigint(20) unsigned NOT NULL DEFAULT '0',
`term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT '0',
`term_order` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`object_id`,`term_taxonomy_id`),
KEY `term_taxonomy_id` (`term_taxonomy_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wpav_term_relationships`
--
LOCK TABLES `wpav_term_relationships` WRITE;
/*!40000 ALTER TABLE `wpav_term_relationships` DISABLE KEYS */;
INSERT INTO `wpav_term_relationships` VALUES (45,3,0),(26,2,0),(23,2,0),(25,2,0),(24,2,0),(28,2,0),(50,3,0),(68,3,0),(107,3,0);
/*!40000 ALTER TABLE `wpav_term_relationships` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wpav_term_taxonomy`
--
DROP TABLE IF EXISTS `wpav_term_taxonomy`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpav_term_taxonomy` (
`term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`term_id` bigint(20) unsigned NOT NULL DEFAULT '0',
`taxonomy` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`description` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
`parent` bigint(20) unsigned NOT NULL DEFAULT '0',
`count` bigint(20) NOT NULL DEFAULT '0',
PRIMARY KEY (`term_taxonomy_id`),
UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
KEY `taxonomy` (`taxonomy`)
) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wpav_term_taxonomy`
--
LOCK TABLES `wpav_term_taxonomy` WRITE;
/*!40000 ALTER TABLE `wpav_term_taxonomy` DISABLE KEYS */;
INSERT INTO `wpav_term_taxonomy` VALUES (1,1,'category','',0,0),(2,2,'nav_menu','',0,5),(3,3,'elementor_library_type','',0,1);
/*!40000 ALTER TABLE `wpav_term_taxonomy` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wpav_termmeta`
--
DROP TABLE IF EXISTS `wpav_termmeta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpav_termmeta` (
`meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`term_id` bigint(20) unsigned NOT NULL DEFAULT '0',
`meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`meta_value` longtext COLLATE utf8mb4_unicode_ci,
PRIMARY KEY (`meta_id`),
KEY `term_id` (`term_id`),
KEY `meta_key` (`meta_key`(191))
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wpav_termmeta`
--
LOCK TABLES `wpav_termmeta` WRITE;
/*!40000 ALTER TABLE `wpav_termmeta` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpav_termmeta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wpav_terms`
--
DROP TABLE IF EXISTS `wpav_terms`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpav_terms` (
`term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`slug` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`term_group` bigint(10) NOT NULL DEFAULT '0',
PRIMARY KEY (`term_id`),
KEY `slug` (`slug`(191)),
KEY `name` (`name`(191))
) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wpav_terms`
--
LOCK TABLES `wpav_terms` WRITE;
/*!40000 ALTER TABLE `wpav_terms` DISABLE KEYS */;
INSERT INTO `wpav_terms` VALUES (1,'Uncategorized','uncategorized',0),(2,'main_menu','main_menu',0),(3,'header','header',0);
/*!40000 ALTER TABLE `wpav_terms` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wpav_usermeta`
--
DROP TABLE IF EXISTS `wpav_usermeta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpav_usermeta` (
`umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`user_id` bigint(20) unsigned NOT NULL DEFAULT '0',
`meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`meta_value` longtext COLLATE utf8mb4_unicode_ci,
PRIMARY KEY (`umeta_id`),
KEY `user_id` (`user_id`),
KEY `meta_key` (`meta_key`(191))
) ENGINE=MyISAM AUTO_INCREMENT=49 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wpav_usermeta`
--
LOCK TABLES `wpav_usermeta` WRITE;
/*!40000 ALTER TABLE `wpav_usermeta` DISABLE KEYS */;
INSERT INTO `wpav_usermeta` VALUES (1,1,'nickname','admin'),(2,1,'first_name','Dinel John'),(3,1,'last_name','Gebilaguin'),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'syntax_highlighting','true'),(7,1,'comment_shortcuts','false'),(8,1,'admin_color','fresh'),(9,1,'use_ssl','0'),(10,1,'show_admin_bar_front','true'),(11,1,'locale',''),(12,1,'wpav_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(13,1,'wpav_user_level','10'),(14,1,'dismissed_wp_pointers','wp496_privacy'),(15,1,'show_welcome_panel','1'),(16,1,'session_tokens','a:1:{s:64:\"e98eacd442404415aaa8a65e9e677d6ee3b35952d2681543b383227f59ccac5a\";a:4:{s:10:\"expiration\";i:1552811748;s:2:\"ip\";s:15:\"112.198.226.198\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.119 Safari/537.36\";s:5:\"login\";i:1552638948;}}'),(17,1,'wpav_dashboard_quick_press_last_post_id','4'),(18,1,'community-events-location','a:1:{s:2:\"ip\";s:13:\"112.198.226.0\";}'),(19,2,'nickname','jessa'),(20,2,'first_name','Jessa'),(21,2,'last_name','Jessa'),(22,2,'description',''),(23,2,'rich_editing','true'),(24,2,'syntax_highlighting','true'),(25,2,'comment_shortcuts','false'),(26,2,'admin_color','fresh'),(27,2,'use_ssl','0'),(28,2,'show_admin_bar_front','true'),(29,2,'locale',''),(30,2,'wpav_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(31,2,'wpav_user_level','10'),(32,2,'dismissed_wp_pointers','wp496_privacy,theme_editor_notice'),(33,1,'elementor_connect_common_data','a:6:{s:9:\"client_id\";s:32:\"yhhTl0hBjXnEq9K7vShZ9gB6FDnW0tt5\";s:11:\"auth_secret\";s:32:\"8gsusTyKiDPrUZPuXyUeexBKdS1L2kzr\";s:12:\"access_token\";s:32:\"Mb8vizrprSxnL7VnSrt41naNpK6NsLpo\";s:19:\"access_token_secret\";s:32:\"DQHDGuieHBPExzYhCFyr7cHSJ0H3PMZl\";s:10:\"token_type\";s:6:\"bearer\";s:4:\"user\";O:8:\"stdClass\":1:{s:5:\"email\";s:21:\"bddirect@fastmail.com\";}}'),(34,1,'closedpostboxes_dashboard','a:5:{i:0;s:20:\"e-dashboard-overview\";i:1;s:19:\"dashboard_right_now\";i:2;s:18:\"dashboard_activity\";i:3;s:21:\"dashboard_quick_press\";i:4;s:17:\"dashboard_primary\";}'),(35,1,'metaboxhidden_dashboard','a:0:{}'),(36,1,'managenav-menuscolumnshidden','a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}'),(37,1,'metaboxhidden_nav-menus','a:2:{i:0;s:12:\"add-post_tag\";i:1;s:15:\"add-post_format\";}'),(38,1,'wpav_user-settings','libraryContent=browse'),(39,1,'wpav_user-settings-time','1552721489'),(40,2,'session_tokens','a:1:{s:64:\"ed00e678d74016ecbe4f310912e03ae820c19493d5460b1bcc119b35f80f1522\";a:4:{s:10:\"expiration\";i:1553346711;s:2:\"ip\";s:15:\"112.198.218.187\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.119 Safari/537.36\";s:5:\"login\";i:1553173911;}}'),(41,2,'wpav_dashboard_quick_press_last_post_id','34'),(42,2,'community-events-location','a:1:{s:2:\"ip\";s:13:\"112.198.218.0\";}'),(43,2,'elementor_introduction','a:1:{s:10:\"rightClick\";b:1;}'),(44,2,'wpav_user-settings','libraryContent=browse&editor=tinymce'),(45,2,'wpav_user-settings-time','1553173960'),(46,2,'nav_menu_recently_edited','2'),(47,2,'managenav-menuscolumnshidden','a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}'),(48,2,'metaboxhidden_nav-menus','a:2:{i:0;s:12:\"add-post_tag\";i:1;s:15:\"add-post_format\";}');
/*!40000 ALTER TABLE `wpav_usermeta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wpav_users`
--
DROP TABLE IF EXISTS `wpav_users`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpav_users` (
`ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`user_login` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`user_pass` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`user_nicename` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`user_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`user_url` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`user_activation_key` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`user_status` int(11) NOT NULL DEFAULT '0',
`display_name` varchar(250) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
PRIMARY KEY (`ID`),
KEY `user_login_key` (`user_login`),
KEY `user_nicename` (`user_nicename`),
KEY `user_email` (`user_email`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wpav_users`
--
LOCK TABLES `wpav_users` WRITE;
/*!40000 ALTER TABLE `wpav_users` DISABLE KEYS */;
INSERT INTO `wpav_users` VALUES (1,'admin','$P$B.5KvsEWw7ub195kyevepCeCRLKg7G1','admin','dgebilaguin@gmail.com','','2019-03-15 08:35:30','',0,'Dinel John Gebilaguin'),(2,'jessa','$P$B7sEuhsEhwI.k2bxC22HqaTakAjp7P0','jessa','gebilaguindineljohn@gmail.com','','2019-03-15 08:37:06','1552639026:$P$BsFUHXRrJcEUk/NUYjFf2odPsEVHfz1',0,'Jessa Jessa');
/*!40000 ALTER TABLE `wpav_users` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Dumping routines for database 'morganra_wp296'
--
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2019-07-08 15:03:27